Searched refs:value32 (Results 1 - 18 of 18) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/include/
H A Dspl_inl_mips.h20 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] "
70 WebRtcSpl_SatW32ToW16(int32_t value32) argument
82 int32_t value32 = 0; local
105 int32_t value32; local
[all...]
H A Dspl_inl.h27 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { argument
28 int16_t out16 = (int16_t) value32;
30 if (value32 > 32767)
32 else if (value32 < -32768)
H A Dspl_inl_armv7.h128 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { argument
131 __asm __volatile ("ssat %0, #16, %1" : "=r"(out) : "r"(value32));
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations_mips.c31 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),
/external/libvncserver/libvncserver/
H A Dauth.c261 uint32_t value32; local
264 value32 = Swap32IfLE(securityType);
265 if (rfbWriteExact(cl, (char *)&value32, 4) < 0) {
/external/lz4/programs/
H A Dlz4io.c303 static void LZ4IO_writeLE32 (void* p, unsigned value32) argument
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/lz4/lib/
H A Dlz4frame.c98 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) argument
108 dstPtr[0] = (BYTE)value32;
109 dstPtr[1] = (BYTE)(value32 >> 8);
110 dstPtr[2] = (BYTE)(value32 >> 16);
111 dstPtr[3] = (BYTE)(value32 >> 2
[all...]
/external/lz4/tests/
H A Dframetest.c50 static void FUZ_writeLE32 (void* dstVoidPtr, U32 value32) argument
53 dstPtr[0] = (BYTE)value32;
54 dstPtr[1] = (BYTE)(value32 >> 8);
55 dstPtr[2] = (BYTE)(value32 >> 16);
56 dstPtr[3] = (BYTE)(value32 >> 24);
/external/v8/src/builtins/
H A Dbuiltins-math.cc308 Node* value32 = TruncateFloat64ToFloat32(x_value); local
309 Node* value = ChangeFloat32ToFloat64(value32);
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson.cc509 uint32_t value32 = 0; local
510 AsValue(json_value, &value32);
511 if (value32 > std::numeric_limits<uint8_t>::max())
513 *value = static_cast<uint8_t>(value32);
/external/libbrillo/brillo/dbus/
H A Dexported_property_set_unittest.cc266 int32_t value32; local
273 ASSERT_TRUE(entry_reader.PopVariantOfInt32(&value32));
276 ASSERT_TRUE(entry_reader.PopVariantOfInt32(&value32));
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_ff.c74 uint32_t value32[6]; member in union:nine_ff_vs_key::__anon15624
123 uint32_t value32[12]; member in union:nine_ff_ps_key::__anon15626
131 uint32_t hash = vs->value32[0];
132 for (i = 1; i < ARRAY_SIZE(vs->value32); ++i)
133 hash ^= vs->value32[i];
147 uint32_t hash = ps->value32[0];
148 for (i = 1; i < ARRAY_SIZE(ps->value32); ++i)
149 hash ^= ps->value32[i];
1571 assert(sizeof(key) <= sizeof(key.value32));
1724 assert(sizeof(key) <= sizeof(key.value32));
[all...]
/external/skia/src/core/
H A DSkStream.cpp131 uint32_t value32 = SkToU32(value); local
133 memcpy(&data[1], &value32, 4);
/external/google-breakpad/src/processor/
H A Dminidump.cc139 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;
/external/v8/src/compiler/
H A Dwasm-compiler.cc2409 Node* value32 = graph()->NewNode(machine->RoundFloat64ToInt32(), value); local
2412 graph()->NewNode(machine->ChangeInt32ToFloat64(), value32));
2422 Node* check_zero = graph()->NewNode(machine->Word32Equal(), value32,
2448 vsmi = BuildChangeInt32ToSmi(value32);
2450 Node* smi_tag = graph()->NewNode(machine->Int32AddWithOverflow(), value32,
2451 value32, if_smi);
H A Deffect-control-linearizer.cc1502 Node* value32 = __ RoundFloat64ToInt32(value); local
1503 Node* check_same = __ Float64Equal(value, __ ChangeInt32ToFloat64(value32));
1512 Node* check_zero = __ Word32Equal(value32, __ Int32Constant(0));
1525 return value32;
/external/v8/src/
H A Dcode-stub-assembler.cc2541 Node* value32 = RoundFloat64ToInt32(value); local
2542 Node* value64 = ChangeInt32ToFloat64(value32);
2550 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_valueisint32);
2561 Node* result = SmiTag(ChangeInt32ToInt64(value32));
2565 Node* pair = Int32AddWithOverflow(value32, value32);
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc9425 int32_t value32 = static_cast<int32_t>(value & 0xffffffff); local
9426 ASSERT_EQUAL_32(value32 >> (shift[0] & 31), w22);
9427 ASSERT_EQUAL_32(value32 >> (shift[1] & 31), w23);
9428 ASSERT_EQUAL_32(value32 >> (shift[2] & 31), w24);
9429 ASSERT_EQUAL_32(value32 >> (shift[3] & 31), w25);
9430 ASSERT_EQUAL_32(value32 >> (shift[4] & 31), w26);
9431 ASSERT_EQUAL_32(value32 >> (shift[5] & 31), w27);

Completed in 898 milliseconds