/external/valgrind/none/tests/ |
H A D | shortpush.c | 2 typedef unsigned short UShort; typedef 4 UShort mul16 ( UShort a, UShort b ); 8 UShort x = mul16 ( 10, 20 ); 12 UShort mul16 ( UShort a, UShort b )
|
/external/valgrind/none/tests/ppc32/ |
H A D | ldstrev.c | 5 typedef unsigned short UShort; typedef
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | priv_misc.h | 97 DEF_READ(UShort); variable 104 UChar* ML_(write_UShort)( UChar* ptr, UShort val ); 107 DEF_WRITE(UShort); variable
|
/external/valgrind/none/tests/amd64/ |
H A D | x87trigOOR.c | 10 typedef unsigned short int UShort; typedef 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
|
H A D | crc32.c | 8 typedef unsigned short int UShort; typedef 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] );
|
H A D | amd64locked.c | 13 typedef unsigned short UShort; typedef 854 ULong mash_mem_W ( UShort* origp ) 899 UShort* iiw = malloc(sizeof(UShort));
|
H A D | pcmpstr64w.c | 13 typedef unsigned short UShort; typedef 23 UShort uShort[8]; 232 UShort* argL = (UShort*)argLV; 233 UShort* argR = (UShort*)argRV; 236 UShort cL = argL[i]; 237 UShort cR = argR[i]; 267 UShort* argL = (UShort*)argL [all...] |
/external/valgrind/none/tests/x86/ |
H A D | x87trigOOR.c | 10 typedef unsigned short int UShort; typedef 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
|
H A D | x86locked.c | 13 typedef unsigned short UShort; typedef 687 UInt mash_mem_W ( UShort* origp ) 732 UShort* iiw = malloc(sizeof(UShort));
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
H A D | otConverters.py | 133 class UShort(IntValue): class in inherits:IntValue 145 class ComputedUShort(UShort): 373 "uint16": UShort,
|
/external/fonttools/Tools/fontTools/ttLib/tables/ |
H A D | otConverters.py | 133 class UShort(IntValue): class in inherits:IntValue 145 class ComputedUShort(UShort): 373 "uint16": UShort,
|
/external/valgrind/VEX/pub/ |
H A D | libvex_basictypes.h | 51 typedef unsigned short UShort; typedef 78 UShort w16[8]; 88 UShort w16[16]; 118 static inline UShort toUShort ( Int x ) { 120 return (UShort)x;
|
/external/valgrind/none/tests/arm64/ |
H A D | memory.c | 12 typedef unsigned short int UShort; typedef
|
H A D | integer.c | 18 typedef unsigned short int UShort; typedef
|
H A D | fp_and_simd.c | 9 typedef unsigned short int UShort; typedef 31 UShort u16[8];
|
/external/valgrind/VEX/useful/ |
H A D | show_fp_state.c | 9 typedef unsigned short UShort; typedef 20 UShort env[14];
|
/external/valgrind/memcheck/tests/amd64/ |
H A D | bt_everything.c | 8 typedef unsigned short UShort; typedef
|
/external/freetype/src/raster/ |
H A D | ftraster.c | 310 typedef unsigned short UShort, *PUShort; typedef 360 UShort flags; /* Bit 0-2: drop-out mode */ 487 UShort bWidth; /* target bitmap width */ 494 UShort num_Profs; /* current number of profiles */ 842 UShort n; 1720 Decompose_Curve( RAS_ARGS UShort first, 1721 UShort last, 1973 if ( Decompose_Curve( RAS_VARS (UShort)start, 1974 (UShort)ras.outline.contours[i], 1978 start = (UShort)ra [all...] |
/external/pdfium/third_party/freetype/src/raster/ |
H A D | ftraster.c | 311 typedef unsigned short UShort, *PUShort; typedef 488 UShort bWidth; /* target bitmap width */ 495 UShort num_Profs; /* current number of profiles */ 936 UShort n; 1814 Decompose_Curve( RAS_ARGS UShort first, 1815 UShort last, 3010 P->countL = (UShort)( P->start - min_Y );
|