Searched defs:int_value (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | ELFAttributeData.cpp | 41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size); in ReadValue() local
|
/aosp12/art/test/457-regs/ |
H A D | regs_jni.cc | 139 JNIEnv*, jclass value ATTRIBUTE_UNUSED, jobject main, jint int_value, jfloat float_value) { in Java_PhiLiveness_regsNativeCallWithParameters()
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedCameraProviderHWLImpl.cpp | 383 auto int_value = strtol(value.asCString(), nullptr, 10); in GetUInt8Value() local 413 auto int_value = strtol(value.asCString(), nullptr, 10); in GetInt32Value() local 442 auto int_value = strtoll(value.asCString(), nullptr, 10); in GetInt64Value() local
|
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
H A D | display_protocol.h | 158 int int_value = 0; in GetZOrder() local
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | FieldValue.h | 328 int32_t int_value; member
|
/aosp12/art/dexlayout/ |
H A D | dex_writer.cc | 86 uint32_t int_value = float_union.i_; in EncodeFloatValue() local
|
/aosp12/system/keymaster/km_openssl/ |
H A D | attestation_record.cpp | 1481 const cppbor::Int* int_value = value_item->asInt(); in parse_eat_record() local
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | variant_tests.cpp | 652 int int_value = 0; member
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 99 uint32_t int_value = static_cast<uint32_t>(shadow_frame->GetVReg(arg_offset)); in CharacterLowerUpper() local
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.cc | 7241 uint64_t int_value = bit_cast<uint64_t, double>(value); in EmitMove() local
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 13845 optional int32 int_value = 4; field
|