Searched defs:smaller (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py68 smaller = [] variable
71 if group in GRUB_PLATFORMS: smaller.append(group)
72 elif len(GROUPS[group]) < len(v): smaller.append(group)
75 RMAP[platform] = smaller + [ k ] + bigger
/osnet-11/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 */

Completed in 50 milliseconds