Searched refs:newstart (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 563 lua_Integer newstart = e-s; in gmatch_aux() local 564 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux() 565 lua_pushinteger(L, newstart); in gmatch_aux()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | range_tree.c | 556 uint64_t newstart, uint64_t newsize) in range_tree_resize_segment() argument 564 rs_set_start(rs, rt, newstart); in range_tree_resize_segment() 565 rs_set_end(rs, rt, newstart + newsize); in range_tree_resize_segment()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 668 lua_Integer newstart = e-s; in gmatch_aux() local 669 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux() 670 lua_pushinteger(L, newstart); in gmatch_aux()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | range_tree.h | 294 uint64_t newstart, uint64_t newsize);
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 82 rman_res_t *newstart) 86 type, start, newstart)); 88 *newstart = start;
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 424 rman_res_t *newstart);
|