Searched defs:UShort (Results 1 - 9 of 9) 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/VEX/pub/
H A Dlibvex_basictypes.h51 typedef unsigned short UShort; typedef
69 UShort w16[8];
99 static inline UShort toUShort ( Int x ) {
101 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));
/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/x86/
H A Dx86locked.c13 typedef unsigned short UShort; typedef
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
/external/freetype/src/raster/
H A Dftraster.c303 typedef unsigned short UShort, *PUShort; typedef
477 UShort bWidth; /* target bitmap width */
484 UShort num_Profs; /* current number of profiles */
922 UShort n;
1797 Decompose_Curve( RAS_ARGS UShort first,
1798 UShort last,
2980 P->countL = (UShort)( P->start - min_Y );

Completed in 602 milliseconds