Home
last modified time | relevance | path

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

12345678910>>...20

/trueos/tools/regression/lib/msun/
HDtest-fmaxmin.c65 testall_r(long double big, long double small) in testall_r() argument
69 long double expected_max = isnan(big) ? small : big; in testall_r()
70 long double expected_min = isnan(small) ? big : small; in testall_r()
73 TEST(fmaxf, float, big, small, expected_max); in testall_r()
74 TEST(fmaxf, float, small, big, expected_max); in testall_r()
75 TEST(fmax, double, big, small, expected_max); in testall_r()
76 TEST(fmax, double, small, big, expected_max); in testall_r()
77 TEST(fmaxl, long double, big, small, expected_max); in testall_r()
78 TEST(fmaxl, long double, small, big, expected_max); in testall_r()
79 TEST(fminf, float, big, small, expected_min); in testall_r()
[all …]
/trueos/usr.bin/stat/
HDstat.c596 int l, small, formats; in format1() local
600 small = 0; in format1()
609 small = (sizeof(st->st_dev) == 4); in format1()
639 small = (sizeof(st->st_ino) == 4); in format1()
647 small = (sizeof(st->st_mode) == 4); in format1()
679 small = (sizeof(st->st_dev) == 4); in format1()
687 small = (sizeof(st->st_uid) == 4); in format1()
701 small = (sizeof(st->st_gid) == 4); in format1()
731 small = (sizeof(ts.tv_sec) == 4); in format1()
746 small = (sizeof(st->st_size) == 4); in format1()
[all …]
/trueos/contrib/binutils/libiberty/
HDobjalloc.c193 struct objalloc_chunk *p, *small; in objalloc_free_block() local
198 small = NULL; in objalloc_free_block()
205 small = p; in objalloc_free_block()
237 if (small != NULL) in objalloc_free_block()
239 if (small == q) in objalloc_free_block()
240 small = NULL; in objalloc_free_block()
/trueos/contrib/gcclibs/libiberty/
HDobjalloc.c193 struct objalloc_chunk *p, *small; in objalloc_free_block() local
198 small = NULL; in objalloc_free_block()
205 small = p; in objalloc_free_block()
237 if (small != NULL) in objalloc_free_block()
239 if (small == q) in objalloc_free_block()
240 small = NULL; in objalloc_free_block()
/trueos/crypto/openssl/crypto/ec/
HDecp_nistp256.c271 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() argument
274 out[0] = zero105[0] - small[0]; in smallfelem_neg()
275 out[1] = zero105[1] - small[1]; in smallfelem_neg()
276 out[2] = zero105[2] - small[2]; in smallfelem_neg()
277 out[3] = zero105[3] - small[3]; in smallfelem_neg()
496 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() argument
501 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square()
507 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square()
514 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square()
521 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square()
[all …]
/trueos/contrib/bzip2/
HDbzlib.h80 # ifdef small
82 # undef small
119 int small
143 int small,
219 int small,
HDbzlib.c502 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()
/trueos/contrib/file/magic/Magdir/
HDxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
10 # "small model", "large model", "huge model" stuff lifted from XXX
37 >0x1f byte <0x040 small model
73 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
/trueos/lib/libc/i386/string/
HDwmemchr.S49 jz small
70 jmp small
93 small: movl %ebx,%ecx label
/trueos/contrib/netbsd-tests/lib/libc/sys/
HDt_getlogin.c51 char small[0]; in ATF_TC_BODY() local
53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE); in ATF_TC_BODY()
/trueos/rescue/
HDREADME11 As an added bonus, /rescue is fairly small (thanks to crunchgen) and
22 3) Produce a toolkit suitable for small distributions.
25 /sbin to /rescue to produce a small and fairly complete FreeBSD
/trueos/lib/libc/mips/string/
HDbcmp.S58 blt a2, 16, small # is it worth any trouble?
85 b small # finish remainder
112 small: label
/trueos/share/i18n/csmapper/APPLE/
DUCS%GAELIC.src97 # 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
DGAELIC%UCS.src97 # 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
/trueos/contrib/dialog/
HDmouse.c109 any_mouse_region(int y, int x, int small) in any_mouse_region() argument
114 if (small ^ (butPtr->code >= 0)) { in any_mouse_region()
/trueos/contrib/netbsd-tests/fs/tmpfs/
HDt_sizes.sh32 atf_test_case small
127 atf_add_test_case small
/trueos/crypto/heimdal/doc/doxyout/krb5/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/hcrypto/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/gssapi/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/wind/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/ntlm/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/hx509/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/crypto/heimdal/doc/doxyout/hdb/html/
HDtabs.css35 font-size : x-small;
69 font-size : x-small;
/trueos/contrib/groff/src/preproc/eqn/
HDdelim.cpp33 const char *small; member
316 current_roman_font, d->small, axis_height, in define_extensible_string()
317 current_roman_font, d->small); in define_extensible_string()
/trueos/crypto/heimdal/doc/
HDlatin1.tex68 \global\catcode`\^^e4=\active \global\def^^e4{\"a} % small a with diaeresis
69 \global\catcode`\^^e5=\active \global\let^^e5=\aa % small a with ring above
80 % small eth
86 \global\catcode`\^^f6=\active \global\def^^f6{\"o} % small o with diaeresis

12345678910>>...20