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/libvpx/vpx_mem/
vpx_mem.c
226
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));
vpx_mem_tracker.c
484
unsigned int
tempme
= memtrack.pad_value,
local
507
if ((dead1 !=
tempme
) || (dead2 !=
tempme
)) {
Completed in 51 milliseconds