/aosp_15_r20/external/libcups/cups/ |
H A D | dest-options.c | 1735 _cups_dconstres_t *b) /* I - Second resolver */ in cups_compare_dconstres() 1748 _cups_media_db_t *b) /* I - Second media entries */ in cups_compare_media_db() 1888 _ipp_value_t *val; /* Current value */ in cups_create_constraints() local 1967 _ipp_value_t *val; /* Current value */ in cups_create_media_db() local 2554 _cups_media_db_t *b) /* I - Second media entries */ in cups_is_close_media_db()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
H A D | NonBlockingThreadPool.h | 96 unsigned val = EncodePartition(start, end); in SetStealPartitions() local 179 inline void DecodePartition(unsigned val, unsigned* start, unsigned* limit) { in DecodePartition() 191 inline void SetStealPartition(size_t i, unsigned val) { in SetStealPartition() 202 unsigned b = N; in ComputeCoprimes() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 68 SVal SimpleSValBuilder::evalCastFromNonLoc(NonLoc val, QualType castTy) { in evalCastFromNonLoc() 106 bool b = val.castAs<nonloc::ConcreteInt>().getValue().getBoolValue(); in evalCastFromNonLoc() local 124 SVal SimpleSValBuilder::evalCastFromLoc(Loc val, QualType castTy) { in evalCastFromLoc() 187 SVal SimpleSValBuilder::evalMinus(NonLoc val) { in evalMinus()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/repackaged-jarjar/javac/ |
D | EasterEgg.jar | ... , float, float)
float f
float a
float b
void setupViews (com.android.egg.paint ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/javac/ |
D | EasterEgg.jar | ... )
java.util.Random r
float a
float b
public static final transient java.lang.Object choose ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/ |
D | test_threading.cpp | 39 int val = dist(gen); in run_tests() local 72 … std::list<boost::shared_ptr<boost::thread> >::const_iterator a(threads.begin()), b(threads.end()); in main() local
|
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/ |
H A D | TSuper.java | 24 public int val; field in TSuper 34 public int testArgsOrder(int a, int b) { in testArgsOrder()
|
/aosp_15_r20/external/freetype/src/sdf/ |
H A D | ftsdfcommon.c | 39 square_root( FT_16D16 val ) in square_root() 41 FT_ULong t, q, b, r; in square_root() local
|
/aosp_15_r20/art/test/430-live-register-slow-path/src/ |
H A D | Main.java | 33 public static void assertEquals(int a, int b) {} in assertEquals() 34 public static boolean doCall(boolean val, Object o) { return val; } in doCall()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_patch_vertices.c | 67 nir_builder b = nir_builder_create(impl); in nir_lower_patch_vertices() local 76 nir_def *val = NULL; in nir_lower_patch_vertices() local
|
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/ |
H A D | TSuper.java | 23 public int val; field in TSuper 32 public int testArgsOrder(int a, int b) { in testArgsOrder()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | FixedSize.h | 28 #define __assert2(a,b,c,d) ((void)0) argument 618 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnion::Tag val) { in toString() 670 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionNoPadding::Tag val) { in toString() 695 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionSmallPadding::Tag val) { in toString() 720 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionLongPadding::Tag val) { in toString()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | FixedSize.h | 28 #define __assert2(a,b,c,d) ((void)0) argument 618 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnion::Tag val) { in toString() 670 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionNoPadding::Tag val) { in toString() 695 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionSmallPadding::Tag val) { in toString() 720 [[nodiscard]] static inline std::string toString(FixedSize::FixedUnionLongPadding::Tag val) { in toString()
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | ImplodeDecoder.cpp | 54 const UInt32 val = inStream->GetValue(kNumHuffmanBits); in Decode() local 90 const unsigned b = (unsigned)_inBitStream.ReadAlignedByte(); in BuildHuff() local 150 Byte b; in CodeReal() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | Fingerprint2011.java | 77 private static long shiftMix(long val) { in shiftMix() 86 long b = (high ^ a) * K3; in hash128to64() local 152 long b = rotateRight(a + z, 52); in hashLength33To64() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_type.c | 165 lp_check_value(struct lp_type type, LLVMValueRef val) in lp_check_value() 361 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype() local 375 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | Fingerprint2011.java | 77 private static long shiftMix(long val) { in shiftMix() 86 long b = (high ^ a) * K3; in hash128to64() local 152 long b = rotateRight(a + z, 52); in hashLength33To64() local
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 694 bool MutateBool(bool b) { in MutateBool() 991 void Bool(bool b) { stack_.push_back(Value(b)); } in Bool() 992 void Bool(const char *key, bool b) { in Bool() 1142 Value val; in EndMap() member 1320 void Add(bool b) { Bool(b); } in Add() 1380 void WriteBytes(const void *val, size_t size) { in WriteBytes() 1385 template<typename T> void Write(T val, size_t byte_width) { in Write() 1407 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() 1509 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny()
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | flexbuffers.h | 694 bool MutateBool(bool b) { in MutateBool() 991 void Bool(bool b) { stack_.push_back(Value(b)); } in Bool() 992 void Bool(const char *key, bool b) { in Bool() 1142 Value val; in EndMap() member 1320 void Add(bool b) { Bool(b); } in Add() 1380 void WriteBytes(const void *val, size_t size) { in WriteBytes() 1385 template<typename T> void Write(T val, size_t byte_width) { in Write() 1407 template<typename T> void PushIndirect(T val, Type type, BitWidth bit_width) { in PushIndirect() 1509 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-hist.c | 259 unsigned long long val; in process_function() local 316 unsigned long long val; in process_function_graph_entry() local 361 unsigned long long val; in process_function_graph_exit() local 416 unsigned long long val; in process_kernel_stack() local 485 unsigned long long val; in process_sched_wakeup() local 510 unsigned long long val; in process_sched_switch() local 535 unsigned long long val; in process_event() local 568 unsigned long long val; in process_record() local 730 merge_chains(struct chain *a, int nr_a, struct chain *b, int nr_b, enum field field) in merge_chains()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | VtsHalEnvironmentalReverbTargetTest.cpp | 273 void setParameterAndProcess(std::vector<float>& input, std::vector<float>& output, int val, in setParameterAndProcess() 329 auto val = std::get<TAG_VALUE_PAIR>(info.param).second; in __anon415eeb6d1302() local 362 for (int val : mParamValues) { in assertEnergyIncreasingWithParameter() local 374 for (int val : mParamValues) { in assertZeroEnergyWithBypass() local 454 auto val = std::get<TAG_VALUE_PAIR>(info.param).second; in __anon415eeb6d1602() local 495 [mean](float a, float b) { return a + pow(b - mean, 2); }); in getVariance()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
H A D | vec256_float.h | 31 Vectorized(float val) { in Vectorized() 42 static Vectorized<float> blend(const Vectorized<float>& a, const Vectorized<float>& b) { in blend() 45 static Vectorized<float> blendv(const Vectorized<float>& a, const Vectorized<float>& b, in blendv() 164 Vectorized<float> atan2(const Vectorized<float> &b) const { in atan2() 313 Vectorized<float> hypot(const Vectorized<float> &b) const { in hypot() 348 Vectorized<float> nextafter(const Vectorized<float> &b) const { in nextafter() 375 Vectorized<float> pow(const Vectorized<float> &b) const { in pow() 441 Vectorized<float> inline maximum(const Vectorized<float>& a, const Vectorized<float>& b) { in maximum() 451 Vectorized<float> inline minimum(const Vectorized<float>& a, const Vectorized<float>& b) { in minimum() 531 Vectorized<float> inline fmadd(const Vectorized<float>& a, const Vectorized<float>& b, const Vector… in fmadd() [all …]
|
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | TransportUtils.java | 46 public static String byteToString(byte b) { in byteToString() 66 public static void writeUnsignedShort(byte[] bytes, int st, int val) { in writeUnsignedShort()
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | SamplerTest.java | 55 boolean contains(Sampler.Value[] array, Sampler.Value val) { in contains() 70 Sampler.Builder b = new Sampler.Builder(mRS); in testSamplerBuilder() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_lower_primitive_shading_rate.c | 17 nir_builder b = nir_builder_create(impl); in radv_nir_lower_primitive_shading_rate() local 37 nir_def *val = intr->src[1].ssa; in radv_nir_lower_primitive_shading_rate() local
|