/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCSystemAlloc.cpp | 186 size_t new_start = reinterpret_cast<size_t>(start); local 187 size_t end = new_start + length; 192 new_start = (new_start + pagesize - 1) & ~pagemask; 195 ASSERT((new_start & pagemask) == 0); 197 ASSERT(new_start >= reinterpret_cast<size_t>(start)); 200 if (new_end > new_start) { 203 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
system-alloc.cc | 506 size_t new_start = reinterpret_cast<size_t>(start); local 507 size_t end = new_start + length; 512 new_start = (new_start + pagesize - 1) & ~pagemask; 515 ASSERT((new_start & pagemask) == 0); 517 ASSERT(new_start >= reinterpret_cast<size_t>(start)); 520 if (new_end > new_start) { 523 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler.cc | 284 int new_start = text_box->selection_start(); local 290 new_start, new_end, 318 int new_start, 321 if (new_start == new_end) { 326 } else if (old_start == new_start + 1 || old_start == new_start - 1) { 328 AppendUtterance(SubstringUTF8(value, std::min(old_start, new_start), 1), 333 std::min(old_start, new_start), 334 abs(old_start - new_start)), 341 AppendUtterance(SubstringUTF8(value, new_start, new_end - new_start) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
system-alloc.cc | 665 size_t new_start = reinterpret_cast<size_t>(start); local 666 size_t end = new_start + length; 671 new_start = (new_start + pagesize - 1) & ~pagemask; 674 ASSERT((new_start & pagemask) == 0); 676 ASSERT(new_start >= reinterpret_cast<size_t>(start)); 679 if (new_end > new_start) { 682 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
|
/external/chromium_org/v8/src/ |
type-info.cc | 519 byte* new_start = code->instruction_start(); local 520 RelocateRelocInfos(infos, old_start, new_start); 526 byte* new_start) { 529 info->set_pc(new_start + (info->pc() - old_start));
|
/external/v8/src/ |
type-info.cc | 624 byte* new_start = code->instruction_start(); local 625 RelocateRelocInfos(infos, old_start, new_start); 631 byte* new_start) { 634 info->set_pc(new_start + (info->pc() - old_start));
|
/external/blktrace/ |
blkparse.c | 327 char *new_start; local 338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info)); 340 memset(new_start, 0, new_space); [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regexec.c | 543 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); 545 if (BE (new_start == NULL, 0)) 550 re_free (new_start); 553 regs->start = new_start; 542 regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs); local [all...] |
/external/grub/stage2/ |
builtins.c | 2751 int new_type, new_start, new_len; local [all...] |