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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestplatform.c65 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 Dspl_inl.h22 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 Dspl_inl_armv7.h130 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 DSkUtils.cpp61 uint32_t value32 = ((uint32_t)value << 16) | value; local
69 assign_16_longs(dst32, value32);
81 *(uint32_t*)dst = value32;
H A DSkStream.cpp164 uint32_t value32 = value; local
166 memcpy(&data[1], &value32, 4);
/external/skia/src/core/
H A DSkUtils.cpp61 uint32_t value32 = ((uint32_t)value << 16) | value; local
69 assign_16_longs(dst32, value32);
81 *(uint32_t*)dst = value32;
H A DSkStream.cpp164 uint32_t value32 = value; local
166 memcpy(&data[1], &value32, 4);

Completed in 257 milliseconds