Searched refs:newend (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/kern/ |
| D | subr_extent.c | 623 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/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-split.cc | 482 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/src/sys/uvm/ |
| D | uvm_map.c | 2741 vaddr_t dstaddr, end, newend, oldoffset, fudge, orig_fudge; in uvm_map_extract() local 2789 newend = dstaddr + len; in uvm_map_extract() 2879 if (newentry->end > newend || newentry->end < newentry->start) in uvm_map_extract() 2880 newentry->end = newend; in uvm_map_extract()
|