HomeSort by relevance Sort by last modified time
    Searched defs:value32 (Results 1 - 21 of 21) sorted by null

  /system/core/libcutils/arch-mips/
android_memset.c 52 uint32_t value32 = (((uint32_t)value) << 16) | ((uint32_t)value); local
53 android_memset32((uint32_t*) dst, value32, size<<1);
  /external/webrtc/webrtc/common_audio/signal_processing/
vector_scaling_operations_mips.c 31 int value32 = 0; local
43 "extrv_r.w %[value32], $ac0, %[right_shifts] \n\t"
46 "sh %[value32], 0(%[out]) \n\t"
48 : [value32] "=&r" (value32), [out] "+r" (out), [in1] "+r" (in1),
  /art/test/454-get-vreg/
get_vreg_jni.cc 95 uint32_t value32 = 0; local
96 CHECK(GetVReg(m, 6, kReferenceVReg, &value32));
97 CHECK_EQ(reinterpret_cast<mirror::Object*>(value32), this_value_);
  /frameworks/base/tools/incident_report/
generic_message.h 48 uint32_t value32; member in union:GenericMessage::Node::__anon39107
main.cpp 85 uint32 value32; local
115 if (in->ReadLittleEndian32(&value32)) {
116 message->addInt32(fieldId, value32);
140 out->printf("%u", node.value32);
143 out->printf("%d", node.value32);
146 out->printf("%f", *(float*)&node.value32);
149 out->printf("(unexpected value %d (0x%x)", node.value32, node.value32);
162 val32 = (uint32_t)node.value32;
167 val32 = (uint32_t)node.value32;
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testplatform.c 74 Uint32 value32 = 0xEFBEADDE; local
112 SDL_Log("Value 32 = 0x%X, swapped = 0x%X\n", value32,
113 SDL_Swap32(value32));
115 if (SDL_Swap32(value32) != swapped32) {
testautomation_platform.c 60 Uint32 value32 = 0xEFBEADDE; local
89 SDLTest_AssertCheck( SDL_Swap32(value32) == swapped32,
91 value32, SDL_Swap32(value32) ); local
  /external/libvncserver/libvncserver/
auth.c 261 uint32_t value32; local
264 value32 = Swap32IfLE(securityType);
265 if (rfbWriteExact(cl, (char *)&value32, 4) < 0) {
  /external/webrtc/webrtc/common_audio/signal_processing/include/
spl_inl_mips.h 20 int32_t value32 = 0; local
33 "mul %[value32], %[a1], %[b1] \n\t"
34 : [value32] "=r" (value32), [a1] "=&r" (a1), [b1] "=&r" (b1)
38 return value32;
43 int32_t value32 = 0, b1 = 0, b2 = 0; local
56 "mul %[value32], %[a1], %[b1] \n\t"
60 "addu %[value32], %[value32], %[b2] \n\t"
61 : [value32] "=&r" (value32), [b1] "=&r" (b1), [b2] "=&r" (b2)
82 int32_t value32 = 0; local
105 int32_t value32; local
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 500 uint32_t value32 = 0; local
501 AsValue(json_value, &value32);
502 if (value32 > std::numeric_limits<uint8_t>::max())
504 *value = static_cast<uint8_t>(value32);
  /external/libbrillo/brillo/dbus/
exported_property_set_unittest.cc 266 int32_t value32; local
273 ASSERT_TRUE(entry_reader.PopVariantOfInt32(&value32));
276 ASSERT_TRUE(entry_reader.PopVariantOfInt32(&value32));
  /external/v8/src/builtins/
builtins-math.cc 338 Node* value32 = assembler->TruncateFloat64ToFloat32(x_value); local
339 Node* value = assembler->ChangeFloat32ToFloat64(value32);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 1041 int32_t value32; local
    [all...]
  /external/skia/src/core/
SkStream.cpp 130 uint32_t value32 = SkToU32(value); local
132 memcpy(&data[1], &value32, 4);
  /external/google-breakpad/src/processor/
minidump.cc 139 uint32_t* value32 = reinterpret_cast<uint32_t*>(value); local
140 Swap(&value32[0]);
141 Swap(&value32[1]);
142 uint32_t temp = value32[0];
143 value32[0] = value32[1];
144 value32[1] = temp;
    [all...]
  /external/lz4/lib/
lz4frame.c 98 U32 value32 = srcPtr[0]; local
99 value32 += (srcPtr[1]<<8);
100 value32 += (srcPtr[2]<<16);
101 value32 += ((U32)srcPtr[3])<<24;
102 return value32;
105 static void LZ4F_writeLE32 (void* dst, U32 value32)
108 dstPtr[0] = (BYTE)value32;
109 dstPtr[1] = (BYTE)(value32 >> 8);
110 dstPtr[2] = (BYTE)(value32 >> 16);
111 dstPtr[3] = (BYTE)(value32 >> 24)
    [all...]
  /external/lz4/programs/
lz4io.c 303 static void LZ4IO_writeLE32 (void* p, unsigned value32)
306 dstPtr[0] = (unsigned char)value32;
307 dstPtr[1] = (unsigned char)(value32 >> 8);
308 dstPtr[2] = (unsigned char)(value32 >> 16);
309 dstPtr[3] = (unsigned char)(value32 >> 24);
610 unsigned value32 = srcPtr[0]; local
611 value32 += (srcPtr[1]<<8);
612 value32 += (srcPtr[2]<<16);
613 value32 += ((unsigned)srcPtr[3])<<24;
614 return value32;
    [all...]
  /external/v8/src/compiler/
effect-control-linearizer.cc 1679 Node* value32 = graph()->NewNode(machine()->RoundFloat64ToInt32(), value); local
    [all...]
wasm-compiler.cc 2281 Node* value32 = graph()->NewNode(machine->RoundFloat64ToInt32(), value); local
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 9425 int32_t value32 = static_cast<int32_t>(value & 0xffffffff); local
    [all...]
  /external/v8/src/
code-stub-assembler.cc 2428 Node* value32 = RoundFloat64ToInt32(value); local
    [all...]

Completed in 1211 milliseconds