Searched refs:small (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c65 testall_r(long double big, long double small) argument
69 long double expected_max = isnan(big) ? small : big;
70 long double expected_min = isnan(small) ? big : small;
73 TEST(fmaxf, float, big, small, expected_max);
74 TEST(fmaxf, float, small, big, expected_max);
75 TEST(fmax, double, big, small, expected_max);
76 TEST(fmax, double, small, big, expected_max);
77 TEST(fmaxl, long double, big, small, expected_max);
78 TEST(fmaxl, long double, small, bi
95 testall(int testnum, long double big, long double small) argument
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dobjalloc.c49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
193 struct objalloc_chunk *p, *small; local
197 and set Q to the last small object chunk we see before P. */
198 small = NULL;
205 small = p;
223 /* The block is in a chunk containing small objects. We can
226 any chunks containing small objects; we can free any big
237 if (small !
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dobjalloc.c49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
193 struct objalloc_chunk *p, *small; local
197 and set Q to the last small object chunk we see before P. */
198 small = NULL;
205 small = p;
223 /* The block is in a chunk containing small objects. We can
226 any chunks containing small objects; we can free any big
237 if (small !
[all...]
/freebsd-10.0-release/lib/libc/i386/string/
H A Dwmemchr.S49 jz small
70 jmp small
93 small: movl %ebx,%ecx label
/freebsd-10.0-release/contrib/bzip2/
H A Dbzlib.h80 # ifdef small
81 /* windows.h define small to char */
82 # undef small macro
119 int small
143 int small,
219 int small,
H A Dbzlib.c502 int small )
509 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
527 s->smallDecompress = (Bool)small;
1099 int small,
1109 (small != 0 && small != 1) ||
1138 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1312 int small,
1320 (small !
1095 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1307 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/freebsd-10.0-release/usr.bin/stat/
H A Dstat.c596 int l, small, formats; local
600 small = 0;
609 small = (sizeof(st->st_dev) == 4);
639 small = (sizeof(st->st_ino) == 4);
647 small = (sizeof(st->st_mode) == 4);
679 small = (sizeof(st->st_dev) == 4);
687 small = (sizeof(st->st_uid) == 4);
701 small = (sizeof(st->st_gid) == 4);
731 small = (sizeof(ts.tv_sec) == 4);
746 small
[all...]
/freebsd-10.0-release/lib/libc/mips/string/
H A Dbcmp.S58 blt a2, 16, small # is it worth any trouble?
85 b small # finish remainder
112 small: label
H A Dbzero.S57 blt a1, 3*SZREG, smallclr # small amount to clear?
/freebsd-10.0-release/contrib/dialog/
H A Dmouse.c109 any_mouse_region(int y, int x, int small) argument
114 if (small ^ (butPtr->code >= 0)) {
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css35 font-size : x-small;
69 font-size : x-small;
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c256 /* smallfelem_neg sets |out| to |-small|
260 static void smallfelem_neg(felem out, const smallfelem small) argument
263 out[0] = zero105[0] - small[0];
264 out[1] = zero105[1] - small[1];
265 out[2] = zero105[2] - small[2];
266 out[3] = zero105[3] - small[3];
455 /* smallfelem_square sets |out| = |small|^2
457 * small[i] < 2^64
461 static void smallfelem_square(longfelem out, const smallfelem small) argument
466 a = ((uint128_t) small[
541 u64 small[4]; local
894 smallfelem_is_zero(const smallfelem small) argument
929 smallfelem_is_zero_int(const smallfelem small) argument
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Ddelim.cpp33 const char *small; member in struct:delimiter
316 current_roman_font, d->small, axis_height,
317 current_roman_font, d->small);
H A Dover.cpp31 over_box(int small, box *, box *);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h116 uint64_t small:1; member in struct:__anon6887::__anon6888
124 uint64_t small:1;
/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c90 unsigned small; member in struct:ttm_pool_opts
104 * @small_allocation: Limit in number of pages what is small allocation.
184 m->options.small = val;
209 val = m->options.small;
567 * pages is small.
585 /* If allocation request is small and there are not enough
587 if (count < _manager->options.small
801 _manager->options.small = SMALL_ALLOCATION;
/freebsd-10.0-release/contrib/binutils/gas/
H A Dexpr.c259 int small; /* True if fits in 32 bits. */
360 small = (input_line_pointer - start - 1) < too_many_digits;
415 us a change to fit this constant into a small number. */
424 small = 1;
431 small = 1;
436 small = 0;
442 else if (!small)
482 small = 1;
489 small = 1;
504 if (small)
255 int small; /* True if fits in 32 bits. */ local
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibecoff.h210 /* Nonzero if this symbol was referred to as small undefined. */
211 char small; member in struct:ecoff_link_hash_entry
/freebsd-10.0-release/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one

Completed in 213 milliseconds

123