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

  /external/puffin/src/include/puffin/
errors.h 14 kInsufficientInput,
  /external/puffin/src/
huffman_table.cc 245 TEST_AND_RETURN_FALSE_SET_ERROR(br->CacheBits(14), Error::kInsufficientInput);
269 Error::kInsufficientInput);
332 Error::kInsufficientInput);
353 Error::kInsufficientInput);
362 Error::kInsufficientInput);
371 Error::kInsufficientInput);
415 TEST_AND_RETURN_FALSE_SET_ERROR(length >= 3, Error::kInsufficientInput);
435 Error::kInsufficientInput);
504 TEST_AND_RETURN_FALSE_SET_ERROR(index < *length, Error::kInsufficientInput);

Completed in 60 milliseconds