Home
last modified time | relevance | path

Searched refs:newend (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/kern/
H A Dsubr_extent.c623 u_long newstart, newend, exend, beststart, bestovh, ovh; in extent_alloc_subregion1() local
777 newend = newstart + (size - 1); in extent_alloc_subregion1()
789 newstart, newend, ex->ex_start, ex->ex_end, in extent_alloc_subregion1()
796 else if (newend > dontcross) { in extent_alloc_subregion1()
803 newend = newstart + (size - 1); in extent_alloc_subregion1()
872 newend = newstart + (size - 1); in extent_alloc_subregion1()
884 newstart, newend, ex->ex_start, ex->ex_end, in extent_alloc_subregion1()
891 else if (newend > dontcross) { in extent_alloc_subregion1()
898 newend = newstart + (size - 1); in extent_alloc_subregion1()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.c482 tree newend = gimple_build (stmts, minmax, TREE_TYPE (border), in compute_new_first_bound() local
484 return newend; in compute_new_first_bound()
603 tree newend = compute_new_first_bound (&stmts, &niter, border, in split_loop() local
609 patch_loop_exit (loop1, guard_stmt, guard_next, newend, initial_true); in split_loop()
H A Dtree-ssa-loop-split.cc482 tree newend = gimple_build (stmts, minmax, TREE_TYPE (border), in compute_new_first_bound() local
484 return newend; in compute_new_first_bound()
639 tree newend = compute_new_first_bound (&stmts, &niter, border, in split_loop() local
645 patch_loop_exit (loop1, guard_stmt, guard_next, newend, initial_true); in split_loop()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c482 tree newend = gimple_build (stmts, minmax, TREE_TYPE (border), in compute_new_first_bound() local
484 return newend; in compute_new_first_bound()
603 tree newend = compute_new_first_bound (&stmts, &niter, border, in split_loop() local
609 patch_loop_exit (loop1, guard_stmt, guard_next, newend, initial_true); in split_loop()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drdata.c440 unsigned int max_octet, newend, end; in typemap_fromtext() local
457 newend = covered / 8; in typemap_fromtext()
458 if (newend > end) { in typemap_fromtext()
459 memset(&bm[end + 1], 0, newend - end); in typemap_fromtext()
460 end = newend; in typemap_fromtext()
/netbsd/sys/uvm/
H A Duvm_map.c2671 vaddr_t dstaddr, end, newend, oldoffset, fudge, orig_fudge; in uvm_map_extract() local
2719 newend = dstaddr + len; in uvm_map_extract()
2809 if (newentry->end > newend || newentry->end < newentry->start) in uvm_map_extract()
2810 newentry->end = newend; in uvm_map_extract()
/netbsd/external/apache2/mDNSResponder/dist/mDNSCore/
H A DDNSCommon.c3746 mDNSu8 *newend;
3764 newend = putHINFO(m, msg, end, authInfo, limit);
3765 …if (!newend) LogMsg("mDNSSendDNSMessage: putHINFO failed msg %p end %p, limit %p", msg->data, end,…
3766 else end = newend;