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

  /external/compiler-rt/test/asan/TestCases/
alloca_vla_interact.cc 18 #define RZ 32
26 top = alloca1 - RZ;
35 bot = (char *)alloca(i) - RZ;
  /external/valgrind/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/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/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 130 RZ,
  /external/v8/src/ppc/
constants-ppc.h     [all...]
  /external/v8/src/arm/
constants-arm.h 410 RZ = 3 << 22, // Round towards zero.
416 kRoundToZero = RZ
  /external/v8/src/s390/
constants-s390.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 545 #define RZ RY
    [all...]

Completed in 3002 milliseconds