Searched refs:a_end (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/mem/ |
D | free.c | 112 size_t a_end = (size_t) ah + ARENA_SIZE_GET(ah->a.attrs); in __inject_free_block() local 125 if ((size_t) nah >= a_end) in __inject_free_block() 132 printf("conflict:ah: %p, a_end: %p, nah: %p, n_end: %p\n", ah, a_end, nah, n_end); in __inject_free_block()
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | wtf_clone_equals_util.h | 61 auto a_end = a.end(); 64 for (auto iter = a.begin(); iter != a_end; ++iter) {
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 107 const uint8_t *a_end = a + a_size; in CheckBorder() local 114 EXPECT_LE(b_end + right_border, a_end) << "'b' does not end within 'a'"; in CheckBorder()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 2215 Label a, a_end; in TEST() local 2217 __ B(&a_end); in TEST() 2220 __ Bind(&a_end); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.gen | 1927 if (NameR.substr(0, 5) != "a_end") 1929 return Intrinsic::vaend; // "a_end"
|