OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpbuf2
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
turbojpeg.c
836
JSAMPROW *tmpbuf[MAX_COMPONENTS], *
tmpbuf2
[MAX_COMPONENTS];
local
850
tmpbuf2
[i]=NULL; _tmpbuf2[i]=NULL; outbuf[i]=NULL;
939
tmpbuf2
[i]=(JSAMPROW *)malloc(sizeof(JSAMPROW)*compptr->v_samp_factor);
940
if(!
tmpbuf2
[i]) _throw("tjEncodeYUVPlanes(): Memory allocation failure");
945
tmpbuf2
[i][row]=&_tmpbuf2_aligned[
964
(cinfo->downsample->downsample)(cinfo, tmpbuf, 0,
tmpbuf2
, 0);
966
jcopy_sample_rows(
tmpbuf2
[i], 0, outbuf[i],
983
if(
tmpbuf2
[i]!=NULL) free(
tmpbuf2
[i]);
[
all
...]
/dalvik/libdex/
DexFile.cpp
387
char
tmpBuf2
[kSHA1DigestOutputLen];
390
dexSHA1DigestToStr(pHeader->signature,
tmpBuf2
));
Completed in 52 milliseconds