Home
last modified time | relevance | path

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

/external/jpeg/
Djmemmgr.c403 long ltemp; in alloc_sarray() local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
408 if (ltemp <= 0) in alloc_sarray()
410 if (ltemp < (long) numrows) in alloc_sarray()
411 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
451 long ltemp; in alloc_barray() local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
456 if (ltemp <= 0) in alloc_barray()
458 if (ltemp < (long) numrows) in alloc_barray()
459 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
[all …]
/external/qemu/distrib/jpeg-6b/
Djmemmgr.c403 long ltemp; in alloc_sarray() local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
408 if (ltemp <= 0) in alloc_sarray()
410 if (ltemp < (long) numrows) in alloc_sarray()
411 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
451 long ltemp; in alloc_barray() local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
456 if (ltemp <= 0) in alloc_barray()
458 if (ltemp < (long) numrows) in alloc_barray()
459 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1060 EAS_U32 ltemp; in Parse_wsmp() local
1096 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1100 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1104 if (ltemp) in Parse_wsmp()
1107 if (ltemp > 1) in Parse_wsmp()
1115 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1119 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1152 EAS_U32 ltemp; in Parse_fmt() local
1181 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_fmt()