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

12 3

  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.cpp 119 static void* TrySbrk(size_t size, size_t *actual_size, size_t alignment) {
124 if (actual_size)
125 *actual_size = size;
163 static void* TryMmap(size_t size, size_t *actual_size, size_t alignment) {
171 if (actual_size)
172 *actual_size = size;
211 static void* TryVirtualAlloc(size_t size, size_t *actual_size, size_t alignment) {
224 if (actual_size)
225 *actual_size = size;
264 static void* TryDevMem(size_t size, size_t *actual_size, size_t alignment)
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 104 size_t actual_size; local
106 &actual_size,
109 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
126 size_t actual_size; local
128 &actual_size,
131 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
158 size_t actual_size; local
160 &actual_size,
163 Assembler assm(Isolate::Current(), buffer, static_cast<int>(actual_size));
180 size_t actual_size; local
208 size_t actual_size; local
242 size_t actual_size; local
271 size_t actual_size; local
    [all...]
test-macro-assembler-x64.cc 155 size_t actual_size; local
157 &actual_size,
163 static_cast<int>(actual_size));
244 size_t actual_size; local
247 &actual_size,
253 static_cast<int>(actual_size));
297 size_t actual_size; local
299 &actual_size,
305 static_cast<int>(actual_size));
427 size_t actual_size; local
473 size_t actual_size; local
722 size_t actual_size; local
813 size_t actual_size; local
1004 size_t actual_size; local
1097 size_t actual_size; local
1204 size_t actual_size; local
1316 size_t actual_size; local
1414 size_t actual_size; local
1485 size_t actual_size; local
1566 size_t actual_size; local
1649 size_t actual_size; local
1734 size_t actual_size; local
1803 size_t actual_size; local
1901 size_t actual_size; local
2009 size_t actual_size; local
2080 size_t actual_size; local
2146 size_t actual_size; local
2191 size_t actual_size; local
    [all...]
  /external/chromium/testing/gtest/test/
gtest-listener_test.cc 183 const int actual_size = data.size(); local
186 EXPECT_EQ(expected_data_size, actual_size);
189 const int shorter_size = expected_data_size <= actual_size ?
190 expected_data_size : actual_size;
198 for (; i < actual_size; ++i) {
  /external/gtest/test/
gtest-listener_test.cc 183 const int actual_size = data.size(); local
186 EXPECT_EQ(expected_data_size, actual_size);
189 const int shorter_size = expected_data_size <= actual_size ?
190 expected_data_size : actual_size;
198 for (; i < actual_size; ++i) {
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-listener_test.cc 183 const int actual_size = data.size(); local
186 EXPECT_EQ(expected_data_size, actual_size);
189 const int shorter_size = expected_data_size <= actual_size ?
190 expected_data_size : actual_size;
198 for (; i < actual_size; ++i) {
  /external/protobuf/gtest/test/
gtest-listener_test.cc 192 const int actual_size = data.size(); local
195 EXPECT_EQ(expected_data_size, actual_size);
198 const int shorter_size = expected_data_size <= actual_size ?
199 expected_data_size : actual_size;
207 for (; i < actual_size; ++i) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 101 notify_arbitrary(size_type actual_size);
216 notify_arbitrary(size_type actual_size)
218 m_next_grow_size = actual_size;
  /external/chromium/base/i18n/
icu_string_conversions.cc 105 int actual_size = ucnv_fromUChars(converter, &(*encoded)[0], local
107 encoded->resize(actual_size);
190 int actual_size = ucnv_toUChars(converter, WriteInto(utf16, uchar_max_length), local
199 utf16->resize(actual_size);
254 int actual_size = ucnv_toAlgorithmic(utf32_platform_endian(), converter,
264 // actual_size is # of bytes.
265 wide->resize(actual_size / sizeof(wchar_t));
  /external/v8/src/x64/
codegen-x64.cc 59 size_t actual_size; local
62 &actual_size,
75 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
96 CPU::FlushICache(buffer, actual_size);
97 OS::ProtectCode(buffer, actual_size);
103 size_t actual_size; local
106 &actual_size,
110 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
120 CPU::FlushICache(buffer, actual_size);
121 OS::ProtectCode(buffer, actual_size);
130 size_t actual_size; local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 283 uint32_t actual_size = width*height; local
288 *p_y_offset = padded_size - actual_size;
289 *p_cbcr_offset = ((padded_size - actual_size) >> 1);
321 int actual_size = 0, padded_size = 0; local
411 actual_size = dimension->thumbnail_width * dimension->thumbnail_height;
432 jpeg_buffer_set_start_offset(tn_img_info.p_fragments[0].color.yuv.luma_buf, (padded_size - actual_size));
433 jpeg_buffer_set_start_offset(tn_img_info.p_fragments[0].color.yuv.chroma_buf, ((padded_size - actual_size) >> 1));
464 actual_size = 0;
470 actual_size = dimension->orig_picture_dx * dimension->orig_picture_dy;
485 jpeg_buffer_set_start_offset(main_img_info.p_fragments[0].color.yuv.luma_buf, (padded_size - actual_size));
    [all...]
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/v8/src/ia32/
codegen-ia32.cc 61 size_t actual_size; local
64 &actual_size,
77 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
99 CPU::FlushICache(buffer, actual_size);
100 OS::ProtectCode(buffer, actual_size);
106 size_t actual_size; local
109 &actual_size,
114 MacroAssembler masm(NULL, buffer, static_cast<int>(actual_size));
132 CPU::FlushICache(buffer, actual_size);
133 OS::ProtectCode(buffer, actual_size);
144 size_t actual_size; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
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/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);

Completed in 2041 milliseconds

12 3