| /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;
|
| /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/external/lgpl3/mpfr/dist/tests/ |
| tnext.c | 35 int neg, below; local 67 below = RAND_BOOL (); 68 if (below) 72 mpfr_set_si (t, below ? -5 : 5, MPFR_RNDN); 79 below ? "below" : "above"); 96 int i, neg, below; local 101 for (below = 0; below <= 1; below++ [all...] |
| tfma.c | 272 int below; local 303 below = i > 0 || (i == 0 && j > 2); 304 if (below) 308 if (below || e < emax)
|
| /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/external/bsd/unbound/dist/services/cache/ |
| infra.h | 64 * keeps working even if that configurable number drops below the default 155 /** ratelimit for names below this name, -1 if not set */ 156 int below; member in struct:domain_limit_data
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| loc_29.c | 449 bool below; local 543 below = true; 546 below = false; 553 east ? "E" : "W", below ? "-" : "", altitude / 100,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| loc_29.c | 449 bool below; local 543 below = true; 546 below = false; 553 east ? "E" : "W", below ? "-" : "", altitude / 100,
|
| /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/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-niter.cc | 61 /* Bounds on some value, BELOW <= X <= UP. */ 65 mpz_t below, up; member in struct:bounds 112 of VAR, which is of TYPE. Results are stored in to BELOW and UP. */ 117 mpz_t below, mpz_t up) 163 /* Case of comparing VAR with its below/up bounds. */ 166 if (mpz_cmp (valc1, below) == 0) 277 or the below bound if cmp is GE_EXPR. 279 To prove there is no overflow/underflow, we need to check below 307 Note we only handle case 2 and 4 in below code. */ 327 if (mpz_cmp (below, minc1) < 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-niter.cc | 59 /* Bounds on some value, BELOW <= X <= UP. */ 63 mpz_t below, up; member in struct:bounds 115 of VAR, which is of TYPE. Results are stored in to BELOW and UP. */ 120 mpz_t below, mpz_t up) 168 /* Case of comparing VAR with its below/up bounds. */ 171 if (mpz_cmp (valc1, below) == 0) 283 or the below bound if cmp is GE_EXPR. 285 To prove there is no overflow/underflow, we need to check below 313 Note we only handle case 2 and 4 in below code. */ 333 if (mpz_cmp (below, minc1) < 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 1853 // TODO: Check whether argse.want_coarray = 1 can help with the below. 3637 /* Args[0] is used multiple times below. */ 6486 tree below = fold_build2_loc (input_location, LT_EXPR, local 6493 logical_type_node, below, above); 6574 tree below = fold_build2_loc (input_location, LT_EXPR, local 6581 logical_type_node, below, above); 6630 tree below = fold_build2_loc (input_location, LT_EXPR, local 6636 logical_type_node, below, above); 6640 below = fold_build2_loc (input_location, LT_EXPR, 6646 logical_type_node, below, above) 6722 tree below = fold_build2_loc (input_location, LT_EXPR, local 6863 tree below = fold_build2_loc (input_location, LE_EXPR, local 12226 tree nbits, below, ccond; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-intrinsic.cc | 1860 // TODO: Check whether argse.want_coarray = 1 can help with the below. 3644 /* Args[0] is used multiple times below. */ 6494 tree below = fold_build2_loc (input_location, LT_EXPR, local 6501 logical_type_node, below, above); 6582 tree below = fold_build2_loc (input_location, LT_EXPR, local 6589 logical_type_node, below, above); 6638 tree below = fold_build2_loc (input_location, LT_EXPR, local 6644 logical_type_node, below, above); 6648 below = fold_build2_loc (input_location, LT_EXPR, 6654 logical_type_node, below, above) 6730 tree below = fold_build2_loc (input_location, LT_EXPR, local 6885 tree below = fold_build2_loc (input_location, LE_EXPR, local 12524 tree nbits, below, ccond; local [all...] |