HomeSort by relevance Sort by last modified time
    Searched refs:temp_buf (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/Bindings/Ocaml/
bitwriter.ml 34 let temp_buf = read_file temp_name in
38 temp_buf
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 39 CFX_BinaryBuf temp_buf; local
40 temp_buf.EstimateSize(FPDF_FILTER_BUFFER_SIZE, FPDF_FILTER_BUFFER_SIZE);
41 v_FilterIn(src_buf, src_size, temp_buf);
42 m_pDestFilter->FilterIn(temp_buf.GetBuffer(), temp_buf.GetSize(), dest_buf);
50 CFX_BinaryBuf temp_buf; local
51 v_FilterFinish(temp_buf);
52 if (temp_buf.GetSize()) {
53 m_pDestFilter->FilterIn(temp_buf.GetBuffer(), temp_buf.GetSize(), dest_buf);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 74 FX_LPBYTE temp_buf = FX_Alloc(FX_BYTE, pitch); local
75 if (!temp_buf) {
83 FXSYS_memcpy32(temp_buf, pBitmap->GetBuffer() + top * pitch, pitch);
85 FXSYS_memcpy32(pBitmap->GetBuffer() + bottom * pitch, temp_buf, pitch);
89 FX_Free(temp_buf);
90 temp_buf = NULL;
  /external/chromium_org/net/base/
file_stream_context_win.cc 160 scoped_refptr<IOBuffer> temp_buf = in_flight_buf_; local
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 901 FX_FLOAT* temp_buf = FX_Alloc(FX_FLOAT, nComponents); local
903 temp_buf[i] = *color_value;
905 m_pColorSpace->GetRGB(temp_buf, R, G, B);
906 FX_Free(temp_buf);
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 628 void* temp_buf = 0; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 11896 sslBuffer temp_buf; local
    [all...]

Completed in 379 milliseconds