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

  /external/valgrind/main/drd/tests/
custom_alloc.c 27 #define RZ 8
30 int size2 = size + RZ*2;
38 p = hp + RZ;
41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
48 VALGRIND_FREELIKE_BLOCK( p, RZ );
50 #undef RZ
  /external/valgrind/main/massif/tests/
custom_alloc.c 27 #define RZ 8
30 int size2 = size + RZ*2;
38 p = hp + RZ;
41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
48 VALGRIND_FREELIKE_BLOCK( p, RZ );
50 #undef RZ
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 33 #define RZ 8
36 int size2 = size + RZ*2;
44 p = hp + RZ;
47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
54 VALGRIND_FREELIKE_BLOCK( p, RZ );
61 char superblock[1 + RZ + 20 + RZ + 1];
62 char *p = 1 + RZ + superblock;
63 assert(RZ > 0);
66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 )
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 145 RZ,
  /external/chromium_org/v8/src/arm/
constants-arm.h 380 RZ = 3 << 22, // Round towards zero.
386 kRoundToZero = RZ
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 96 milliseconds