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

  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 234 uint32_t buf_left = src_size - i - 1; local
235 if (buf_left < copy_len) {
236 uint32_t delta = copy_len - buf_left;
237 copy_len = buf_left;
  /external/fio/
verify.c 248 size_t buf_left = DUMP_BUF_SZ; local
257 strncpy(fname + strlen(fname), basename(ptr), buf_left - 1);
259 buf_left -= strlen(fname);
260 if (buf_left <= 0) {
269 snprintf(fname + strlen(fname), buf_left, ".%llu.%s", offset, type);
    [all...]

Completed in 90 milliseconds