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

  /external/syslinux/core/mem/
free.c 112 size_t a_end = (size_t) ah + ARENA_SIZE_GET(ah->a.attrs); local
125 if ((size_t) nah >= a_end)
132 printf("conflict:ah: %p, a_end: %p, nah: %p, n_end: %p\n", ah, a_end, nah, n_end);
  /external/libvpx/libvpx/test/
predict_test.cc 107 const uint8_t *a_end = a + a_size; local
114 EXPECT_LE(b_end + right_border, a_end) << "'b' does not end within 'a'";
  /system/bt/stack/test/
stack_smp_test.cc 128 uint8_t* a_end = a + sizeof(BT_OCTET16) - 1; local
129 while (a_end > a) {
130 tmp = *a_end;
131 *a_end = *a;
134 --a_end;

Completed in 697 milliseconds