Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/freebsd/lib/msun/tests/
H A Dfmaximum_fminimum_test.c60 testall_r(long double big, long double small, int rmode) in testall_r() argument
63 if (isnan(big) || isnan(small)) { in testall_r()
68 expected_min = small; in testall_r()
71 TEST(fmaximumf, float, big, small, expected_max, rmode); in testall_r()
72 TEST(fmaximumf, float, small, big, expected_max, rmode); in testall_r()
73 TEST(fmaximum, double, big, small, expected_max, rmode); in testall_r()
74 TEST(fmaximum, double, small, big, expected_max, rmode); in testall_r()
75 TEST(fmaximuml, long double, big, small, expected_max, rmode); in testall_r()
76 TEST(fmaximuml, long double, small, big, expected_max, rmode); in testall_r()
77 TEST(fminimumf, float, big, small, expected_min, rmode); in testall_r()
[all …]
H A Dfmaxmin_test.c58 testall_r(long double big, long double small, int rmode) in testall_r() argument
60 long double expected_max = isnan(big) ? small : big; in testall_r()
61 long double expected_min = isnan(small) ? big : small; in testall_r()
62 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r()
63 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r()
64 TEST(fmax, double, big, small, expected_max, rmode); in testall_r()
65 TEST(fmax, double, small, big, expected_max, rmode); in testall_r()
66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r()
67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r()
68 TEST(fminf, float, big, small, expected_min, rmode); in testall_r()
[all …]
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel42 size = "small",
117 size = "small",
125 size = "small",
132 size = "small",
143 size = "small",
154 size = "small",
178 size = "small",
197 size = "small",
219 size = "small",
294 size = "small",
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh167 typeset small=$((128 * 1024))
174 for recsize in $small $large; do
184 check $opts $small log_must
187 check $opts $small log_mustnot
197 check -p $large log_must $small $large
198 check -L $large log_must $large $small
199 check -cp $large log_must $small $large
200 check -cL $large log_must $large $small
/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf8 test-3 = 3-small-app-data
9 test-4 = 4-small-app-data-large-fragment-size
25 test-20 = 20-small-app-data-aes-sha1-multibuffer
26 test-21 = 21-small-app-data-aes-sha2-multibuffer
98 [3-small-app-data]
99 ssl_conf = 3-small-app-data-ssl
101 [3-small-app-data-ssl]
102 server = 3-small-app-data-server
103 client = 3-small-app-data-client
105 [3-small-app-data-server]
[all …]
H A D13-fragmentation.cnf.in46 name => "small-app-data",
54 name => "small-app-data-large-fragment-size",
246 # Test that multibuffer-capable code also handles small data correctly.
250 name => "small-app-data-aes-sha1-multibuffer",
262 name => "small-app-data-aes-sha2-multibuffer",
/freebsd/usr.bin/stat/
H A Dstat.c605 int l, small, formats; in format1() local
610 small = 0; in format1()
619 small = (sizeof(st->st_dev) == 4); in format1()
645 small = (sizeof(st->st_ino) == 4); in format1()
653 small = (sizeof(st->st_mode) == 4); in format1()
685 small = (sizeof(st->st_dev) == 4); in format1()
693 small = (sizeof(st->st_uid) == 4); in format1()
706 small = (sizeof(st->st_gid) == 4); in format1()
733 small = (sizeof(ts.tv_sec) == 4); in format1()
749 small = (sizeof(st->st_size) == 4); in format1()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp256.c258 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() argument
261 out[0] = zero105[0] - small[0]; in smallfelem_neg()
262 out[1] = zero105[1] - small[1]; in smallfelem_neg()
263 out[2] = zero105[2] - small[2]; in smallfelem_neg()
264 out[3] = zero105[3] - small[3]; in smallfelem_neg()
483 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() argument
488 a = ((uint128_t)small[0]) * small[0]; in smallfelem_square()
494 a = ((uint128_t)small[0]) * small[1]; in smallfelem_square()
501 a = ((uint128_t)small[0]) * small[2]; in smallfelem_square()
508 a = ((uint128_t)small[0]) * small[3]; in smallfelem_square()
[all …]
/freebsd/contrib/bzip2/
H A Dbzlib.h80 # ifdef small
82 # undef small
119 int small
143 int small,
219 int small,
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst24 For example, x86-64's medium code model splits global variables into small and
29 Large globals are placed in separate sections from small globals, and those
32 do not affect the distance of small globals to text. The large versions
39 large sections next to the small sections with the same RWX permissions when
48 non-PIC code, large sections should be placed after all small sections to avoid
49 ``.lrodata`` pushing small symbols out of the lower 2GB of the address space.
/freebsd/contrib/bc/scripts/
H A Dsqrt_random.bc48 bits = divmod(bits, 2, small[])
51 while (!small[0])
54 bits = divmod(bits, 2, small[])
/freebsd/etc/termcap/
H A DMakefile6 CLEANFILES+= termcap.small
7 CONFS= termcap.small
22 termcap.small: termcap
/freebsd/release/tools/
H A Doci-image-static.conf23 cp ../etc/termcap/termcap.small $m/etc/termcap.small || return $?
24 cp ../etc/termcap/termcap.small $m/usr/share/misc/termcap || return $?
/freebsd/lib/libc/i386/string/
H A Dwmemchr.S47 jz small
68 jmp small
91 small: movl %ebx,%ecx label
/freebsd/crypto/openssh/
H A Dsntrup761.c1698 typedef int8_t small; typedef
1702 typedef small Inputs[p];
1706 static small F3_freeze(int16_t x) { return x - 3 * ((10923 * x + 16384) >> 15); } in F3_freeze()
1717 static int Weightw_mask(small *r) { in Weightw_mask()
1824 static void R3_fromRq(small *out, const Fq *r) { in R3_fromRq()
1829 static void R3_mult(small *h, const small *f, const small *g) { in R3_mult()
1840 static int R3_recip(small *out, const small *in) { in R3_recip()
1841 small f[p + 1], g[p + 1], v[p + 1], r[p + 1]; in R3_recip()
1876 static void Rq_mult_small(Fq *h, const Fq *f, const small *g) { in Rq_mult_small()
1902 static int Rq_recip3(Fq *out, const small *in) { in Rq_recip3()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c51 char small[0]; in ATF_TC_BODY() local
53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE); in ATF_TC_BODY()
/freebsd/rescue/
H A DREADME11 As an added bonus, /rescue is fairly small (thanks to crunchgen) and
21 3) Produce a toolkit suitable for small distributions.
24 /sbin to /rescue to produce a small and fairly complete FreeBSD
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.txt753 comment: small IV sizes
764 comment: small IV sizes
3041 comment: small IV sizes
3052 comment: small IV sizes
3063 comment: small IV sizes
3074 comment: small IV sizes
3085 comment: small IV sizes
3096 comment: small IV sizes
3107 comment: small IV sizes
3118 comment: small IV sizes
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DREADME.TESTS8 - About 160 small tests called t.* that constitute a random
12 - About 60 small tests called p.* that come from the first
32 tests in a small language, then generate awk programs that
/freebsd/contrib/googletest/googlemock/test/
H A DBUILD.bazel40 size = "small",
83 size = "small",
115 size = "small",
/freebsd/share/i18n/csmapper/APPLE/
H A DGAELIC%UCS.src96 # capital and small y with acute, grave, and circumflex; capital and
97 # small w with acute, grave, circumflex and diaeresis; capital and
98 # small b, c, d, f, g, m, p, s, t with dot above; tironian et; small
99 # long r, small long s, and small long s with dot above. It has 36
H A DUCS%GAELIC.src96 # capital and small y with acute, grave, and circumflex; capital and
97 # small w with acute, grave, circumflex and diaeresis; capital and
98 # small b, c, d, f, g, m, p, s, t with dot above; tironian et; small
99 # long r, small long s, and small long s with dot above. It has 36
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css52 font-size: x-small;
138 font-size: x-small;
158 font-size: xx-small;
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;

12345678910>>...19