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

1 2

  /external/valgrind/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/coregrind/m_debuginfo/
priv_misc.h 97 DEF_READ(UShort);
104 UChar* ML_(write_UShort)( UChar* ptr, UShort val );
107 DEF_WRITE(UShort);
  /external/valgrind/none/tests/arm64/
crc32.c 13 typedef unsigned short int UShort;
memory.c 13 typedef unsigned short int UShort;
    [all...]
integer.c 18 typedef unsigned short int UShort;
    [all...]
  /external/valgrind/none/tests/ppc32/
ldstrev.c 5 typedef unsigned short UShort;
  /external/valgrind/none/tests/arm/
v8memory_a.c 22 typedef unsigned short int UShort;
v8memory_t.c 22 typedef unsigned short int UShort;
v8crypto_a.c 15 typedef unsigned short int UShort;
37 UShort u16[8];
v8crypto_t.c 15 typedef unsigned short int UShort;
37 UShort u16[8];
v8fpsimd_a.c 18 typedef unsigned short int UShort;
40 UShort u16[8];
v8fpsimd_t.c 18 typedef unsigned short int UShort;
40 UShort u16[8];
  /external/valgrind/none/tests/amd64/
x87trigOOR.c 10 typedef unsigned short int UShort;
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
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;
866 ULong mash_mem_W ( UShort* origp )
911 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/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;
699 UInt mash_mem_W ( UShort* origp )
744 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/VEX/pub/
libvex_basictypes.h 51 typedef unsigned short UShort;
78 UShort w16[8];
88 UShort w16[16];
118 static inline UShort toUShort ( Int x ) {
120 return (UShort)x;
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.h 55 #ifndef UShort
56 #define UShort uint16_t
gdtoaimp.h 181 #define UShort uint16_t
553 extern void ULtox (UShort*, ULong*, Long, int);
  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 8 typedef unsigned short UShort;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 29 typedef unsigned short UShort;

Completed in 412 milliseconds

1 2