Searched defs:x_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c487 unsigned char *x_bounds; local
491 // x_bounds = (unsigned char*)p->addr;
493 // x_bounds -= memtrack.padding_size;
498 x_bounds = (unsigned char *)(((size_t *)p->addr)[-1]);
501 p_show_me = (x_bounds + i);
H A Dvpx_mem.c207 unsigned char *x_bounds; local
229 x_bounds = vpx_memalign(align, size + (BOUNDS_CHECK_PAD_SIZE * 2));
231 if (x_bounds) {
236 x_bounds = (unsigned char *)(((size_t *)x_bounds)[-1]);
237 x = align_addr(x_bounds + BOUNDS_CHECK_PAD_SIZE + ADDRESS_STORAGE_SIZE,
240 ((size_t *)x)[-1] = (size_t)x_bounds;
243 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
281 unsigned char *x_bounds = memblk ? local
321 x_bounds
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c487 unsigned char *x_bounds; local
491 // x_bounds = (unsigned char*)p->addr;
493 // x_bounds -= memtrack.padding_size;
498 x_bounds = (unsigned char *)(((size_t *)p->addr)[-1]);
501 p_show_me = (x_bounds + i);
H A Dvpx_mem.c206 unsigned char *x_bounds; local
228 x_bounds = vpx_memalign(align, size + (BOUNDS_CHECK_PAD_SIZE * 2));
230 if (x_bounds) {
235 x_bounds = (unsigned char *)(((size_t *)x_bounds)[-1]);
236 x = align_addr(x_bounds + BOUNDS_CHECK_PAD_SIZE + ADDRESS_STORAGE_SIZE,
239 ((size_t *)x)[-1] = (size_t)x_bounds;
242 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
280 unsigned char *x_bounds = memblk ? local
320 x_bounds
[all...]

Completed in 4913 milliseconds