Searched refs:temp_buf (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dib.cpp | 75 uint8_t* temp_buf = FX_Alloc(uint8_t, pitch); in _FX_WindowsDIB_LoadFromBuf() local 78 memcpy(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch); in _FX_WindowsDIB_LoadFromBuf() 81 memcpy(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch); in _FX_WindowsDIB_LoadFromBuf() 85 FX_Free(temp_buf); in _FX_WindowsDIB_LoadFromBuf() 86 temp_buf = nullptr; in _FX_WindowsDIB_LoadFromBuf()
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 96 char *temp_buf; /* a pointer to the current data */ variable 337 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers() 343 t = temp_buf[i]; in check_buffers() 346 bad = short_at(&temp_buf[i]); in check_buffers() 349 op = temp_buf[offset & 1 ? i + 1 : i]; in check_buffers() 619 iret = read(fd, temp_buf, size); in doread() 684 memcpy(temp_buf, p + pg_offset, size); in domapread() 1316 temp_buf = malloc(maxoplen); in main() 1317 if (temp_buf == NULL) in main() 1319 memset(temp_buf, '\0', maxoplen); in main() [all …]
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | bitwriter.ml | 31 let temp_buf = read_file temp_name in 35 temp_buf
|
/external/llvm/test/Bindings/OCaml/ |
D | bitwriter.ml | 34 let temp_buf = read_file temp_name in 38 temp_buf
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | bitwriter.ml | 34 let temp_buf = read_file temp_name in 38 temp_buf
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | Ala.cpp | 790 UINT8 temp_buf[1024]; in ALA_loadapplet() local 865 memset(temp_buf, 0, sizeof(temp_buf)); in ALA_loadapplet() 867 status = ALA_ReadScript(Os_info, temp_buf); in ALA_loadapplet() 879 if(temp_buf[offset] == TAG_ALA_CMD_ID) in ALA_loadapplet() 885 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in ALA_loadapplet() 908 memcpy(pTranscv_Info->sSendData, &temp_buf[offset], wLen); in ALA_loadapplet() 960 else if((temp_buf[offset] == (0x7F))&&(temp_buf[offset+1] == (0x21))) in ALA_loadapplet() 977 len_byte = Numof_lengthbytes(&temp_buf[offset], &wLen); in ALA_loadapplet() 979 temp_buf, STATUS_OK, wLen+len_byte+2); in ALA_loadapplet() 997 memset(temp_buf, 0, sizeof(temp_buf)); in ALA_loadapplet() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 658 static void fdct32x8_1d_row(int16_t *temp, int16_t *temp_buf, int16_t *output) { in fdct32x8_1d_row() argument 659 fdct8x32_1d_row_load_butterfly(temp, temp_buf); in fdct32x8_1d_row() 660 fdct8x32_1d_row_even(temp_buf, temp_buf); in fdct32x8_1d_row() 661 fdct8x32_1d_row_odd(temp_buf + 128, temp, temp_buf + 128); in fdct32x8_1d_row() 662 fdct8x32_1d_row_transpose_store(temp_buf, output); in fdct32x8_1d_row()
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
D | Ala.h | 266 Ala_TranscieveInfo_t *pTranscv_Info, UINT8* temp_buf, tJBL_STATUS flag,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 800 std::vector<float> temp_buf(nComponents); in LoadPalette() local 802 temp_buf[k] = *color_value; in LoadPalette() 804 m_pColorSpace->GetRGB(temp_buf.data(), &R, &G, &B); in LoadPalette()
|
/external/libxaac/decoder/ |
D | ixheaacd_rev_vlc.c | 534 ia_bit_buf_struct temp_buf = {0}; in ixheaacd_rvlc_decode_forward() local 638 memcpy(&temp_buf, it_bit_buff, sizeof(ia_bit_buf_struct)); in ixheaacd_rvlc_decode_forward()
|