Home
last modified time | relevance | path

Searched refs:max_s (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProf.h1048 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; in sortByCount() local
1049 if (ValueData.size() > max_s) in sortByCount()
1050 ValueData.resize(max_s); in sortByCount()
/freebsd-head/sys/contrib/openzfs/module/lua/
HDlstrlib.c751 size_t max_s = luaL_optinteger(L, 4, srcl+1); in str_gsub() local
768 while (n < max_s) { in str_gsub()
/freebsd-head/contrib/lua/src/
HDlstrlib.c948 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ in str_gsub() local
962 while (n < max_s) { in str_gsub()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrSIMD.td1105 // Integer min_s / min_u / max_s / max_u
1109 defm MAX_S : SIMDBinaryIntNoI64x2<smax, "max_s", 120>;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td2363 class MAX_S_B_DESC : MSA_3R_DESC_BASE<"max_s.b", smax, MSA128BOpnd>;
2364 class MAX_S_H_DESC : MSA_3R_DESC_BASE<"max_s.h", smax, MSA128HOpnd>;
2365 class MAX_S_W_DESC : MSA_3R_DESC_BASE<"max_s.w", smax, MSA128WOpnd>;
2366 class MAX_S_D_DESC : MSA_3R_DESC_BASE<"max_s.d", smax, MSA128DOpnd>;