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

123

/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c79 testall_r(long double big, long double small) argument
83 long double expected_max = isnan(big) ? small : big;
84 long double expected_min = isnan(small) ? big : small;
87 TEST(fmaxf, float, big, small, expected_max);
88 TEST(fmaxf, float, small, big, expected_max);
89 TEST(fmax, double, big, small, expected_max);
90 TEST(fmax, double, small, big, expected_max);
91 TEST(fmaxl, long double, big, small, expected_max);
92 TEST(fmaxl, long double, small, bi
109 testall(int testnum, long double big, long double small) argument
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/lib/libc/i386/string/
H A Dwmemchr.S49 jz small
70 jmp small
93 small: movl %ebx,%ecx label
/freebsd-9.3-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-9.3-release/sys/boot/sparc64/boot1/
H A DMakefile12 CFLAGS.clang+=-mcmodel=small
/freebsd-9.3-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-9.3-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-9.3-release/contrib/dialog/
H A Dmouse.c103 any_mouse_region(int y, int x, int small) argument
108 if (small ^ (butPtr->code >= 0))
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drandom.c95 #error RAND_MAX is too small
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drandom.c95 #error RAND_MAX is too small
/freebsd-9.3-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-9.3-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;
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-9.3-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-9.3-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-9.3-release/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-9.3-release/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
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc105 /* We want the small data sections together, so single-instruction offsets
/freebsd-9.3-release/tools/tools/prstats/
H A Dprstats.pl257 set term png small color
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt93 backed by a small amount of RAM that is used for all I/O requests. This
280 other things live. Yes, it is large. It started off small and grew to its
332 A "fake" ramdisk backend. It only allocates a small amount of memory to
/freebsd-9.3-release/contrib/dialog/samples/
H A Dcopismall4 # ComeOn Point Installer! v0.9a.small (small version for cdialog v0.9a)
40 COPIVER=v0.9a.small

Completed in 223 milliseconds

123