Searched defs:RZ (Results 1 - 7 of 7) 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.h141 RZ, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h398 RZ = 3 << 22, // Round towards zero. enumerator in enum:v8::internal::VFPRoundingMode
404 kRoundToZero = RZ
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp507 size_t RZ = RedzoneSize(); local
508 return ((SizeInBytes + RZ - 1) / RZ) * RZ;
939 // MinRZ <= RZ <= kMaxGlobalRedzone
940 // and trying to make RZ to be ~ 1/4 of SizeInBytes.
941 uint64_t RZ = std::max(MinRZ, local
944 uint64_t RightRedzoneSize = RZ;
/external/v8/src/arm/
H A Dconstants-arm.h411 RZ = 3 << 22, // Round towards zero. enumerator in enum:v8::internal::VFPRoundingMode
417 kRoundToZero = RZ

Completed in 2547 milliseconds