| /freebsd-13-stable/lib/msun/tests/ |
| HD | fmaxmin_test.c | 58 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-13-stable/contrib/googletest/googletest/test/ |
| HD | BUILD.bazel | 42 size = "small", 115 size = "small", 123 size = "small", 130 size = "small", 141 size = "small", 152 size = "small", 176 size = "small", 195 size = "small", 217 size = "small", 292 size = "small", [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| HD | 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-stable/usr.bin/stat/ |
| HD | stat.c | 624 int l, small, formats; in format1() local 628 small = 0; in format1() 637 small = (sizeof(st->st_dev) == 4); in format1() 662 small = (sizeof(st->st_ino) == 4); in format1() 670 small = (sizeof(st->st_mode) == 4); in format1() 702 small = (sizeof(st->st_dev) == 4); in format1() 710 small = (sizeof(st->st_uid) == 4); in format1() 723 small = (sizeof(st->st_gid) == 4); in format1() 752 small = (sizeof(ts.tv_sec) == 4); in format1() 768 small = (sizeof(st->st_size) == 4); in format1() [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | ecp_nistp256.c | 258 static void smallfelem_neg(felem out, const smallfelem small) 261 out[0] = zero105[0] - small[0]; 262 out[1] = zero105[1] - small[1]; 263 out[2] = zero105[2] - small[2]; 264 out[3] = zero105[3] - small[3]; 485 static void smallfelem_square(longfelem out, const smallfelem small) 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]; [all …]
|
| /freebsd-13-stable/contrib/bzip2/ |
| HD | bzlib.h | 80 # ifdef small 82 # undef small 119 int small 143 int small, 219 int small,
|
| /freebsd-13-stable/contrib/llvm-project/lld/docs/ELF/ |
| HD | large_sections.rst | 24 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 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-13-stable/contrib/bc/scripts/ |
| HD | sqrt_random.bc | 48 bits = divmod(bits, 2, small[]) 51 while (!small[0]) 54 bits = divmod(bits, 2, small[])
|
| /freebsd-13-stable/lib/libc/i386/string/ |
| HD | wmemchr.S | 47 jz small 68 jmp small 91 small: movl %ebx,%ecx label
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | sntrup761.c | 1699 typedef int8_t small; typedef 1703 typedef small Inputs[p]; 1707 static small F3_freeze(int16_t x) { return x - 3 * ((10923 * x + 16384) >> 15); } in F3_freeze() 1718 static int Weightw_mask(small *r) { in Weightw_mask() 1825 static void R3_fromRq(small *out, const Fq *r) { in R3_fromRq() 1830 static void R3_mult(small *h, const small *f, const small *g) { in R3_mult() 1841 static int R3_recip(small *out, const small *in) { in R3_recip() 1842 small f[p + 1], g[p + 1], v[p + 1], r[p + 1]; in R3_recip() 1877 static void Rq_mult_small(Fq *h, const Fq *f, const small *g) { in Rq_mult_small() 1903 static int Rq_recip3(Fq *out, const small *in) { in Rq_recip3() [all …]
|
| /freebsd-13-stable/rescue/ |
| HD | 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-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | 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-stable/lib/libc/mips/string/ |
| HD | bcmp.S | 56 blt a2, 16, small # is it worth any trouble? 83 b small # finish remainder 110 small: label
|
| /freebsd-13-stable/contrib/googletest/googlemock/test/ |
| HD | BUILD.bazel | 40 size = "small", 83 size = "small", 115 size = "small",
|
| /freebsd-13-stable/share/i18n/csmapper/APPLE/ |
| D | GAELIC%UCS.src | 96 # 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
|
| D | UCS%GAELIC.src | 96 # 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-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| HD | HTMLLogger.css | 52 font-size: x-small; 138 font-size: x-small; 158 font-size: xx-small;
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/krb5/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13-stable/contrib/dialog/ |
| HD | 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-stable/crypto/heimdal/doc/doxyout/hx509/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/wind/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/hdb/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|
| /freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/ |
| HD | t_sizes.sh | 32 atf_test_case small 135 atf_add_test_case small
|
| /freebsd-13-stable/crypto/heimdal/doc/doxyout/gssapi/html/ |
| HD | tabs.css | 35 font-size : x-small; 69 font-size : x-small;
|