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

1 23

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
resize_policy.hpp 207 notify_arbitrary(size_type actual_size)
209 m_grow_size = actual_size;
  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 107 actual_size = byte_size_fn(field_number, value)
108 self.assertEqual(expected_size, actual_size,
111 byte_size_fn, field_number, value, expected_size, actual_size))
  /external/chromium/crypto/
symmetric_key_win.cc 57 DWORD actual_size = sizeof(PlaintextBlobHeader) + key_size; local
58 std::vector<BYTE> tmp_data(actual_size);
83 CryptImportKey(provider, actual_key, actual_size, 0, flags, &unsafe_key);
87 SecureZeroMemory(actual_key, actual_size);
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 102 static int actual_size; variable
264 actual_size = 0;
281 tdb_data.dsize = actual_size;
333 actual_size = actual;
  /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]);
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 246 uint32_t actual_size = width*height; local
252 *p_y_offset = padded_size - actual_size;
253 *p_cbcr_offset = ((padded_size - actual_size) >> 1);
255 *p_buf_size = (padded_size + (padded_size - actual_size)) * 3/2;
  /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/valgrind/main/cachegrind/
cg-x86-amd64.c 45 static void micro_ops_warn(Int actual_size, Int used_size, Int line_size)
48 actual_size);
  /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 519 milliseconds

1 23