HomeSort by relevance Sort by last modified time
    Searched defs:RZ (Results 1 - 4 of 4) 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 );
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
  /external/v8/src/arm/
constants-arm.h 411 RZ = 3 << 22, // Round towards zero.
417 kRoundToZero = RZ

Completed in 76 milliseconds