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

123

/freebsd-11-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-11-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-11-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-11-stable/lib/libc/i386/string/
H A Dwmemchr.S49 jz small
70 jmp small
93 small: movl %ebx,%ecx label
/freebsd-11-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-11-stable/stand/sparc64/boot1/
H A DMakefile13 CFLAGS.clang+=-mcmodel=small
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c627 int l, small, formats; local
631 small = 0;
640 small = (sizeof(st->st_dev) == 4);
670 small = (sizeof(st->st_ino) == 4);
678 small = (sizeof(st->st_mode) == 4);
710 small = (sizeof(st->st_dev) == 4);
718 small = (sizeof(st->st_uid) == 4);
732 small = (sizeof(st->st_gid) == 4);
762 small = (sizeof(ts.tv_sec) == 4);
777 small
[all...]
/freebsd-11-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-11-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-11-stable/contrib/dialog/
H A Dmouse.c109 any_mouse_region(int y, int x, int small) argument
114 if (small ^ (butPtr->code >= 0)) {
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Drandom.c95 #error RAND_MAX is too small
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c253 * smallfelem_neg sets |out| to |-small|
257 static void smallfelem_neg(felem out, const smallfelem small) argument
260 out[0] = zero105[0] - small[0];
261 out[1] = zero105[1] - small[1];
262 out[2] = zero105[2] - small[2];
263 out[3] = zero105[3] - small[3];
478 * smallfelem_square sets |out| = |small|^2
480 * small[i] < 2^64
484 static void smallfelem_square(longfelem out, const smallfelem small) argument
489 a = ((uint128_t) small[
565 u64 small[4]; local
934 smallfelem_is_zero(const smallfelem small) argument
968 smallfelem_is_zero_int(const void *small) argument
[all...]
/freebsd-11-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-11-stable/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-11-stable/sys/modules/linux64/
H A DMakefile32 ${CC} -x assembler-with-cpp -DLOCORE -shared -mcmodel=small \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h116 uint64_t small:1; member in struct:__anon8540::__anon8541
124 uint64_t small:1;
/freebsd-11-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-11-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-11-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-11-stable/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-11-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 457 milliseconds

123