Home
last modified time | relevance | path

Searched defs:fixed_value (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Support/
DHashing.cpp27 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/
DHashing.cpp27 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/
DHashing.cpp26 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/
DHashing.cpp26 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/
Dpacket_decl_fixed_scalar_field_big_endian.rs62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
Dpacket_decl_fixed_scalar_field_little_endian.rs62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
Dpacket_decl_fixed_enum_field_big_endian.rs128 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
Dpacket_decl_fixed_enum_field_little_endian.rs128 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/
Dstats.proto288 string fixed_value = 3; field
/external/libgav1/src/dsp/
Dsuper_res_test.cc131 int fixed_value, int num_runs) { in TestComputeSuperRes()
Dweight_mask_test.cc331 int fixed_value = (value_1 - value_2 == 0) ? 38 : 64; in Test() local
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs208 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/
Dparser.rs212 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/
Dpacket_decl_fixed_scalar_field_little_endian.rs60 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
Dpacket_decl_fixed_scalar_field_big_endian.rs60 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
Dpacket_decl_fixed_enum_field_big_endian.rs126 let fixed_value = (chunk & 0x7f) as u8; in parse_inner() localVariable
Dpacket_decl_fixed_enum_field_little_endian.rs126 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/
Dstack.rs218 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/
Dstack.rs218 let fixed_value = if *is_fixed { in apply_delta_prefix_sum() localVariable
/external/python/cpython3/Python/
Derrors.c184 PyObject *fixed_value = _PyErr_CreateException(exception, value); in _PyErr_SetObject() local
416 PyObject *fixed_value = _PyErr_CreateException(type, value); in _PyErr_NormalizeException() local