/external/llvm/lib/Support/ |
D | Hashing.cpp | 27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Hashing.cpp | 27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Hashing.cpp | 26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Hashing.cpp | 26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed()
|
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | packet_decl_fixed_scalar_field_big_endian.rs | 62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
|
D | packet_decl_fixed_scalar_field_little_endian.rs | 62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
|
D | packet_decl_fixed_enum_field_big_endian.rs | 128 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
|
D | packet_decl_fixed_enum_field_little_endian.rs | 128 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/metrics/v3/ |
D | stats.proto | 288 string fixed_value = 3; field
|
/external/libgav1/src/dsp/ |
D | super_res_test.cc | 131 int fixed_value, int num_runs) { in TestComputeSuperRes()
|
D | weight_mask_test.cc | 331 int fixed_value = (value_1 - value_2 == 0) ? 38 : 64; in Test() local
|
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/ |
D | decoder.rs | 208 let fixed_value = #v; in add_bit_field() localVariable 220 let fixed_value = #v; in add_bit_field() localVariable
|
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/ |
D | parser.rs | 212 let fixed_value = #v; in add_bit_field() localVariable 224 let fixed_value = #v; in add_bit_field() localVariable
|
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/ |
D | packet_decl_fixed_scalar_field_little_endian.rs | 60 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
|
D | packet_decl_fixed_scalar_field_big_endian.rs | 60 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
|
D | packet_decl_fixed_enum_field_big_endian.rs | 126 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
|
D | packet_decl_fixed_enum_field_little_endian.rs | 126 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
D | stack.rs | 218 let fixed_value = if *is_fixed { in apply_delta_prefix_sum() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
D | stack.rs | 218 let fixed_value = if *is_fixed { in apply_delta_prefix_sum() localVariable
|
/external/python/cpython3/Python/ |
D | errors.c | 184 PyObject *fixed_value = _PyErr_CreateException(exception, value); in _PyErr_SetObject() local 416 PyObject *fixed_value = _PyErr_CreateException(type, value); in _PyErr_NormalizeException() local
|