/external/libffi/src/m68k/ |
ffi.c | 70 *(unsigned int *) argp = (unsigned int) *(UINT16 *) *p_argv;
|
/external/libffi/src/ |
raw_api.c | 147 (raw++)->uint = *(UINT16*) (*args);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
VectorMap.c | 130 uint16* memPtrA ) 141 const uint16* memPtrA ) 212 const struct bts_VectorMap* ptrA, uint16* memPtrA ) 231 const uint16* memPtrA,
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_cdrom.h | 64 Uint16 unused;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/baudio/ |
SDL_beaudio.cc | 157 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/ |
SDL_irixaudio.c | 144 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_surface.c | 689 Uint16 *pixels = (Uint16 *)row; 690 Uint16 c = (Uint16)color;
|
SDL_yuv_mmx.c | 246 Uint16 *row1; 247 Uint16 *row2; 251 row1 = (Uint16 *)out; /* 16 bit target */ 252 row2 = (Uint16 *)out+cols+mod; /* start of second row */
|
SDL_blit_N.c | 190 *(Uint16 *)(dst) = (((sR << 8) & 0x0000F800) | \ 972 *(Uint16 *)(dst) = (Uint16)((((*src)&0x00F80000)>>9)| \ 991 Uint16 *dst; 999 dst = (Uint16 *)info->d_pixels; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_BWin.h | 231 Uint16 unicode = 0;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4def.h | 27 typedef uint16_t uint16; typedef
|
/frameworks/base/media/libstagefright/codecs/mp3dec/include/ |
pvmp3_audio_type_defs.h | 69 typedef uint16_t uint16; typedef
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_tables.cpp | 256 const uint16 huffTable_1[8] = 262 const uint16 huffTable_2[15] = 270 const uint16 huffTable_3[15] = 279 const uint16 huffTable_5[25] = 292 const uint16 huffTable_6[26] = 306 const uint16 huffTable_7[73] = 383 const uint16 huffTable_8[66] = 455 const uint16 huffTable_9[53] = 514 const uint16 huffTable_10[96] = 615 const uint16 huffTable_11[116] [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/hardware/ti/omap4xxx/domx/mm_osal/inc/ |
timm_osal_types.h | 77 typedef uint16_t TIMM_OSAL_U16; /*UINT16 */
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_cdrom.h | 64 Uint16 unused;
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_cdrom.h | 64 Uint16 unused;
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_cdrom.h | 68 Uint16 unused;
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_cdrom.h | 64 Uint16 unused;
|
/external/neven/Embedded/common/src/b_BasicEm/ |
MemTbl.c | 33 flag bbs_MemTbl_memOverlap( const uint16* memPtr1A, uint32 size1A, 34 const uint16* memPtr2A, uint32 size2A ) 172 ptrA->ssArrE[ 0 ] = bbs_MemSeg_createShared( cpA, ( uint16* ) ( ( int32 ) ( ( uint16* )memPtrA ) + sizeA - sharedSubSizeA ), sharedSubSizeA ); 174 ptrA->ssArrE[ 0 ] = bbs_MemSeg_createShared( cpA, ( uint16* )memPtrA + sizeA - sharedSubSizeA, sharedSubSizeA );
|
Math.c | 47 uint16 bbs_sqrt32( uint32 valA ) 75 return ( uint16 )rootL; 80 uint8 bbs_sqrt16( uint16 valA ) 82 uint16 rootL = 0; 125 uint16 bbs_fastSqrt32( uint32 valA ) 281 uint16 indexL = ( ( valA & 0xFC000000 ) >> 26 ) << 1; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.c | 100 static void GEM_SetNewPalette(_THIS, Uint16 newpal[256][3]); 221 Uint16 clut_type, num_bits; 249 Uint16 *tmp_p; 251 tmp_p = (Uint16 *)&work_out[16]; 532 static void GEM_SetNewPalette(_THIS, Uint16 newpal[256][3])
|
/external/bluetooth/bluez/lib/ |
sdp.c | 381 d->val.uint16 = bt_get_unaligned((uint16_t *) value); 830 u16 = htons(d->val.uint16); 1083 d->val.uint16 = ntohs(bt_get_unaligned((uint16_t *) p)); 2369 uint8_t uint16 = SDP_UINT16; local 2483 uint8_t uint16 = SDP_UINT16; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5video.c | 411 static int DX5_SetGammaRamp(_THIS, Uint16 *ramp); 412 static int DX5_GetGammaRamp(_THIS, Uint16 *ramp); 436 extern int DIB_SetGammaRamp(_THIS, Uint16 *ramp); 437 extern int DIB_GetGammaRamp(_THIS, Uint16 *ramp); 678 enumlists[bpp]->r.w == (Uint16)desc->dwWidth && 679 enumlists[bpp]->r.h == (Uint16)desc->dwHeight ) { 698 enumrect->r.w = (Uint16)desc->dwWidth; 699 enumrect->r.h = (Uint16)desc->dwHeight; [all...] |
/external/bluetooth/bluez/attrib/ |
gatt.c | 617 *start = seq1->val.uint16; 620 *end = seq2->val.uint16;
|