Searched defs:UShort (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/none/tests/
H A Dshortpush.c2 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/main/none/tests/ppc32/
H A Dldstrev.c5 typedef unsigned short UShort; typedef
/external/valgrind/main/none/tests/x86/
H A Dx87trigOOR.c10 typedef unsigned short int UShort; typedef
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
H A Dx86locked.c13 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 DotConverters.py133 class UShort(IntValue): class in inherits:IntValue
145 class ComputedUShort(UShort):
373 "uint16": UShort,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py133 class UShort(IntValue): class in inherits:IntValue
145 class ComputedUShort(UShort):
373 "uint16": UShort,
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h51 typedef unsigned short UShort; typedef
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/
H A Dcrc32.c8 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 Damd64locked.c13 typedef unsigned short UShort; typedef
854 ULong mash_mem_W ( UShort* origp )
899 UShort* iiw = malloc(sizeof(UShort));
H A Dpcmpstr64w.c13 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/main/VEX/useful/
H A Dshow_fp_state.c9 typedef unsigned short UShort; typedef
20 UShort env[14];
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c8 typedef unsigned short UShort; typedef
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c9 typedef unsigned short int UShort; typedef
28 UShort u16[8];
H A Dinteger.c18 typedef unsigned short int UShort; typedef
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c311 typedef unsigned short UShort, *PUShort; typedef
486 UShort bWidth; /* target bitmap width */
493 UShort num_Profs; /* current number of profiles */
934 UShort n;
1812 Decompose_Curve( RAS_ARGS UShort first,
1813 UShort last,
3005 P->countL = (UShort)( P->start - min_Y );
/external/freetype/src/raster/
H A Dftraster.c311 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 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c311 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,
3007 P->countL = (UShort)( P->start - min_Y );

Completed in 840 milliseconds