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

1 2 3

  /src/lib/libpanel/
below.c 1 /* $NetBSD: below.c,v 1.2 2015/11/01 01:40:23 uwe Exp $ */
29 __RCSID("$NetBSD: below.c,v 1.2 2015/11/01 01:40:23 uwe Exp $");
37 PANEL *below; local
40 below = TAILQ_LAST(&_deck, deck);
42 below = PANEL_BELOW(p);
46 if (below == &_stdscr_panel)
49 return below;
Makefile 17 SRCS+= below.c
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 70 # simply execute an "rte" as with the sample code below.
80 # is present. The routine below should point to the operating system handler
84 # The sample routine below simply clears the exception status bit and
98 # is present. The routine below should point to the operating system handler
102 # The sample routine below simply clears the exception status bit and
116 # is present. The routine below should point to the operating system handler
121 # The sample routine below simply clears the exception status bit and
135 # is present. The routine below should point to the operating system handler
140 # The sample routine below simply clears the exception status bit and
154 # is present. The routine below should point to the operating system handler
    [all...]
test.doc 90 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
100 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling
fpsp.doc 96 listed in "68060FPSP call-outs" below). Each field entry should contain
105 are listed in section "68060 FPSP entry points" below. A calling routine
isp.doc 104 listed in "68060ISP call-outs" below). Each field entry should contain
113 are listed in section "68060 ISP entry points" below. A calling routine
ilsp.doc 79 below in "68060ILSP Entry Points" that corresponds to the desired
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 838 // Fallthrough to REAL(memcmp) below.
926 // FIXME: under ASan the call below may write to freed memory and corrupt
937 // FIXME: under ASan the call below may write to freed memory and corrupt
978 // FIXME: under ASan the call below may write to freed memory and corrupt
996 // FIXME: under ASan the call below may write to freed memory and corrupt
1013 // FIXME: under ASan the call below may write to freed memory and corrupt
1031 // FIXME: under ASan the call below may write to freed memory and corrupt
1206 // FIXME: under ASan the call below may write to freed memory and corrupt
1338 // FIXME: under ASan the call below may write to freed memory and corrupt
1351 // FIXME: under ASan the call below may write to freed memory and corrup
    [all...]
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 170 | copy from below upwards requires copying from end to start.
186 lea %pc@(below:w),%a0
192 movl %a3,%sp@ | address of relocated below
193 addl #(ckend - below),%a3
196 bra Lchoff | and to relocated below
199 below: movl %sp@+,%a3 | recover destination label
  /src/sys/fs/unionfs/
unionfs_vfsops.c 73 int below; local
99 below = 0;
148 below = 0;
152 below = 1;
196 if (below) {
231 if (below) {
281 cp = "<below>:";
  /src/share/examples/asm/hello/
powerpc.s 38 .int 7 # Length of the OS name field below.
39 .int 4 # Length of the description field below.
  /src/sys/conf/
assym.mk 19 # assym.dep in the below target looks like:
  /src/lib/libc/arch/sh3/gen/
swapcontext.S 56 !! adjust oucp to resume after setcontext below
  /src/usr.bin/make/unit-tests/
parse-var.mk 5 # TODO: Add systematic tests for all of the below combinations.
104 # Keep these braces outside the conditions below, to keep them simple to
109 # In this test word, the below conditions will replace the '{{}' in the middle
cond-late.mk 15 # actually interpreted as these operators. This is demonstrated below.
meta-cmd-cmp.mk 34 # this allows the trick below
modmisc.mk 6 # but not all target systems - an exists() check is below.
escape.mk 113 # The second lines below each end with '=' so that they will not
140 # The second lines below each end with '=' so that they will not
  /src/common/lib/libc/arch/sparc64/string/
strlen.S 81 andcc %o0, 0x7, %g5 ! Hoisted from below to fill a slot
  /src/lib/libform/
internals.c 3206 FIELD *cur, *above, *below; local
3225 below = TAILQ_NEXT(cur, glue);
3229 while (below != NULL) {
3230 if (below->form_row != cur_row) {
3231 below_row = below->form_row;
3236 below = TAILQ_NEXT(below, glue);
3265 cur->down = below;
3266 below = TAILQ_NEXT(below, glue)
    [all...]
  /src/sys/arch/sparc64/doc/
TODO 50 plain 32bit code too (and this #if only because the point below becomes
  /src/usr.sbin/sysinst/
msg.pm.en 69 listed below. To use RAID, LVM, or CGD: 1) Create partitions with the
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 18 * substantially similar to the "NO WARRANTY" disclaimer below
341 [0002] Boot Flags (decoded below) : 0000
349 [0004] Flags (decoded below) : 00000000
463 [0004] Flags (decoded below) : 00000000
469 [0004] OspmFlags (decoded below) : 00000000
  /src/doc/
TODO.compat-module 52 code as needed. More work may be needed here (see #18 below).
  /src/sys/arch/sandpoint/
README 81 The Embedded Utilities Memory Block (EUMB) is set to be 1M below the end

Completed in 645 milliseconds

1 2 3