HomeSort by relevance Sort by last modified time
    Searched defs:UWord (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 18 is UWord (naturally) aligned. */
21 typedef unsigned long int UWord;
27 UWord do_acasW ( UWord* addr, UWord expected, UWord nyu )
29 UWord old, success;
60 UWord do_acasW ( UWord* addr, UWord expected, UWord nyu
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 21 typedef unsigned long UWord;
235 // (U1*)(UWord)constULL funny casting to keep gcc quiet on
237 U1* huge_addr = (U1*)(UWord)0x6600000000ULL; // 408GB
  /external/valgrind/main/include/
pub_tool_basics.h 86 typedef unsigned long UWord; // 32 64
93 typedef UWord Addr; // 32 64
94 typedef UWord AddrH; // 32 64
99 typedef UWord SizeT; // 32 64
128 typedef struct { UWord uw1; UWord uw2; } UWordPair;
179 UWord _val;
186 UWord _res;
187 UWord _err;
202 UWord _wLO
    [all...]
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 14 typedef unsigned long UWord;
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
  /external/valgrind/main/none/tests/x86/
x86locked.c 14 typedef unsigned long UWord;
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
  /external/valgrind/main/mpi/
libmpiwrap.c 151 /* Word, UWord are machine words - same size as a pointer. This is
155 typedef unsigned long UWord;
209 /* Sanity check - that Word/UWord really are machine words. */
211 assert(sizeof(UWord) == sizeof(void*));
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 44 typedef unsigned long UWord;
233 where innerMap is WordFM line-number=UWord Counts */
399 UWord subKey;
442 UWord u1 = (UWord)s1;
443 UWord u2 = (UWord)s2;
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
497 *lnno = (UWord)tmpC[0];
518 UWord lnno, Counts* newCounts
    [all...]

Completed in 666 milliseconds