Searched refs:orig_size (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/unused/ |
D | dispatch.c | 29 int orig_size; member 44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size ) in add_translation() argument 49 transtab[n_transtab_used].orig_size = orig_size; in add_translation()
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.c | 275 int orig_size = 0, in xvpx_realloc() local 300 orig_size = p->size; in xvpx_realloc() 346 vpx_memory_tracker_add((size_t)memblk, orig_size, orig_file, orig_line, 1); in xvpx_realloc()
|
/external/qemu/block/ |
D | vpc.c | 61 uint64_t orig_size; member 544 footer->orig_size = be64_to_cpu(total_sectors * 512); in vpc_create()
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl_win.cc | 1446 DWORD orig_size = *name_size; in RegEnumKeyExWPatch() local 1453 wcsncpy_s(name, orig_size, kChromeExeName, arraysize(kChromeExeName)); in RegEnumKeyExWPatch() 1455 std::min(orig_size, static_cast<DWORD>(arraysize(kChromeExeName))); in RegEnumKeyExWPatch()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1315 blk_t orig_size, new_block; in inode_scan_and_fix() local 1329 orig_size = rfs->old_fs->super->s_blocks_count; in inode_scan_and_fix() 1330 if (orig_size < rfs->new_fs->super->s_blocks_count) in inode_scan_and_fix() 1440 rfs->old_fs->super->s_blocks_count = orig_size; in inode_scan_and_fix()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_database.cc | 939 const size_t orig_size = pending_browse_hashes_.size(); in CacheHashResults() local 953 orig_end = pending_browse_hashes_.begin() + orig_size; in CacheHashResults()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 269 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic() local 271 if (orig_size <= new_size) in HandlePathDiagnostic()
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | safe_browsing_database.cc | 1093 const size_t orig_size = pending_browse_hashes_.size(); in CacheHashResults() local 1107 orig_end = pending_browse_hashes_.begin() + orig_size; in CacheHashResults()
|
/external/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1723 size_t orig_size = size; in __ConvertToCP() local 1737 size = orig_size; in __ConvertToCP()
|
/external/qemu/ |
D | exec.c | 2352 if ((start_addr + orig_size) - addr >= TARGET_PAGE_SIZE) \ 2355 end_addr2 = (start_addr + orig_size - 1) & ~TARGET_PAGE_MASK; \ 2378 ram_addr_t orig_size = size; in cpu_register_physical_memory_log() local
|