HomeSort by: relevance | last modified time | path
    Searched refs:largest (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libm/arch/m68k/
s_floor.S 44 | the largest integer no larger than x
  /src/sys/arch/m68k/m68k/
compat_13_sigreturn13.s 54 lea -84(%sp),%sp | leave enough space for largest frame
compat_16_sigreturn14.s 54 lea -84(%sp),%sp | leave enough space for largest frame
  /src/usr.bin/make/unit-tests/
cond-token-number.mk 102 # the largest representable number (VAX); in particular, make does not fall
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 641 int i, largest, largest_list = -1, rule_count = 0; local
675 largest = 0;
685 DEBUG("(%d) original skipstep '%s' largest jump is %d",
688 if (skiplist->ps_count > largest)
689 largest = skiplist->ps_count;
692 if (largest == 0) {
711 largest = 1;
718 if (skiplist->ps_count > largest) {
719 largest = skiplist->ps_count;
724 if (largest <= 1)
    [all...]
  /src/lib/libc/regex/
regcomp.c 2191 * Compute, recursively if necessary, the largest offset among multiple
2197 int largest; local
2207 largest = 0;
2213 if (try > largest)
2214 largest = try;
2257 if (try > largest)
2258 largest = try;
2260 return largest+offset;
2374 * to the beginning of the largest must pattern prefix matching
  /src/sys/arch/amiga/amiga/
cc.c 636 avail_chipmem(int largest)
643 if (largest == 0)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 63 struct drm_display_mode *mode, *largest = NULL; local
78 /* Otherwise, take the resolution with the largest width, then
94 largest = mode;
97 NV_DEBUG(drm, "native mode from largest: %dx%d@%d\n",
99 return largest ? drm_mode_duplicate(dev, largest) : NULL;
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 217 # 0x80000000 is the largest number representable as a 32-bit negative
fplsp.s 7614 # the appropriate sign. Huge is the largest finite number #
7729 # the appropriate sign. Huge is the largest finite number in #
fpsp.s 7720 # the appropriate sign. Huge is the largest finite number #
7835 # the appropriate sign. Huge is the largest finite number in #

Completed in 45 milliseconds