Searched defs:UShort (Results 1 - 11 of 11) 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
72 UShort w16[8];
102 static inline UShort toUShort ( Int x ) {
104 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];
231 UShort* argL = (UShort*)argLV;
232 UShort* argR = (UShort*)argRV;
235 UShort cL = argL[i];
236 UShort cR = argR[i];
266 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/x86/
H A Dx86locked.c13 typedef unsigned short UShort; typedef
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c303 typedef unsigned short UShort, *PUShort; typedef
468 UShort bWidth; /* target bitmap width */
475 UShort num_Profs; /* current number of profiles */
913 UShort n;
1788 Decompose_Curve( RAS_ARGS UShort first,
1789 UShort last,
2971 P->countL = (UShort)( P->start - min_Y );
/external/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 );

Completed in 176 milliseconds