| /freebsd-13.1/lib/msun/tests/ |
| H A D | fmaxmin_test.c | 62 long double expected_max = isnan(big) ? small : big; in testall_r() 63 long double expected_min = isnan(small) ? big : small; in testall_r() 64 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 65 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 66 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 70 TEST(fminf, float, big, small, expected_min, rmode); in testall_r() 71 TEST(fminf, float, small, big, expected_min, rmode); in testall_r() 72 TEST(fmin, double, big, small, expected_min, rmode); in testall_r() 84 testall(long double big, long double small) in testall() argument [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sntrup761.c | 501 static void R3_mult(small *h,const small *f,const small *g) in R3_mult() 527 static int R3_recip(small *out,const small *in) in R3_recip() 738 static void KeyGen(Fq *h,small *f,small *ginv) in KeyGen() 740 small g[p]; in KeyGen() 762 static void Decrypt(small *r,const Fq *c,const small *f,const small *ginv) in Decrypt() 766 small e[p]; in Decrypt() 767 small ev[p]; in Decrypt() 920 small b[p]; in XEncrypt() 939 small x; in Small_encode() 1111 small a[p]; in ZKeyGen() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-cpL_varied_recsize.ksh | 166 typeset small=$((128 * 1024)) 173 for recsize in $small $large; do 183 check $opts $small log_must 186 check $opts $small log_mustnot 196 check -p $large log_must $small $large 197 check -L $large log_must $large $small 198 check -cp $large log_must $small $large 199 check -cL $large log_must $large $small
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 55 size = "small", 128 size = "small", 136 size = "small", 143 size = "small", 154 size = "small", 165 size = "small", 189 size = "small", 205 size = "small", 227 size = "small", 275 size = "small", [all …]
|
| /freebsd-13.1/usr.bin/stat/ |
| H A D | stat.c | 627 int l, small, formats; in format1() local 631 small = 0; in format1() 640 small = (sizeof(st->st_dev) == 4); in format1() 670 small = (sizeof(st->st_ino) == 4); in format1() 710 small = (sizeof(st->st_dev) == 4); in format1() 760 small = (sizeof(ts.tv_sec) == 4); in format1() 823 small = 0; in format1() 843 small = 0; in format1() 865 small = 0; in format1() 912 small = 0; in format1() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/ec/ |
| H A D | ecp_nistp256.c | 490 a = ((uint128_t) small[0]) * small[0]; 496 a = ((uint128_t) small[0]) * small[1]; 503 a = ((uint128_t) small[0]) * small[2]; 510 a = ((uint128_t) small[0]) * small[3]; 516 a = ((uint128_t) small[1]) * small[2]; 523 a = ((uint128_t) small[1]) * small[1]; 529 a = ((uint128_t) small[1]) * small[3]; 536 a = ((uint128_t) small[2]) * small[3]; 544 a = ((uint128_t) small[2]) * small[2]; 550 a = ((uint128_t) small[3]) * small[3]; [all …]
|
| /freebsd-13.1/contrib/bzip2/ |
| H A D | bzlib.h | 80 # ifdef small 82 # undef small 119 int small 143 int small, 219 int small,
|
| H A D | bzlib.c | 502 int small ) in BZ_API() 509 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API() 527 s->smallDecompress = (Bool)small; in BZ_API() 1099 int small, in BZ_API() 1109 (small != 0 && small != 1) || in BZ_API() 1138 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 1312 int small, in BZ_API() 1320 (small != 0 && small != 1) || in BZ_API() 1327 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
| /freebsd-13.1/lib/libc/i386/string/ |
| H A D | wmemchr.S | 49 jz small 70 jmp small 93 small: movl %ebx,%ecx label
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_getlogin.c | 51 char small[0]; in ATF_TC_BODY() local 53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE); in ATF_TC_BODY()
|
| /freebsd-13.1/rescue/ |
| H A D | README | 11 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-13.1/lib/libc/mips/string/ |
| H A D | bcmp.S | 58 blt a2, 16, small # is it worth any trouble? 85 b small # finish remainder 112 small: label
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | BUILD.bazel | 41 size = "small", 86 size = "small", 118 size = "small",
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | xenix | 6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small 10 # "small model", "large model", "huge model" stuff lifted from XXX 66 >0x1f byte <0x040 small model 102 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
|
| /freebsd-13.1/share/i18n/csmapper/APPLE/ |
| H A D | GAELIC%UCS.src | 97 # capital and small y with acute, grave, and circumflex; capital and 98 # small w with acute, grave, circumflex and diaeresis; capital and 99 # small b, c, d, f, g, m, p, s, t with dot above; tironian et; small 100 # long r, small long s, and small long s with dot above. It has 36
|
| H A D | UCS%GAELIC.src | 97 # capital and small y with acute, grave, and circumflex; capital and 98 # small w with acute, grave, circumflex and diaeresis; capital and 99 # small b, c, d, f, g, m, p, s, t with dot above; tironian et; small 100 # long r, small long s, and small long s with dot above. It has 36
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | mouse.c | 123 any_mouse_region(int y, int x, int small) in any_mouse_region() argument 128 if (small ^ (butPtr->code >= 0)) { in any_mouse_region()
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13.1/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | t_sizes.sh | 32 atf_test_case small 135 atf_add_test_case small
|