Searched defs:UInt (Results 1 - 25 of 62) sorted by relevance

123

/external/valgrind/main/memcheck/tests/amd64/
H A Dbug132146.c4 typedef unsigned int UInt; typedef
61 UInt bswapl ( UInt x )
H A Dsse_memory.c13 typedef unsigned int UInt; typedef
34 static UInt seed = 80021;
/external/valgrind/main/none/tests/amd64/
H A Djrcxz.c5 typedef unsigned int UInt; typedef
31 UInt arg32, res32;
H A Dlzcnt64.c5 typedef unsigned int UInt; typedef
8 void do_lzcnt64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
25 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
42 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
65 UInt flags;
75 UInt flags;
85 UInt flags;
H A Dbug137714-amd64.c7 typedef unsigned int UInt; typedef
9 static UInt randomUInt ( void )
11 static UInt n = 0;
H A Dcmpxchg.c7 typedef unsigned int UInt; typedef
H A Dmovbe.c8 typedef unsigned int UInt; typedef
20 printf("%02x", (UInt)b->cs[i]);
26 static UInt seed = 80021;
H A Dpcmpxstrx64.c10 typedef unsigned int UInt; typedef
22 printf("%02x", (UInt)( (*vec)[i] ));
H A Dpcmpxstrx64w.c11 typedef unsigned int UInt; typedef
23 printf("%02x", (UInt)( (*vec)[i] ));
/external/valgrind/main/none/tests/ppc32/
H A Dmcrfs.c4 typedef unsigned int UInt; typedef
6 void set_fpscr ( UInt x )
8 UInt d[2];
24 UInt r;
H A Dbug139050-ppc32.c6 typedef unsigned int UInt; typedef
10 UInt uTimeBaseLow;
11 UInt uTimeBaseHigh;
12 UInt uCheck;
H A Dldstrev.c4 typedef unsigned int UInt; typedef
7 UInt read16le ( void* a )
9 UInt res;
19 UInt read16be ( void* a )
21 UInt res;
31 UInt read32le ( void* a )
33 UInt res;
43 UInt read32be ( void* a )
45 UInt res;
55 void write16be ( void* a, UInt dat
[all...]
/external/valgrind/main/none/tests/x86/
H A Djcxz.c4 typedef unsigned int UInt; typedef
6 UInt test_jcxz ( UInt arg )
8 UInt block[2];
27 UInt test_jecxz ( UInt arg )
29 UInt block[2];
50 UInt arg = 0x01028374;
H A Dbt_literal.c6 typedef unsigned int UInt; typedef
12 UInt mash_reg_L ( UInt orig )
14 UInt reconstructed, mashed;
55 UInt mash_mem_L ( UInt* origp )
57 UInt reconstructed, mashed;
97 UInt mash_reg_W ( UInt orig )
99 UInt reconstructe
[all...]
H A Dcmpxchg8b.c5 typedef unsigned int UInt; typedef
9 UInt eax;
10 UInt ebx;
11 UInt ecx;
12 UInt edx;
13 UInt zout;
H A Dlzcnt32.c5 typedef unsigned int UInt; typedef
8 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
10 UInt block[3] = { arg, 0, 0 };
25 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
27 UInt block[3] = { arg, 0, 0 };
43 UInt
[all...]
H A Dbug137714-x86.c7 typedef unsigned int UInt; typedef
9 static UInt randomUInt ( void )
11 static UInt n = 0;
H A Dbt_everything.c135 typedef unsigned int UInt; typedef
138 UInt rol1 ( UInt x )
145 UInt n, bitoff, op;
146 UInt carrydep, c, res;
148 UInt reg;
177 res = rol1(res) ^ (UInt)ch;
/external/valgrind/main/memcheck/tests/
H A Dpdb-realloc2.c14 typedef unsigned int UInt; typedef
17 static UInt seed = 0;
18 static inline UInt myrand ( UInt size )
70 // printf("%02x ", (UInt)v[i]);
H A Dwrap6.c12 typedef unsigned int UInt; typedef
14 #define ROL(_x,n) (((_x) << n) | ((UInt)(_x)) >> ((8*sizeof(UInt)-n)))
18 register UInt* vec = (_vec); \
21 register UInt i, sum = 0; \
22 register UInt v1 = vec[1-1]; \
23 register UInt v2 = vec[2-1]; \
24 register UInt v3 = vec[3-1]; \
25 register UInt v4 = vec[4-1]; \
26 register UInt v
[all...]
/external/valgrind/main/VEX/useful/
H A Dcpuid.c4 typedef unsigned int UInt; typedef
7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
8 UInt index, UInt ecx_in )
10 UInt a,b,c,d;
21 UInt eax, ebx, ecx, edx;
22 UInt maxid
76 typedef unsigned int UInt; typedef
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkFloatUtils.h19 typedef void UInt; typedef in class:SkTypeWithSize
25 typedef uint32_t UInt; typedef in class:SkTypeWithSize
31 typedef uint64_t UInt; typedef in class:SkTypeWithSize
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
/external/skia/src/utils/
H A DSkFloatUtils.h19 typedef void UInt; typedef in class:SkTypeWithSize
25 typedef uint32_t UInt; typedef in class:SkTypeWithSize
31 typedef uint64_t UInt; typedef in class:SkTypeWithSize
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h55 typedef unsigned int UInt; typedef
63 typedef UInt U128[4];
66 typedef UInt U256[8];
73 UInt w32[4];
110 static inline UInt toUInt ( Long x ) {
112 return (UInt)x;
116 typedef UInt Addr32;
195 UInt w = (UInt)p;
199 UInt
[all...]
/external/valgrind/main/auxprogs/
H A Dppcfround.c6 typedef unsigned int UInt; typedef
12 UInt cr;
13 UInt fpscr;
128 /* 32 */ UInt fpscr_after; \
129 /* 36 */ UInt cr_after; \

Completed in 436 milliseconds

123