/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
D | spl_inl_mips.h | 20 int32_t value32 = 0; in WEBRTC_SPL_MUL_16_16() local 34 : [value32] "=r" (value32), [a1] "=&r" (a1), [b1] "=&r" (b1) in WEBRTC_SPL_MUL_16_16() 38 return value32; in WEBRTC_SPL_MUL_16_16() 43 int32_t value32 = 0, b1 = 0, b2 = 0; in WEBRTC_SPL_MUL_16_32_RSFT16() local 61 : [value32] "=&r" (value32), [b1] "=&r" (b1), [b2] "=&r" (b2), in WEBRTC_SPL_MUL_16_32_RSFT16() 66 return value32; in WEBRTC_SPL_MUL_16_32_RSFT16() 70 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { in WebRtcSpl_SatW32ToW16() argument 74 : [value32] "+r" (value32) in WebRtcSpl_SatW32ToW16() 77 int16_t out16 = (int16_t)value32; in WebRtcSpl_SatW32ToW16() 82 int32_t value32 = 0; in WebRtcSpl_AddSatW16() local [all …]
|
D | spl_inl.h | 27 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { in WebRtcSpl_SatW32ToW16() argument 28 int16_t out16 = (int16_t) value32; in WebRtcSpl_SatW32ToW16() 30 if (value32 > 32767) in WebRtcSpl_SatW32ToW16() 32 else if (value32 < -32768) in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_armv7.h | 127 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { in WebRtcSpl_SatW32ToW16() argument 130 __asm __volatile ("ssat %0, #16, %1" : "=r"(out) : "r"(value32)); in WebRtcSpl_SatW32ToW16()
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
D | vector_scaling_operations_mips.c | 30 int i = 0, value32 = 0; in WebRtcSpl_ScaleAndAddVectorsWithRound_mips() local 47 : [value32] "=&r" (value32), [out] "+r" (out), [in1] "+r" (in1), in WebRtcSpl_ScaleAndAddVectorsWithRound_mips()
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | spl_inl.h | 22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { in WebRtcSpl_SatW32ToW16() argument 23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; in WebRtcSpl_SatW32ToW16() 25 if (value32 > 32767) in WebRtcSpl_SatW32ToW16() 27 else if (value32 < -32768) in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_armv7.h | 130 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { in WebRtcSpl_SatW32ToW16() argument 133 __asm__("ssat %0, #16, %1" : "=r"(out16) : "r"(value32)); in WebRtcSpl_SatW32ToW16()
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testplatform.c | 65 Uint32 value32 = 0xEFBEADDE; in TestEndian() local 103 printf("Value 32 = 0x%X, swapped = 0x%X\n", value32, SDL_Swap32(value32)); in TestEndian() 105 if ( SDL_Swap32(value32) != swapped32 ) { in TestEndian()
|
/external/skia/src/core/ |
D | SkUtils.cpp | 62 uint32_t value32 = ((uint32_t)value << 16) | value; in sk_memset16_portable() local 70 assign_16_longs(dst32, value32); in sk_memset16_portable() 82 *(uint32_t*)dst = value32; in sk_memset16_portable()
|
D | SkStream.cpp | 164 uint32_t value32 = SkToU32(value); in writePackedUInt() local 166 memcpy(&data[1], &value32, 4); in writePackedUInt()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkUtils.cpp | 62 uint32_t value32 = ((uint32_t)value << 16) | value; in sk_memset16_portable() local 70 assign_16_longs(dst32, value32); in sk_memset16_portable() 82 *(uint32_t*)dst = value32; in sk_memset16_portable()
|
D | SkStream.cpp | 155 uint32_t value32 = SkToU32(value); in writePackedUInt() local 157 memcpy(&data[1], &value32, 4); in writePackedUInt()
|
/external/lldb/source/Core/ |
D | Disassembler.cpp | 1249 uint32_t value32 = *((uint32_t *) opcode_data); in SetOpcode() local 1250 m_opcode.SetOpcode32 (value32); in SetOpcode()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 4145 int32_t value32 = static_cast<int32_t>(value & 0xffffffff); in TEST() local 4146 ASSERT_EQUAL_32(value32 >> (shift[0] & 31), w22); in TEST() 4147 ASSERT_EQUAL_32(value32 >> (shift[1] & 31), w23); in TEST() 4148 ASSERT_EQUAL_32(value32 >> (shift[2] & 31), w24); in TEST() 4149 ASSERT_EQUAL_32(value32 >> (shift[3] & 31), w25); in TEST() 4150 ASSERT_EQUAL_32(value32 >> (shift[4] & 31), w26); in TEST() 4151 ASSERT_EQUAL_32(value32 >> (shift[5] & 31), w27); in TEST()
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 4859 int32_t value32 = static_cast<int32_t>(value & 0xffffffffUL); in TEST() local 4860 CHECK_EQUAL_32(value32 >> (shift[0] & 31), w22); in TEST() 4861 CHECK_EQUAL_32(value32 >> (shift[1] & 31), w23); in TEST() 4862 CHECK_EQUAL_32(value32 >> (shift[2] & 31), w24); in TEST() 4863 CHECK_EQUAL_32(value32 >> (shift[3] & 31), w25); in TEST() 4864 CHECK_EQUAL_32(value32 >> (shift[4] & 31), w26); in TEST() 4865 CHECK_EQUAL_32(value32 >> (shift[5] & 31), w27); in TEST()
|