OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outptrTemp
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jidctintelsse.c
108
JSAMPROW
outptrTemp
;
325
outptrTemp
= output_buf[ctr] + output_col;
326
memcpy(
outptrTemp
, outptr, DCTSIZE);
/external/qemu/distrib/jpeg-6b/
jidctintelsse.c
108
JSAMPROW
outptrTemp
;
325
outptrTemp
= output_buf[ctr] + output_col;
326
memcpy(
outptrTemp
, outptr, DCTSIZE);
Completed in 307 milliseconds