Searched defs:RZ (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dcustom_alloc.c27 #define RZ 8 macro
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 macro
/external/valgrind/main/massif/tests/
H A Dcustom_alloc.c27 #define RZ 8 macro
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 macro
/external/valgrind/main/memcheck/tests/
H A Dcustom_alloc.c33 #define RZ 8 macro
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_zeroe
158 #undef RZ macro
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h145 RZ, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h380 RZ = 3 << 22, // Round towards zero. enumerator in enum:v8::internal::VFPRoundingMode
386 kRoundToZero = RZ
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1065 // MinRZ <= RZ <= kMaxGlobalRedzone
1066 // and trying to make RZ to be ~ 1/4 of SizeInBytes.
1067 uint64_t RZ = std::max(MinRZ, local
1070 uint64_t RightRedzoneSize = RZ;

Completed in 552 milliseconds