Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c563 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 Drange_tree.c556 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 Dlstrlib.c668 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 Drange_tree.h294 uint64_t newstart, uint64_t newsize);
/f-stack/freebsd/kern/
H A Dbus_if.m82 rman_res_t *newstart)
86 type, start, newstart));
88 *newstart = start;
/f-stack/freebsd/sys/
H A Dbus.h424 rman_res_t *newstart);