Home
last modified time | relevance | path

Searched defs:max_s (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c751 size_t max_s = luaL_optinteger(L, 4, srcl+1); in str_gsub() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1048 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
/freebsd/contrib/lua/src/
H A Dlstrlib.c948 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ in str_gsub() local