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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c484 unsigned int tempme = memtrack.pad_value, local
507 if ((dead1 != tempme) || (dead2 != tempme)) {
H A Dvpx_mem.c227 unsigned int tempme = BOUNDS_CHECK_VALUE; local
243 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
245 &tempme, sizeof(unsigned int));
319 unsigned int tempme = BOUNDS_CHECK_VALUE; local
331 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
333 &tempme, sizeof(unsigned int));
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c484 unsigned int tempme = memtrack.pad_value, local
507 if ((dead1 != tempme) || (dead2 != tempme)) {
H A Dvpx_mem.c226 unsigned int tempme = BOUNDS_CHECK_VALUE; local
242 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
244 &tempme, sizeof(unsigned int));
318 unsigned int tempme = BOUNDS_CHECK_VALUE; local
330 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
332 &tempme, sizeof(unsigned int));

Completed in 111 milliseconds