Home
last modified time | relevance | path

Searched refs:orig_size (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/VEX/unused/
Ddispatch.c29 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/
Dvpx_mem.c275 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/
Dvpc.c61 uint64_t orig_size; member
544 footer->orig_size = be64_to_cpu(total_sectors * 512); in vpc_create()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc1446 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/
Dresize2fs.c1315 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/
Dsafe_browsing_database.cc939 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/
DPathDiagnostic.cpp269 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/
Dsafe_browsing_database.cc1093 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/
Dc_locale_win32.c1723 size_t orig_size = size; in __ConvertToCP() local
1737 size = orig_size; in __ConvertToCP()
/external/qemu/
Dexec.c2352 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