/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/ |
D | fixed-value.h | 27 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 D | Hashing.cpp | 27 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 D | Hashing.cpp | 27 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 D | Hashing.cpp | 26 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 D | Hashing.cpp | 26 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/ |
D | decoder.rs | 208 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/ |
D | parser.rs | 212 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/ |
D | packet_decl_fixed_scalar_field_little_endian.rs | 62 let fixed_value = (chunk & 0x7f) as u8; in decode() localVariable
|
D | packet_decl_fixed_scalar_field_big_endian.rs | 62 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
|
D | packet_decl_fixed_enum_field_big_endian.rs | 128 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 D | stats.proto | 288 string fixed_value = 3; field
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | super_res_test.cc | 131 int fixed_value, int num_runs) { in TestComputeSuperRes()
|
H A D | weight_mask_test.cc | 331 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/ |
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_little_endian.rs | 126 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
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | errors.c | 129 PyObject *fixed_value; in _PyErr_SetObject() local 354 PyObject *fixed_value = _PyErr_CreateException(type, value); in _PyErr_NormalizeException() local
|