HomeSort by relevance Sort by last modified time
    Searched refs:actual_size (Results 51 - 57 of 57) sorted by null

1 23

  /external/libvorbis/doc/
08-residue.tex 270 1) [actual_size] = current blocksize/2;
272 3) [actual_size] = [actual_size] * [ch];
273 4) [limit_residue_begin] = maximum of ([residue_begin],[actual_size]);
274 5) [limit_residue_end] = maximum of ([residue_end],[actual_size]);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 511 uptr actual_size = allocator.GetActuallyAllocatedSize(ptr); local
512 CHECK_LE(actual_size, SizeClassMap::kMaxSize);
517 uptr max_possible_size = actual_size - rz_size;
  /external/webp/src/demux/
demux.c 281 // Creates a new Frame if 'actual_size' is within bounds and 'mem' contains
286 uint32_t min_size, uint32_t actual_size,
289 if (actual_size < min_size) return PARSE_ERROR;
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 2037 const size_t actual_size = lhs_stl_container.size(); local
2039 *listener << "which contains " << actual_size << " values"; local
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h 6649 const size_t actual_size = lhs_stl_container.size(); local
6651 *listener << "which contains " << actual_size << " values"; local
    [all...]

Completed in 332 milliseconds

1 23