/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 121 let val = ManuallyDrop::new(val); in push_front() localVariable 478 val: i32, field 552 let b = entry(7); in push_and_drain() localVariable 572 let b = entry(7); in push_pop_push_pop() localVariable 594 let b = entry(7); in remove_by_address() localVariable
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign() 259 float val = 0.577350258827209473f; in unit3() local 268 float val = 0.707106769084930420f; in unit2() local 275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3() 283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b) in vfloat2()
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_parcel.cpp | 42 bool NdkBinderSenseOfEquality(T a, T b) { in NdkBinderSenseOfEquality() 47 const AStatus* b) { in NdkBinderSenseOfEquality() 58 bool NdkBinderSenseOfEquality<AStatus*>(AStatus* a, AStatus* b) { in NdkBinderSenseOfEquality() 63 auto castForStream(T val) { in castForStream() 68 auto castForStream(char16_t val) { in castForStream()
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | KeyBuilder.h | 29 virtual void addBits(uint32_t numBits, uint32_t val, std::string_view label) { in addBits() 54 void addBool(bool b, std::string_view label) { in addBool() 84 void addBits(uint32_t numBits, uint32_t val, std::string_view label) override { in addBits()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/ |
H A D | hlo_utils.h | 42 static ElementsAttr getSplat(Builder* b, RankedTensorType ty, T constant) { in getSplat() 64 static ElementsAttr getSplat(Builder* b, Value val, T constant) { in getSplat()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_custom_class_registrations.cpp | 142 at::Tensor val; in TensorQueue() local 171 auto val = queue_.front(); in pop() local 183 auto val = queue_.front(); in top() local 513 int64_t val) { self->x = val; }); in TORCH_LIBRARY() 587 auto val = self->vals.back(); in TORCH_LIBRARY() local 662 auto b = foo->add_tensor(a); in takes_foo_list_return() local 674 auto b = foo->add_tensor(a); in takes_foo_tuple_return() local
|
/aosp_15_r20/external/lzma/C/Util/7zipInstall/ |
H A D | 7zipInstall.c | 149 Byte b = (Byte)*s++; in CpyAscii() local 377 static LONG MyRegistry_SetString(HKEY hKey, LPCWSTR name, LPCWSTR val) in MyRegistry_SetString() 383 static LONG MyRegistry_SetDWORD(HKEY hKey, LPCWSTR name, DWORD val) in MyRegistry_SetDWORD() 397 …atic LONG MyRegistry_CreateKeyAndVal(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal() 420 …c LONG MyRegistry_CreateKeyAndVal_32(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal_32() 481 static void HexToString(UInt32 val, WCHAR *s) in HexToString() 606 const char b = s2[i]; in FindSubString() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/ |
D | Downmix.h | 32 #define __assert2(a,b,c,d) ((void)0) argument 248 [[nodiscard]] static inline std::string toString(Downmix::Id::Tag val) { in toString() 280 [[nodiscard]] static inline std::string toString(Downmix::Type val) { in toString() 312 [[nodiscard]] static inline std::string toString(Downmix::Tag val) { in toString()
|
D | AutomaticGainControlV2.h | 32 #define __assert2(a,b,c,d) ((void)0) argument 254 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::Id::Tag val) { in toString() 286 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::LevelEstimator val) { in toString() 318 [[nodiscard]] static inline std::string toString(AutomaticGainControlV2::Tag val) { in toString()
|
D | PresetReverb.h | 32 #define __assert2(a,b,c,d) ((void)0) argument 256 [[nodiscard]] static inline std::string toString(PresetReverb::Presets val) { in toString() 303 [[nodiscard]] static inline std::string toString(PresetReverb::Id::Tag val) { in toString() 335 [[nodiscard]] static inline std::string toString(PresetReverb::Tag val) { in toString()
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | entenc.c | 194 void od_ec_encode_bool_q15(od_ec_enc *enc, int val, unsigned f) { in od_ec_encode_bool_q15() 245 void od_ec_enc_patch_initial_bits(od_ec_enc *enc, unsigned val, int nbits) { in od_ec_enc_patch_initial_bits() 310 int b = OD_MAXI(s_bits, 0); in od_ec_enc_done() local 329 uint16_t val = (uint16_t)(e >> (c + 16)); in od_ec_enc_done() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | helpers.rs | 281 let val = proc_macro2::Literal::i64_unsuffixed(val); in int_expr() localVariable 287 let val = proc_macro2::Literal::u64_unsuffixed(val); in uint_expr() localVariable 293 let b = proc_macro2::Literal::byte_string(string.as_bytes()); in cstr_expr() localVariable 304 let val = proc_macro2::Literal::f64_unsuffixed(f); in float_expr() localVariable
|
/aosp_15_r20/external/swiftshader/third_party/marl/examples/ |
H A D | fractal.cpp | 31 T r, g, b; member 94 auto put1 = [&](uint8_t val) { ok = ok && fwrite(&val, 1, 1, file) == 1; }; in writeBMP() 95 auto put2 = [&](uint16_t val) { put1(static_cast<uint8_t>(val)); in writeBMP() 97 auto put4 = [&](uint32_t val) { put2(static_cast<uint16_t>(val)); in writeBMP()
|
/aosp_15_r20/system/extras/alloc-stress/ |
H A D | alloc-stress.cpp | 72 bool val = true; in signal() local 77 bool val = false; in wait() local 82 bool val = false; in wait_ret_error() local 99 int b[2]; in createPipePair() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitUtils.java | 38 public static boolean maskedEquals(long a, long b, long mask) { in maskedEquals() 42 public static boolean maskedEquals(byte a, byte b, byte mask) { in maskedEquals() 46 public static boolean maskedEquals(byte[] a, byte[] b, @Nullable byte[] mask) { in maskedEquals() 57 public static boolean maskedEquals(UUID a, UUID b, @Nullable UUID mask) { in maskedEquals() 67 public static int[] unpackBits(long val) { in unpackBits() 88 public static int uint8(byte b) { in uint8()
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | builtins-arm-exclusive.c | 6 char a, b; member 370 int test_strex_128(__int128 *addr, __int128 val) { in test_strex_128() 398 int test_stlex_128(__int128 *addr, __int128 val) { in test_stlex_128()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir.c | 16 ac_nir_sleep(nir_builder *b, unsigned num_cycles) in ac_nir_sleep() 35 ac_nir_load_arg_at_offset(nir_builder *b, const struct ac_shader_args *ac_args, in ac_nir_load_arg_at_offset() 48 ac_nir_store_arg(nir_builder *b, const struct ac_shader_args *ac_args, struct ac_arg arg, in ac_nir_store_arg() 49 nir_def *val) in ac_nir_store_arg() 60 ac_nir_unpack_arg(nir_builder *b, const struct ac_shader_args *ac_args, struct ac_arg arg, in ac_nir_unpack_arg() 82 lower_sin_cos(struct nir_builder *b, nir_instr *instr, UNUSED void *_) in lower_sin_cos() 102 lower_intrinsic_to_arg(nir_builder *b, nir_instr *instr, void *state) in lower_intrinsic_to_arg() 197 ac_nir_store_var_components(nir_builder *b, nir_variable *var, nir_def *value, in ac_nir_store_var_components() 229 void ac_nir_gather_prerast_store_output_info(nir_builder *b, nir_intrinsic_instr *intrin, ac_nir_pr… in ac_nir_gather_prerast_store_output_info() 309 export(nir_builder *b, nir_def *val, nir_def *row, unsigned base, unsigned flags, in export() [all …]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 711 basicblock *b, *next; in compiler_unit_free() local 812 basicblock *b; in compiler_new_block() local 866 compiler_next_instr(basicblock *b) in compiler_next_instr() 1225 basicblock *b = compiler_new_block(c); in compiler_use_new_implicit_block_if_needed() local 1258 basicblock *b = c->u->u_curblock; in compiler_addop_line() local 1503 basicblock *b = c->u->u_curblock; in compiler_addop_i_line() local 1548 basicblock *b = c->u->u_curblock; in add_jump_to_block() local 1566 compiler_addop_j(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j() 1574 compiler_addop_j_noline(struct compiler *c, int opcode, basicblock *b) in compiler_addop_j_noline() 1932 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() [all …]
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Print.hpp | 55 static std::vector<Value *> val(const T *list, int count) in val() function in rr::PrintValue 205 static std::vector<Value *> val(const T &v) in val() function in rr::PrintValue 222 …static std::vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v… in val() function 320 static std::vector<Value *> val(const RValue<Long> &v) { return { v.value() }; } in val() function 326 static std::vector<Value *> val(const RValue<Pointer<T>> &v) { return { v.value() }; } in val() function 347 static std::vector<Value *> val(const SIMD::Pointer &v) in val() function 389 static std::vector<Value *> val(const Reference<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function 395 static std::vector<Value *> val(const RValue<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function 465 # define RR_WATCH_CONCAT(a, b) a##b argument 466 # define RR_WATCH_CONCAT2(a, b) RR_WATCH_CONCAT(a, b) argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | int4mm.cu | 19 constexpr __host__ __device__ auto divDown(U a, V b) -> decltype(a + b) { in divDown() 25 constexpr __host__ __device__ auto divUp(U a, V b) -> decltype(a + b) { in divUp() 33 constexpr __host__ __device__ auto roundDown(U a, V b) -> decltype(a + b) { in roundDown() 39 constexpr __host__ __device__ auto roundUp(U a, V b) -> decltype(a + b) { in roundUp() 45 constexpr __host__ __device__ bool isEvenDivisor(U a, V b) { in isEvenDivisor() 211 VecT<short, 4> val[2]; member 219 VecT<short, 4> val; member 700 bf16x2x4_u32 b[KTilesPerIteration / kInnerKTiles][kInnerKTiles / 2]; in __launch_bounds__() local 806 bf16x2x4_u32 b[1][kInnerKTiles / 2]; in __launch_bounds__() local
|
/aosp_15_r20/external/bcc/tools/ |
H A D | wakeuptime.py | 25 def positive_int(val): argument 35 def positive_nonzero_int(val): argument 208 b = BPF(text=bpf_text) variable
|
H A D | profile.py | 45 def positive_int(val): argument 55 def positive_int_list(val): argument 62 def positive_nonzero_int(val): argument 308 b = BPF(text=bpf_text) variable
|
/aosp_15_r20/external/iproute2/misc/ |
H A D | rtacct.c | 69 unsigned long long val[256*4]; member 147 static void format_count(FILE *fp, unsigned long long val) in format_count() 179 unsigned long long *val; in dump_abs_db() local 235 unsigned long long *val; in dump_incr_db() local 341 #define T_DIFF(a, b) (((a).tv_sec-(b).tv_sec)*1000 + ((a).tv_usec-(b).tv_usec)/1000) argument
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
H A D | OldBigIntegerTest.java | 178 BigInteger b = BigInteger.probablePrime(bitLength, rand); in test_isProbablePrimeI() local 204 static void largePrimesProduct(BigInteger a, BigInteger b, String c) { in largePrimesProduct() 338 public MyBigInteger(String val) { in MyBigInteger() 356 private boolean isPrime(long b) { in isPrime()
|
/aosp_15_r20/external/pytorch/torch/utils/_sympy/ |
H A D | singleton_int.py | 20 def __init__(self, val, *, coeff=1): argument 76 def _eval_is_ge(a, b): argument 83 def _eval_is_ge(a, b): # noqa: F811 argument 90 def _eval_is_ge(a, b): # noqa: F811 argument
|