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

  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 361 uint8_t* last_buf = const_cast<uint8_t*>(src_buf); local
376 *dest_buf = last_buf;
381 offset = FPDFAPI_FlateOrLZWDecode(false, last_buf, last_size, pParam,
384 offset = FPDFAPI_FlateOrLZWDecode(true, last_buf, last_size, pParam,
387 offset = A85Decode(last_buf, last_size, &new_buf, &new_size);
389 offset = HexDecode(last_buf, last_size, &new_buf, &new_size);
393 *dest_buf = last_buf;
398 offset = RunLengthDecode(last_buf, last_size, &new_buf, &new_size);
407 *dest_buf = last_buf;
411 if (last_buf != src_buf
    [all...]
  /external/compiler-rt/test/dfsan/
custom.cc 345 static const unsigned char *last_buf;
352 last_buf = (const unsigned char*) buf;
371 ASSERT_READ_ZERO_LABEL(last_buf, sizeof(last_buf));
384 ASSERT_READ_LABEL(&last_buf[3], sizeof(last_buf[3]), j_label);
385 ASSERT_READ_LABEL(last_buf, sizeof(last_buf), j_label);
  /external/libaom/libaom/av1/encoder/
encode_strategy.c 245 const RefCntBuffer *last_buf = get_ref_frame_buf(cm, LAST_FRAME); local
254 const int last2_is_last = (last2_buf == last_buf);
255 const int last3_is_last = (last3_buf == last_buf);
256 const int gld_is_last = (golden_buf == last_buf);
257 const int bwd_is_last = (bwd_buf == last_buf);
258 const int alt2_is_last = (alt2_buf == last_buf);
259 const int alt_is_last = (alt_buf == last_buf);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 2733 struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr; local
    [all...]
  /external/toybox/toys/pending/
syslogd.c 411 char *temp, *buffer = (toybuf +2048), *last_buf = (toybuf + 3072); //these two buffs are of 1K each local
531 if (!memcmp(last_buf, buffer, len)) break;
533 memcpy(last_buf, buffer, len);
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]

Completed in 418 milliseconds