HomeSort by: relevance | last modified time | path
    Searched refs:above (Results 1 - 25 of 485) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libpanel/
update.c 10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
40 * For each panel tell panels above it they need to refresh
41 * regions that overlap (are above) this panel. This ensures
43 * overwritten by a panel above.
49 PANEL *above = p; local
50 while ((above = PANEL_ABOVE(above)) != NULL) {
51 touchoverlap(p->win, above->win);
Makefile 16 SRCS+= above.c
  /src/external/bsd/wpa/dist/wpa_supplicant/
bgscan.h 24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
74 int above, int current_signal,
bgscan.c 100 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
105 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above,
bgscan_simple.c 257 static void bgscan_simple_notify_signal_change(void *priv, int above,
271 "(above=%d current_signal=%d current_noise=%d "
272 "current_txrate=%d))", above, current_signal,
274 if (data->scan_interval == data->long_interval && !above) {
300 } else if (data->scan_interval == data->short_interval && above) {
307 } else if (!above) {
  /src/lib/libc/arch/mips/sys/
sbrk.S 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
64 move v0, t1 # return old val of curbrk from above
66 PTR_S a0, 0(t0) # save current val of curbrk from above
  /src/external/mpl/bind/dist/bin/tests/system/masterformat/
setup.sh 40 cp ns1/empty.db.in ns1/above-limit.db
47 }' </dev/null >>ns1/above-limit.db
  /src/external/gpl3/gcc/dist/gcc/
gen-pass-instances.awk 89 function adjust_linenos(above, increment, p, i)
92 if (pass_lines[p] >= above)
95 for (i = lineno - 1; i >= above; i--)
98 for (i = above; i < lineno; i++)
  /src/external/gpl3/gcc.old/dist/gcc/
gen-pass-instances.awk 89 function adjust_linenos(above, increment, p, i)
92 if (pass_lines[p] >= above)
95 for (i = lineno - 1; i >= above; i--)
98 for (i = above; i < lineno; i++)
  /src/external/gpl3/gdb/dist/sim/testsuite/m68hc11/
testutils.inc 14 # NB: See comment above _pass below.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m68hc11/
testutils.inc 14 # NB: See comment above _pass below.
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_syncmap.c 13 * The above copyright notice and this permission notice (including the next
287 unsigned int above; local
289 /* Insert a join above the current layer */
296 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
297 above = round_up(above, SHIFT);
298 next->height = above + p->height;
310 idx = p->prefix >> (above - SHIFT) & MASK;
  /src/external/mpl/bind/dist/bin/tests/system/masterformat/ns1/
compile.sh 33 $CHECKZONE -D -F raw -o above-limit.db.raw above-limit above-limit.db >/dev/null 2>&1
  /src/external/lgpl3/gmp/dist/mpn/arm64/
popcount.asm 132 C Code for count > maxsize. Splits operand and calls above code.
133 define(`ap2', x5) C caller-saves reg not used above
136 mov x7, n C full count (caller-saves reg not used above)
137 mov x4, #0 C total sum (caller-saves reg not used above)
138 mov x9, #chunksize*8 C caller-saves reg not used above
139 mov x10, #chunksize C caller-saves reg not used above
  /src/compat/
compatsubdir.mk 30 SUBDIR+= ../../../tests/share # because MKSHARE=no above
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-stringtable-1 13 add comments above this one
54 # add comments above this one
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
update-freebsd.sh 53 The file mentioned above belongs to the FreeBSD Kernel. -->
update-netbsd.sh 51 The file mentioned above belongs to the NetBSD Kernel. -->
update-linux.sh 62 The file mentioned above belongs to the Linux Kernel. -->
  /src/external/gpl3/gdb/dist/gdb/syscalls/
update-freebsd.sh 53 The file mentioned above belongs to the FreeBSD Kernel. -->
update-linux.sh 62 The file mentioned above belongs to the Linux Kernel. -->
update-netbsd.sh 51 The file mentioned above belongs to the NetBSD Kernel. -->
  /src/sys/arch/m68k/060sp/dist/
readme 68 ftest.s above test; source code
72 itest.s above test; source code
  /src/usr.sbin/sysinst/arch/acorn32/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
17 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/alpha/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
17 * 2. Redistributions in binary form must reproduce the above copyright

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 91011>>