Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/PCH/
Dtypes.c9 INT int_value; variable
14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}
26 int_ptr int_value_ptr = &int_value;
68 typeof_17 *t17 = &int_value;
Dcxx_exprs.h21 int int_value; variable
22 typedef __typeof__(double(int_value)) functional_cast_result;
/external/valgrind/coregrind/m_gdbserver/
Dserver.c196 int int_value; in handle_gdb_valgrind_command() local
217 int_value = 0; in handle_gdb_valgrind_command()
220 case -2: int_value = 0; break; in handle_gdb_valgrind_command()
221 case -1: int_value = 0; break; in handle_gdb_valgrind_command()
222 case 0: int_value = 1; break; in handle_gdb_valgrind_command()
242 if (int_value) { VG_(gdb_printf) ( in handle_gdb_valgrind_command()
274 int_value = 0; in handle_gdb_valgrind_command()
278 int_value = strtol (wcmd, &the_end, 10); in handle_gdb_valgrind_command()
285 VG_(dyn_vgdb_error), int_value); in handle_gdb_valgrind_command()
286 VG_(dyn_vgdb_error) = int_value; in handle_gdb_valgrind_command()
[all …]
/external/lldb/tools/lldb-perf/common/stepping/
Dstepping-testcase.cpp8 int_value(in_int), in struct_for_copying()
19 int int_value; member
/external/protobuf/java/src/test/java/com/google/protobuf/
Dtest_extra_interfaces.proto52 optional int32 int_value = 4; field
/external/protobuf/gtest/scripts/
Dpump.py591 int_value = int(value)
592 if ('%s' % int_value) == value:
593 value = int_value
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py598 int_value = int(value)
599 if ('%s' % int_value) == value:
600 value = int_value
/external/protobuf/src/google/protobuf/
Dtext_format.cc688 int64 int_value; in ConsumeFieldValue() local
689 DO(ConsumeSignedInteger(&int_value, kint32max)); in ConsumeFieldValue()
690 value = SimpleItoa(int_value); // for error reporting in ConsumeFieldValue()
691 enum_value = enum_type->FindValueByNumber(int_value); in ConsumeFieldValue()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp3637 uint32_t int_value = 0; in HandlePacket_GetProfileData() local
3638 if (iss >> std::hex >> int_value) in HandlePacket_GetProfileData()
3640 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_GetProfileData()
3683 uint32_t int_value = 0; in HandlePacket_SetEnableAsyncProfiling() local
3684 if (iss >> std::hex >> int_value) in HandlePacket_SetEnableAsyncProfiling()
3686 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()
/external/v8/src/ic/
Dic.cc1112 int int_value = FastD2I(value); in TryConvertKey() local
1113 if (value == int_value && Smi::IsValid(int_value)) { in TryConvertKey()
1114 key = Handle<Smi>(Smi::FromInt(int_value), isolate); in TryConvertKey()
/external/v8/src/
Dfactory.cc1021 int int_value = FastD2I(value); in NewNumber() local
1022 if (value == int_value && Smi::IsValid(int_value)) { in NewNumber()
1023 return handle(Smi::FromInt(int_value), isolate()); in NewNumber()
Dobjects-inl.h1085 int int_value = FastD2I(value); in ToSmi() local
1086 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) { in ToSmi()
1087 return handle(Smi::FromInt(int_value), isolate); in ToSmi()
4162 int int_value = Handle<Smi>::cast(value)->value(); in SetValue() local
4163 cast_value = from_int(int_value); in SetValue()
Dobjects.cc14389 int int_value = Handle<Smi>::cast(value)->value(); in SetValue() local
14390 if (int_value < 0) { in SetValue()
14392 } else if (int_value > 255) { in SetValue()
14395 clamped_value = static_cast<uint8_t>(int_value); in SetValue()
14429 int int_value = Handle<Smi>::cast(value)->value(); in ExternalArrayIntSetter() local
14430 cast_value = static_cast<ValueType>(int_value); in ExternalArrayIntSetter()
14492 int int_value = Handle<Smi>::cast(value)->value(); in SetValue() local
14493 cast_value = static_cast<uint32_t>(int_value); in SetValue()
14515 int int_value = Handle<Smi>::cast(value)->value(); in SetValue() local
14516 cast_value = static_cast<float>(int_value); in SetValue()
Druntime.cc7022 int int_value = FastD2I(value); in RUNTIME_FUNCTION() local
7023 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) { in RUNTIME_FUNCTION()
7024 return Smi::FromInt(int_value); in RUNTIME_FUNCTION()
10662 int32_t int_value = Smi::cast(element)->value(); in RUNTIME_FUNCTION() local
10663 double_storage->set(j, int_value); in RUNTIME_FUNCTION()
/external/valgrind/memcheck/
Dmc_main.c5655 Int int_value; in handle_gdb_monitor_command() local
5660 int_value = 0; in handle_gdb_monitor_command()
5664 int_value = VG_(strtoll10) (wcmd, &the_end); in handle_gdb_monitor_command()
5669 else if (int_value > 0) in handle_gdb_monitor_command()
5670 lcp.max_loss_records_output = (UInt) int_value; in handle_gdb_monitor_command()
5673 int_value); in handle_gdb_monitor_command()
/external/v8/src/arm/
Dsimulator-arm.cc3102 int32_t int_value = get_sinteger_from_s_register(n); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters() local
3103 set_register(t, int_value); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
/external/v8/test/cctest/
Dtest-api.cc1193 int int_value = int_values[i] + modifier; in THREADED_PROFILED_TEST() local
1195 fast_return_value_int32 = int_value; in THREADED_PROFILED_TEST()
1200 fast_return_value_uint32 = static_cast<uint32_t>(int_value); in THREADED_PROFILED_TEST()