HomeSort by relevance Sort by last modified time
    Searched defs:UInt (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/amd64/
bug132146.c 4 typedef unsigned int UInt;
61 UInt bswapl ( UInt x )
sse_memory.c 13 typedef unsigned int UInt;
34 static UInt seed = 80021;
bt_everything.c 7 typedef unsigned int UInt;
407 UInt n, op;
449 res = rol1(res) ^ (UInt)ch;
  /external/valgrind/main/none/tests/amd64/
jrcxz.c 5 typedef unsigned int UInt;
31 UInt arg32, res32;
lzcnt64.c 5 typedef unsigned int UInt;
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;
bug127521-64.c 4 typedef unsigned int UInt;
16 UInt mem[2];
18 mem[0] = (UInt)memLoIn;
19 mem[1] = (UInt)memHiIn;
bug137714-amd64.c 7 typedef unsigned int UInt;
9 static UInt randomUInt ( void )
11 static UInt n = 0;
cmpxchg.c 7 typedef unsigned int UInt;
  /external/valgrind/main/none/tests/ppc32/
mcrfs.c 4 typedef unsigned int UInt;
6 void set_fpscr ( UInt x )
8 UInt d[2];
24 UInt r;
bug139050-ppc32.c 6 typedef unsigned int UInt;
10 UInt uTimeBaseLow;
11 UInt uTimeBaseHigh;
12 UInt uCheck;
ldstrev.c 4 typedef unsigned int UInt;
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 data
    [all...]
  /external/valgrind/main/none/tests/x86/
jcxz.c 4 typedef unsigned int UInt;
6 UInt test_jcxz ( UInt arg )
8 UInt block[2];
27 UInt test_jecxz ( UInt arg )
29 UInt block[2];
50 UInt arg = 0x01028374;
bt_literal.c 6 typedef unsigned int UInt;
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 reconstructed, mashed
    [all...]
cmpxchg8b.c 5 typedef unsigned int UInt;
9 UInt eax;
10 UInt ebx;
11 UInt ecx;
12 UInt edx;
13 UInt zout;
lzcnt32.c 5 typedef unsigned int UInt;
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 w
    [all...]
bug137714-x86.c 7 typedef unsigned int UInt;
9 static UInt randomUInt ( void )
11 static UInt n = 0;
bt_everything.c 135 typedef unsigned int UInt;
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/
pdb-realloc2.c 14 typedef unsigned int UInt;
17 static UInt seed = 0;
18 static inline UInt myrand ( UInt size )
70 // printf("%02x ", (UInt)v[i]);
wrap6.c 12 typedef unsigned int UInt;
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 v5 = vec[5-1];
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
bad_percentify.c 12 typedef unsigned int UInt;
24 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, char buf[])
45 UInt ex;
78 static UInt n_SP_updates_fast = 0;
79 static UInt n_SP_updates_generic_known = 0;
80 static UInt n_SP_updates_generic_unknown = 0;
85 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 85 #ifndef UInt
86 typedef unsigned int UInt;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 86 typedef unsigned int UInt;
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 55 typedef unsigned int UInt;
63 typedef UInt U128[4];
70 UInt w32[4];
107 static inline UInt toUInt ( Long x ) {
109 return (UInt)x;
113 typedef UInt Addr32;
168 UInt w = (UInt)p;
172 UInt w = (UInt)n
    [all...]
  /external/valgrind/main/auxprogs/
ppcfround.c 6 typedef unsigned int UInt;
12 UInt cr;
13 UInt fpscr;
128 /* 32 */ UInt fpscr_after; \
129 /* 36 */ UInt cr_after; \
  /external/valgrind/main/memcheck/tests/x86/
sse_memory.c 13 typedef unsigned int UInt;
34 static UInt seed = 80021;

Completed in 5621 milliseconds

1 2