/external/valgrind/memcheck/tests/amd64/ |
H A D | bug132146.c | 4 typedef unsigned int UInt; typedef 61 UInt bswapl ( UInt x )
|
H A D | insn-bsfl.c | 8 typedef unsigned int UInt; typedef 11 static int ctz(UInt x) 13 assert(sizeof(UInt) == 4); 14 int result=8*sizeof(UInt); 22 static void set_vbits(UInt *addr, UInt vbits)
|
/external/valgrind/none/tests/amd64/ |
H A D | jrcxz.c | 5 typedef unsigned int UInt; typedef 31 UInt arg32, res32;
|
H A D | lzcnt64.c | 5 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 D | bug137714-amd64.c | 7 typedef unsigned int UInt; typedef 9 static UInt randomUInt ( void ) 11 static UInt n = 0;
|
H A D | cmpxchg.c | 7 typedef unsigned int UInt; typedef
|
H A D | movbe.c | 8 typedef unsigned int UInt; typedef 20 printf("%02x", (UInt)b->cs[i]); 26 static UInt seed = 80021;
|
H A D | pcmpxstrx64.c | 10 typedef unsigned int UInt; typedef 22 printf("%02x", (UInt)( (*vec)[i] ));
|
H A D | pcmpxstrx64w.c | 11 typedef unsigned int UInt; typedef 23 printf("%02x", (UInt)( (*vec)[i] ));
|
H A D | x87trigOOR.c | 11 typedef unsigned int UInt; typedef 121 name, r.arg, r.st0, r.st1, (UInt)r.fpusw);
|
/external/valgrind/none/tests/ppc32/ |
H A D | mcrfs.c | 4 typedef unsigned int UInt; typedef 6 void set_fpscr ( UInt x ) 8 UInt d[2]; 24 UInt r;
|
H A D | bug139050-ppc32.c | 6 typedef unsigned int UInt; typedef 10 UInt uTimeBaseLow; 11 UInt uTimeBaseHigh; 12 UInt uCheck;
|
H A D | ldstrev.c | 4 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/none/tests/x86/ |
H A D | jcxz.c | 4 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 D | bt_literal.c | 6 typedef unsigned int UInt; typedef 12 UInt mash_reg_L ( UInt orig ) 14 UInt reconstructed, mashed; 55 UInt mash_mem_L ( int* origp ) 57 UInt reconstructed, mashed; 97 UInt mash_reg_W ( UInt orig ) 99 UInt reconstructed, mashed;
|
H A D | cmpxchg8b.c | 5 typedef unsigned int UInt; typedef 9 UInt eax; 10 UInt ebx; 11 UInt ecx; 12 UInt edx; 13 UInt zout;
|
H A D | lzcnt32.c | 5 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 D | bug137714-x86.c | 7 typedef unsigned int UInt; typedef 9 static UInt randomUInt ( void ) 11 static UInt n = 0;
|
H A D | movbe.c | 8 typedef unsigned int UInt; typedef 20 printf("%02x", (UInt)b->cs[i]); 26 static UInt seed = 80021;
|
/external/valgrind/none/tests/arm/ |
H A D | intdiv.c | 5 typedef unsigned int UInt; typedef 7 __attribute__((noinline)) UInt do_udiv32 ( UInt x, UInt y ) 9 UInt res; 19 UInt res; 27 void test ( UInt x, UInt y ) 29 UInt ru = do_udiv32(x,y); 31 printf( "%08x %08x -> u:%08x s:%08x\n", x, y, ru, (UInt)r [all...] |
H A D | ldrt.c | 9 typedef unsigned int UInt; typedef 11 __attribute__((noinline)) UInt do_ldrt_imm_132 ( unsigned char* p ) 13 UInt res; 21 __attribute__((noinline)) void do_strt_imm_132 ( unsigned char* p, UInt val ) 29 __attribute__((noinline)) void do_strbt_imm_132 ( unsigned char* p, UInt* val ) 37 __attribute__((noinline)) UInt do_ldrht_imm_1 (unsigned char* val) 39 UInt res; 47 __attribute__((noinline)) void do_ldrsht_imm_1 (UInt* res) 55 __attribute__((noinline)) void do_strht_imm_132 ( unsigned char* p, UInt* val ) 63 __attribute__((noinline)) UInt do_ldrbt_imm_ [all...] |
/external/jsoncpp/include/json/ |
H A D | config.h | 92 typedef unsigned int UInt; typedef in namespace:Json
|
/external/valgrind/memcheck/tests/ |
H A D | pdb-realloc2.c | 14 typedef unsigned int UInt; typedef 17 static UInt seed = 0; 18 static inline UInt myrand ( UInt size ) 70 // printf("%02x ", (UInt)v[i]);
|
/external/valgrind/VEX/useful/ |
H A D | cpuid.c | 4 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 [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
H A D | priv_misc.h | 99 DEF_READ(UInt); variable 105 UChar* ML_(write_UInt)( UChar* ptr, UInt val ); 108 DEF_WRITE(UInt); variable
|