HomeSort by relevance Sort by last modified time
    Searched refs:old_size (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gold/
mremap.c 52 gold_mremap (void *old_address, size_t old_size, size_t new_size,
62 old_size < new_size ? old_size : new_size);
63 (void) munmap (old_address, old_size);
79 size_t old_size ATTRIBUTE_UNUSED,
  /bootable/recovery/applypatch/include/applypatch/
imgpatch.h 26 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const unsigned char* patch_data,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
120 erase_all_valid_entries(m_entries, old_size);
121 s_entry_allocator.deallocate(m_entries, old_size);
129 resize_imp(entry_array a_entries_resized, size_type old_size)
131 for (size_type pos = 0; pos < old_size; ++pos)
  /external/syslinux/gpxe/src/interface/efi/
efi_umalloc.c 49 size_t old_size; local
79 copy_from_user ( &old_size, old_ptr, -EFI_PAGE_SIZE,
80 sizeof ( old_size ) );
82 ( (old_size < new_size) ? old_size : new_size ));
83 old_pages = ( EFI_SIZE_TO_PAGES ( old_size ) + 1 );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /bionic/libc/bionic/
mremap.cpp 39 void* mremap(void* old_address, size_t old_size, size_t new_size, int flags, ...) {
56 return ___mremap(old_address, old_size, new_size, flags, new_address);
  /external/libmicrohttpd/src/microhttpd/
memorypool.h 87 * @param old_size the size of the existing block
91 * bytes (old continues to be valid for old_size)
96 size_t old_size,
memorypool.c 201 * @param old_size the size of the existing block
205 * bytes (old continues to be valid for @a old_size)
210 size_t old_size,
219 if ((pool->end < old_size) || (pool->end < asize))
222 if ((pool->pos >= old_size) && (&pool->memory[pool->pos - old_size] == old))
225 if (pool->pos + asize - old_size <= pool->end)
228 pool->pos += asize - old_size;
229 if (asize < old_size) /* shrinking - zero again! */
230 memset (&pool->memory[pool->pos], 0, old_size - asize)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 58 os_realloc(void *ptr, size_t old_size, size_t new_size);
  /external/ltp/testcases/kernel/syscalls/mremap/
mremap05.c 52 size_t old_size; /* in pages */ member in struct:test_case_t
75 .old_size = 1,
84 .old_size = 1,
93 .old_size = 2,
102 .old_size = 1,
109 .old_size = 1,
140 t->ret = mremap(t->old_address, t->old_size, t->new_size, t->flags,
164 t->old_address = get_test_area(t->old_size * pagesize, 0);
170 t->old_address = get_test_area(t->old_size * pagesize, 0);
176 t->old_address = get_test_area(t->old_size * pagesize, 0)
    [all...]
  /external/v8/src/wasm/
wasm-code-specialization.h 29 void RelocateMemoryReferences(Address old_start, uint32_t old_size,
35 void PatchTableSize(uint32_t old_size, uint32_t new_size);
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 33 size_t old_size = size_; local
34 Resize(old_size + other.size_);
35 ::memcpy(str_ + old_size, other.str_, other.size_);
41 size_t old_size = size_; local
42 Resize(old_size + len);
43 ::memcpy(str_ + old_size, str, len);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 33 size_t old_size = size_; local
34 Resize(old_size + other.size_);
35 ::memcpy(str_ + old_size, other.str_, other.size_);
41 size_t old_size = size_; local
42 Resize(old_size + len);
43 ::memcpy(str_ + old_size, str, len);
  /art/compiler/utils/
assembler.cc 76 size_t old_size = Size(); local
87 cursor_ = contents_ + old_size;
92 CHECK_EQ(Size(), old_size); local
  /external/compiler-rt/lib/tsan/rtl/
tsan_vector.h 85 uptr old_size = Size(); local
87 if (old_size < size) {
88 for (uptr i = old_size; i < size; i++)

Completed in 2193 milliseconds

1 2 3 4 5 6 7 8 9