Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dfixed-value.h27 struct GTY(()) fixed_value struct
33 #define FIXED_VALUE_TYPE struct fixed_value argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DHashing.cpp27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
/aosp_15_r20/external/llvm/lib/Support/
H A DHashing.cpp27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) { in set_fixed_execution_hash_seed()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DHashing.cpp26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHashing.cpp26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/
Dpacket_decl_fixed_scalar_field_little_endian.rs62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
Dpacket_decl_fixed_scalar_field_big_endian.rs62 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
Dpacket_decl_fixed_enum_field_big_endian.rs128 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/metrics/v3/
H A Dstats.proto288 string fixed_value = 3; field
/aosp_15_r20/external/libgav1/src/dsp/
H A Dsuper_res_test.cc131 int fixed_value, int num_runs) { in TestComputeSuperRes()
H A Dweight_mask_test.cc331 int fixed_value = (value_1 - value_2 == 0) ? 38 : 64; in Test() local
/aosp_15_r20/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_little_endian.rs126 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
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c129 PyObject *fixed_value; in _PyErr_SetObject() local
354 PyObject *fixed_value = _PyErr_CreateException(type, value); in _PyErr_NormalizeException() local