Searched refs:value32 (Results 1 - 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/test/ |
H A D | testplatform.c | 65 Uint32 value32 = 0xEFBEADDE; local 103 printf("Value 32 = 0x%X, swapped = 0x%X\n", value32, SDL_Swap32(value32)); 105 if ( SDL_Swap32(value32) != swapped32 ) {
|
/external/webrtc/src/common_audio/signal_processing/include/ |
H A D | spl_inl.h | 22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { argument 23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; 25 if (value32 > 32767) 27 else if (value32 < -32768)
|
H A D | spl_inl_armv7.h | 130 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { argument 133 __asm__("ssat %r0, #16, %r1" : "=r"(out16) : "r"(value32));
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkUtils.cpp | 61 uint32_t value32 = ((uint32_t)value << 16) | value; local 69 assign_16_longs(dst32, value32); 81 *(uint32_t*)dst = value32;
|
H A D | SkStream.cpp | 155 uint32_t value32 = value; local 157 memcpy(&data[1], &value32, 4);
|
/external/skia/src/core/ |
H A D | SkUtils.cpp | 61 uint32_t value32 = ((uint32_t)value << 16) | value; local 69 assign_16_longs(dst32, value32); 81 *(uint32_t*)dst = value32;
|
H A D | SkStream.cpp | 155 uint32_t value32 = value; local 157 memcpy(&data[1], &value32, 4);
|
Completed in 482 milliseconds