HomeSort by relevance Sort by last modified time
    Searched defs:UShort (Results 1 - 19 of 19) 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/none/tests/x86/
x87trigOOR.c 10 typedef unsigned short int UShort;
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
x86locked.c 13 typedef unsigned short UShort;
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 44 #ifndef UShort
45 typedef unsigned short UShort;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 133 class UShort(IntValue):
145 class ComputedUShort(UShort):
373 "uint16": UShort,
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 51 typedef unsigned short UShort;
72 UShort w16[8];
82 UShort w16[16];
112 static inline UShort toUShort ( Int x ) {
114 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;
232 UShort* argL = (UShort*)argLV;
233 UShort* argR = (UShort*)argRV;
236 UShort cL = argL[i];
237 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/arm64/
fp_and_simd.c 9 typedef unsigned short int UShort;
28 UShort u16[8];
    [all...]
integer.c 18 typedef unsigned short int UShort;
    [all...]
  /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/chromium_org/third_party/freetype/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
486 UShort bWidth; /* target bitmap width */
493 UShort num_Profs; /* current number of profiles */
    [all...]
  /external/freetype/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
488 UShort bWidth; /* target bitmap width */
495 UShort num_Profs; /* current number of profiles */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
488 UShort bWidth; /* target bitmap width */
495 UShort num_Profs; /* current number of profiles */
    [all...]

Completed in 1181 milliseconds