Searched refs:lData (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | mct.c | 469 OPJ_INT32 ** lData = (OPJ_INT32 **) pData; in opj_mct_encode_custom() local 490 lCurrentData[j] = (*(lData[j])); in opj_mct_encode_custom() 494 *(lData[j]) = 0; in opj_mct_encode_custom() 496 *(lData[j]) += opj_int_fix_mul(*lMctPtr, lCurrentData[k]); in opj_mct_encode_custom() 500 ++lData[j]; in opj_mct_encode_custom() 523 OPJ_FLOAT32 ** lData = (OPJ_FLOAT32 **) pData; in opj_mct_decode_custom() local 536 lCurrentData[j] = (OPJ_FLOAT32)(*(lData[j])); in opj_mct_decode_custom() 543 *(lData[j]++) = (OPJ_FLOAT32)(lCurrentResult[j]); in opj_mct_decode_custom()
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanel.cpp | 169 pInfo->lData = reinterpret_cast<LONG>(this); in OnInquire()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1726 DataArray lData; // TGSI_FILE_TEMPORARY, for indirect arrays member in __anon9347d7160211::Converter 1963 return idx == 0 ? &tData : &lData; in getArrayForFile() 4197 tData(this), lData(this), aData(this), oData(this) in Converter() 4204 lData.setup(TGSI_FILE_TEMPORARY, 1, 0, tSize, 4, 4, FILE_MEMORY_LOCAL, 0); in Converter()
|