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

1 2 3 4 5 6 7 8

  /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 in function:update_panels
50 while ((above = PANEL_ABOVE(above)) != NULL) {
51 touchoverlap(p->win, above->win);
Makefile 16 SRCS+= above.c
  /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/usr.bin/make/unit-tests/
error.mk 12 .info this is not reached because of the .error above
depsrc-precious.mk 9 # The author of the makefile is then responsible for avoiding the above
  /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 in function:__sync_set
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/compat/
compatsubdir.mk 30 SUBDIR+= ../../../tests/share # because MKSHARE=no above
  /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
  /src/usr.sbin/sysinst/arch/bebox/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/cats/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/emips/
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/evbarm/
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/evbmips/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/evbppc/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/evbsh3/
msg.md.pl 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/hpcarm/
menus.md.pl 12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/hpcmips/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/hppa/
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/landisk/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
  /src/usr.sbin/sysinst/arch/macppc/
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/mipsco/
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/mvme68k/
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/newsmips/
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 55 milliseconds

1 2 3 4 5 6 7 8