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

123

/freebsd-12-stable/lib/msun/tests/
H A Dfmaxmin_test.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
97 testall(int testnum, long double big, long double small) argument
[all...]
/freebsd-12-stable/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. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
233 any chunks containing small objects; we can free any big
244 if (small !
[all...]
/freebsd-12-stable/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-12-stable/lib/libc/i386/string/
H A Dwmemchr.S49 jz small
70 jmp small
93 small: movl %ebx,%ecx label
/freebsd-12-stable/contrib/bearssl/conf/
H A DUnix32.mk3 # to make the code select the "small" integer implementations (i15, m15,
/freebsd-12-stable/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-12-stable/stand/sparc64/boot1/
H A DMakefile13 CFLAGS.clang+=-mcmodel=small
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c254 * smallfelem_neg sets |out| to |-small|
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];
479 * smallfelem_square sets |out| = |small|^2
481 * small[i] < 2^64
485 static void smallfelem_square(longfelem out, const smallfelem small)
490 a = ((uint128_t) small[
[all...]
/freebsd-12-stable/usr.bin/stat/
H A Dstat.c625 int l, small, formats; local
629 small = 0;
638 small = (sizeof(st->st_dev) == 4);
668 small = (sizeof(st->st_ino) == 4);
676 small = (sizeof(st->st_mode) == 4);
708 small = (sizeof(st->st_dev) == 4);
716 small = (sizeof(st->st_uid) == 4);
729 small = (sizeof(st->st_gid) == 4);
758 small = (sizeof(ts.tv_sec) == 4);
773 small
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c51 char small[0]; local
53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE);
/freebsd-12-stable/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-12-stable/contrib/dialog/
H A Dmouse.c109 any_mouse_region(int y, int x, int small) argument
114 if (small ^ (butPtr->code >= 0)) {
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Drandom.c93 #error RAND_MAX is too small
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh32 atf_test_case small
34 atf_set "descr" "Checks the status after creating a small file"
135 atf_add_test_case small
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h116 uint64_t small:1; member in struct:__anon11199::__anon11200
124 uint64_t small:1;
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c87 unsigned small; member in struct:ttm_pool_opts
101 * @small_allocation: Limit in number of pages what is small allocation.
237 m->options.small = val;
262 val = m->options.small;
599 * pages is small.
617 /* If allocation request is small and there are not enough
619 if (count < _manager->options.small
825 _manager->options.small = SMALL_ALLOCATION;
H A Dttm_page_alloc_dma.c146 unsigned small; member in struct:ttm_pool_opts
226 m->options.small = val;
253 val = m->options.small;
794 unsigned count = _manager->options.small;
1072 _manager->options.small = SMALL_ALLOCATION;
/freebsd-12-stable/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-12-stable/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-12-stable/sys/contrib/zstd/programs/
H A DMakefile12 # zstd-small : minimal zstd without dictionary builder and benchmark
139 allVariants: zstd zstd-compress zstd-decompress zstd-small zstd-nolegacy
201 zstd-small: CFLAGS = -Os -s
202 zstd-frugal zstd-small: $(ZSTD_FILES) zstdcli.c fileio.c
224 zstd-small$(EXT) zstd-frugal$(EXT) zstd-nolegacy$(EXT) zstd4$(EXT) \
/freebsd-12-stable/sys/modules/linux64/
H A DMakefile36 ${CC} -x assembler-with-cpp -DLOCORE -shared -mcmodel=small \
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-typeprint.c325 DOUBLEST small = ada_fixed_to_float (type, 1.0);
332 if (delta != small)
333 fprintf_filtered (stream, " <'small = %g>", (double) small);
324 DOUBLEST small = ada_fixed_to_float (type, 1.0); local

Completed in 162 milliseconds

123