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

  /external/chromium_org/third_party/leveldatabase/src/table/
format.cc 120 size_t ulength = 0; local
121 if (!port::Snappy_GetUncompressedLength(data, n, &ulength)) {
125 char* ubuf = new char[ulength];
132 result->data = Slice(ubuf, ulength);
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 603 uint64_t ulength; local
611 r = ne_bare_read_vint(io, &uvalue, &ulength, MASK_FIRST_BIT);
614 *value = uvalue - svint_subtr[ulength - 1];
616 *length = ulength;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 603 uint64_t ulength; local
611 r = ne_bare_read_vint(io, &uvalue, &ulength, MASK_FIRST_BIT);
614 *value = uvalue - svint_subtr[ulength - 1];
616 *length = ulength;
    [all...]

Completed in 54 milliseconds