Searched refs:smaller (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s52 cmpl $256, %ecx / smaller areas don't benefit from alignment
55 cmpl $511, %ecx / areas smaller than this should be wordset
100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c78 * (c) It is not uncommon for structures to embed smaller structures, and
79 * to pass pointers to these smaller structures to routines that track
80 * the structures only by the smaller type. This can be thought of as
83 * of) for the smaller structures to be used as place holders in data
85 * instance of the larger structure being pointed to by the smaller
86 * structure pointer, an instance of the smaller structure is pointed to
89 * important to identify when the smaller structures are in a contiguous
92 * assume that the array of the smaller structure is actually an array of
133 * equal to the size of the next-smaller kmem cache, we know that it's not an
135 * would have been instead allocated out of the next-smaller cach
1051 int i, smaller; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex616 % convenient for us to use an explicitly smaller font, rather than using
1613 \def\lsize{reduced}\def\lllsize{smaller}%
1655 \def\lsize{small}\def\lllsize{smaller}%
1663 \def\lsize{smaller}\def\lllsize{smaller}%
1670 \def\curfontsize{smaller}%
1671 \def\lsize{smaller}\def\lllsize{smaller}%
1948 % We print this one point size smaller, since it's intended for
2025 % be smaller ye
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c294 * smaller than this value. This mechanism is used only for compression
345 * - if compression is not successful for a file smaller than 64K, we can
1803 #define smaller(tree, n, m, depth) \ macro
1810 * when the heap property is re-established (each father smaller than its
1823 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
1826 /* Exit if v is smaller than both sons */
1827 if (smaller(tree, v, s->heap[j], s->depth)) break;
3817 while (++j < z) /* try smaller tables up to z bits */
4578 #define BASE 65521L /* largest prime smaller than 65536 */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c453 * is strictly smaller than this value. This mechanism is used
516 * - if compression is not successful for a file smaller
2608 #define smaller(tree, n, m, depth) \ macro
2615 * when the heap property is re-established (each father smaller than its
2629 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
2632 /* Exit if v is smaller than both sons */
2633 if (smaller(tree, v, s->heap[j], s->depth)) break;
4972 * try smaller tables
6072 #define BASE 65521L /* largest prime smaller than 65536 */
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s696 ! limit for single byte copies. If we're smaller or equal,
969 ! limit for single byte copies. If we're smaller, or equal,
H A Dniagara_copy.s91 * ! handle copies smaller than FP_COPY
4489 ! limit for single byte copies. If we're smaller or equal,
6675 ! limit for single byte copies. If we're smaller, or equal,
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s263 cmp %o4, 256 ! if smaller than 3 blocks skip
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2298 ! limit for single byte copies. If we're smaller or equal,
3544 ! limit for single byte copies. If we're smaller, or equal,
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s1378 * If we're using a smaller slab size and reserved VA range we need

Completed in 151 milliseconds