HomeSort by relevance Sort by last modified time
    Searched refs:tempme (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vpx_mem/
vpx_mem.c 244 unsigned int tempme = BOUNDS_CHECK_VALUE; local
262 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
264 &tempme, sizeof(unsigned int));
344 unsigned int tempme = BOUNDS_CHECK_VALUE; local
358 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
360 &tempme, sizeof(unsigned int));
vpx_mem_tracker.c 538 unsigned int tempme = memtrack.pad_value, local
564 if ((dead1 != tempme) || (dead2 != tempme))
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem.c 418 unsigned int tempme = BOUNDS_CHECK_VALUE; local
436 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
438 &tempme, sizeof(unsigned int));
517 unsigned int tempme = BOUNDS_CHECK_VALUE; local
531 VPX_MEMCPY_L(x_bounds + i, &tempme, sizeof(unsigned int));
533 &tempme, sizeof(unsigned int));
vpx_mem_tracker.c 530 unsigned int tempme = memtrack.pad_value, local
556 if ((dead1 != tempme) || (dead2 != tempme))

Completed in 29 milliseconds