OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tempme
(Results
1 - 2
of
2
) 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
))
Completed in 7648 milliseconds