Home
last modified time | relevance | path

Searched defs:temp_buf (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp76 uint8_t* temp_buf = FX_Alloc(uint8_t, pitch); in _FX_WindowsDIB_LoadFromBuf() local
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp790 UINT8 temp_buf[1024]; in ALA_loadapplet() local
1060 Ala_TranscieveInfo_t *pTranscv_Info, UINT8* temp_buf, tJBL_STATUS flag, in ALA_Check_KeyIdentifier()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c96 char *temp_buf; /* a pointer to the current data */ variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp815 std::vector<FX_FLOAT> temp_buf(nComponents); in LoadPalette() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c658 static void fdct32x8_1d_row(int16_t *temp, int16_t *temp_buf, int16_t *output) { in fdct32x8_1d_row()