Searched defs:RZ (Results 1 - 4 of 4) 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 );
81 VALGRIND_RESIZEINPLACE_BLOCK(array, sizeof(int) * 10, sizeof(int) * 5, RZ);
89 VALGRIND_RESIZEINPLACE_BLOCK(array, sizeof(int) * 5, sizeof(int) * 7, RZ);
96 VALGRIND_RESIZEINPLACE_BLOCK(array+1, sizeof(int) * 7, sizeof(int) * 8, RZ);
122 #undef RZ macro
/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 125 milliseconds