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

/external/valgrind/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/none/tests/ppc32/
H A Dldstrev.c5 typedef unsigned short UShort; typedef
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h97 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 Dx87trigOOR.c10 typedef unsigned short int UShort; typedef
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
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/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/VEX/pub/
H A Dlibvex_basictypes.h51 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 Dmemory.c12 typedef unsigned short int UShort; typedef
H A Dinteger.c18 typedef unsigned short int UShort; typedef
H A Dfp_and_simd.c9 typedef unsigned short int UShort; typedef
31 UShort u16[8];
/external/valgrind/VEX/useful/
H A Dshow_fp_state.c9 typedef unsigned short UShort; typedef
20 UShort env[14];
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c8 typedef unsigned short UShort; typedef
/external/freetype/src/raster/
H A Dftraster.c310 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 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 );

Completed in 1620 milliseconds