HomeSort by relevance Sort by last modified time
    Searched defs:UShort (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/none/tests/
shortpush.c 2 typedef unsigned short UShort;
4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b )
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 5 typedef unsigned short UShort;
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 51 typedef unsigned short UShort;
72 UShort w16[8];
102 static inline UShort toUShort ( Int x ) {
104 return (UShort)x;
  /external/valgrind/main/none/tests/amd64/
crc32.c 8 typedef unsigned short int UShort;
21 UInt do_s_crc32w ( UInt crcIn, UShort w )
52 UInt do_h_crc32w ( UInt crcIn, UShort w )
90 UInt do_h_crc32w_mem ( UInt crcIn, UShort* a )
126 UShort w = 0xed78;;
160 crc = do_h_crc32w_mem( crc, (UShort*)&b[i+al] );
amd64locked.c 13 typedef unsigned short UShort;
854 ULong mash_mem_W ( UShort* origp )
899 UShort* iiw = malloc(sizeof(UShort));
pcmpstr64w.c 13 typedef unsigned short UShort;
23 UShort uShort[8];
111 res |= ((arg->uShort[i] == 0) ? 1 : 0) << i;
231 UShort* argL = (UShort*)argLV;
232 UShort* argR = (UShort*)argRV;
235 UShort cL = argL[i];
236 UShort cR = argR[i]
    [all...]
  /external/valgrind/main/VEX/useful/
show_fp_state.c 9 typedef unsigned short UShort;
20 UShort env[14];
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 8 typedef unsigned short UShort;
  /external/valgrind/main/none/tests/x86/
x86locked.c 13 typedef unsigned short UShort;
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 29 typedef unsigned short UShort;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 59 typedef unsigned short UShort;
  /external/freetype/src/raster/
ftraster.c 303 typedef unsigned short UShort, *PUShort;
477 UShort bWidth; /* target bitmap width */
484 UShort num_Profs; /* current number of profiles */
    [all...]

Completed in 308 milliseconds