Home
last modified time | relevance | path

Searched refs:ltemp (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c405 long ltemp; in alloc_sarray() local
408 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
410 if (ltemp <= 0) in alloc_sarray()
412 if (ltemp < (long) numrows) in alloc_sarray()
413 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
453 long ltemp; in alloc_barray() local
456 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
458 if (ltemp <= 0) in alloc_barray()
460 if (ltemp < (long) numrows) in alloc_barray()
461 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
[all …]
/external/libjpeg-turbo/
Djmemmgr.c442 long ltemp; in alloc_sarray() local
457 ltemp = (MAX_ALLOC_CHUNK-sizeof(large_pool_hdr)) / in alloc_sarray()
459 if (ltemp <= 0) in alloc_sarray()
461 if (ltemp < (long) numrows) in alloc_sarray()
462 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
502 long ltemp; in alloc_barray() local
509 ltemp = (MAX_ALLOC_CHUNK-sizeof(large_pool_hdr)) / in alloc_barray()
511 if (ltemp <= 0) in alloc_barray()
513 if (ltemp < (long) numrows) in alloc_barray()
514 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1093 EAS_U32 ltemp; in Parse_wsmp() local
1129 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1133 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1137 if (ltemp) in Parse_wsmp()
1140 if (ltemp > 1) in Parse_wsmp()
1148 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1152 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1193 EAS_U32 ltemp; in Parse_fmt() local
1222 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_fmt()