Searched refs:ltemp (Results 1 – 3 of 3) sorted by relevance
/external/jpeg/ |
D | jmemmgr.c | 403 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/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jmemmgr.c | 406 long ltemp; in alloc_sarray() local 409 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray() 411 if (ltemp <= 0) in alloc_sarray() 413 if (ltemp < (long) numrows) in alloc_sarray() 414 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray() 454 long ltemp; in alloc_barray() local 457 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray() 459 if (ltemp <= 0) in alloc_barray() 461 if (ltemp < (long) numrows) in alloc_barray() 462 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 1070 EAS_U32 ltemp; in Parse_wsmp() local 1106 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, <emp, EAS_FALSE)) != EA… in Parse_wsmp() 1110 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, <emp, EAS_FALSE)) != EA… in Parse_wsmp() 1114 if (ltemp) in Parse_wsmp() 1117 if (ltemp > 1) in Parse_wsmp() 1125 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, <emp, EAS_FALSE)) != EA… in Parse_wsmp() 1129 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, <emp, EAS_FALSE)) != EA… in Parse_wsmp() 1170 EAS_U32 ltemp; in Parse_fmt() local 1199 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, <emp, EAS_FALSE)) != EA… in Parse_fmt()
|