Searched refs:vmax (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/bearssl/tools/
H A Dclient.c490 " -vmax name set maximum supported version (default: TLS-1.2)\n");
520 unsigned vmin, vmax; local
552 vmax = 0;
703 } else if (eqstr(arg, "-vmax")) {
706 "ERROR: no argument for '-vmax'\n");
711 if (vmax != 0) {
717 vmax = parse_version(arg, strlen(arg));
718 if (vmax == 0) {
848 if (vmax == 0) {
849 vmax
[all...]
H A Dserver.c259 " -vmax name set maximum supported version (default: TLS-1.2)\n");
635 unsigned vmin, vmax; local
665 vmax = 0;
836 } else if (eqstr(arg, "-vmax")) {
839 "ERROR: no argument for '-vmax'\n");
844 if (vmax != 0) {
850 vmax = parse_version(arg, strlen(arg));
851 if (vmax == 0) {
921 if (vmax == 0) {
922 vmax
[all...]
H A Dtwrch.c81 " -vmax name set maximum supported version (default: TLS-1.2)\n");
246 unsigned vmin, vmax; local
281 vmax = 0;
445 } else if (eqstr(arg, "-vmax")) {
448 "ERROR: no argument for '-vmax'\n");
453 if (vmax != 0) {
459 vmax = parse_version(arg, strlen(arg));
460 if (vmax == 0) {
566 if (vmax == 0) {
567 vmax
[all...]
/freebsd-12-stable/sys/sys/
H A Dmodule.h121 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \
126 vmax \
/freebsd-12-stable/sbin/dump/
H A Dmain.c659 * range (except that a vmax of 0 means unlimited).
662 numarg(const char *meaning, long vmin, long vmax) argument
670 if (val < vmin || (vmax && val > vmax))
671 errx(1, "%s must be between %ld and %ld", meaning, vmin, vmax);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_edid.c1022 int vsync, vmin, vmax; local
1027 vmax = t[6];
1029 vmax += ((t[4] & 0x02) ? 255 : 0);
1032 return (vsync <= vmax && vsync >= vmin);
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt.h209 #define MPT_PERSONALITY_DEPEND(name, dep, vmin, vpref, vmax) \
210 MODULE_DEPEND(name, dep, vmin, vpref, vmax)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1714 __vector unsigned char vmin, vmax, vabsdiff; local
1723 vmax = vec_max (a, b);
1724 vabsdiff = vec_sub (vmax, vmin);
H A Demmintrin.h2161 __v16qu vmin, vmax, vabsdiff; local
2169 vmax = vec_max (a, b);
2170 vabsdiff = vec_sub (vmax, vmin);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1412 int canonicalize(int v, int vmax) argument
1414 if (v >= 0 && v < vmax)
1418 v += vmax * (1 - v/vmax);
1420 return v % vmax;
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10512 X(vmax, 0x0000600, 0x0000f00, N_INV), \
16064 nUF(vmax, vmax, 3, (RNDQ, oRNDQ, RNDQ), neon_dyadic_if_su),
16065 nUF(vmaxq, vmax, 3, (RNQ, oRNQ, RNQ), neon_dyadic_if_su),

Completed in 372 milliseconds