Home
last modified time | relevance | path

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

/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
1049 if (ValueData.size() > max_s) in sortByCount()
1050 ValueData.resize(max_s); in sortByCount()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c750 size_t max_s = luaL_optinteger(L, 4, srcl+1); in str_gsub() local
767 while (n < max_s) { in str_gsub()
/freebsd/contrib/lua/src/
H A Dlstrlib.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/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1105 // Integer min_s / min_u / max_s / max_u
1109 defm MAX_S : SIMDBinaryIntNoI64x2<smax, "max_s", 120>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.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>;