| /src/external/bsd/ipf/dist/lib/ |
| printnatside.c | 13 printnatside(side, ns) 14 char *side; 17 PRINTF("%lu\tproxy create fail %s\n", ns->ns_appr_fail, side); 18 PRINTF("%lu\tproxy fail %s\n", ns->ns_ipf_proxy_fail, side); 19 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side); 20 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side); 21 PRINTF("%lu\tbad next addr %s\n", ns->ns_badnextaddr, side); 22 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side); 23 PRINTF("%lu\tclone nomem %s\n", ns->ns_clone_nomem, side); 24 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| gensched.sh | 27 for side in 1 2; do 28 tside=$side 29 case $side in 34 y) cunit="+x$side"; tside=$otherside;; 38 echo ";; Definitions for side $side, cross $cross" 41 -e "s,_N_,$side,g" -e "s,_RF_,$rf,g" -e "s,_NX_,$tside,g" \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| gensched.sh | 27 for side in 1 2; do 28 tside=$side 29 case $side in 34 y) cunit="+x$side"; tside=$otherside;; 38 echo ";; Definitions for side $side, cross $cross" 41 -e "s,_N_,$side,g" -e "s,_RF_,$rf,g" -e "s,_NX_,$tside,g" \
|
| /src/sys/arch/ews4800mips/stand/common/ |
| floppy_2hc.c | 39 int sector, side, cylinder; local 52 side = logical_block_number - (cylinder * 15 * 2) > 14; 53 sector = logical_block_number - (side + cylinder * 2) * 15; 56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
|
| floppy_2hd_ibmpc.c | 39 int sector, side, cylinder; local 52 side = logical_block_number - (cylinder * 18 * 2) > 17; 53 sector = logical_block_number - (side + cylinder * 2) * 18; 56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
|
| floppy_2d.c | 39 int i, sector, side, cylinder; local 42 * 2D: MFM format (cylinder 0 side 0 is FM format) 46 * 256 bytes/sector (cylinder 0 side 0 is 128 bytes/sector) 56 side = i - (cylinder * 26 * 2) > 25; 57 sector = i - (side + cylinder * 2) * 26; 59 *position = (cylinder << 16) | (side << 8) | (sector + 1);
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/ |
| hello.tcl | 18 pack .my.button -side top 19 pack .my.label -side bottom
|
| /src/sys/dev/isa/ |
| ics2101.c | 73 ics2101_mix_doit(struct ics2101_softc *sc, u_int chan, u_int side, u_int value, u_int flags) 84 if (side != ICSMIX_LEFT && side != ICSMIX_RIGHT) 88 value = cvt_value(sc->sc_setting[chan][side]); 89 sc->sc_mute[chan][side] = flags & ICS_MUTE_MUTED; 91 sc->sc_setting[chan][side] = value; 101 if (side == ICSMIX_LEFT) { 104 if (sc->sc_mute[chan][side]) 113 if (sc->sc_mute[chan][side]) 129 ics2101_mix_mute(struct ics2101_softc *sc, unsigned int chan, unsigned int side, unsigned int domute [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tavl.c | 198 int side, side_bf, shorter, nside = -1; local 211 side = fcmp( data, p->avl_data ); 212 if ( !side ) 214 side = ( side > 0 ); 215 pdir[depth] = side; 218 if ( p->avl_bits[side] == AVL_THREAD ) 220 p = p->avl_link[side]; 232 side = depth; 254 pptr[side] = q [all...] |
| avl.c | 191 int side, side_bf, shorter, nside; local 204 side = fcmp( data, p->avl_data ); 205 if ( !side ) 207 side = ( side > 0 ); 208 pdir[depth] = side; 211 p = p->avl_link[side]; 224 side = depth; 242 pptr[side] = q; 243 if ( side ) { [all...] |
| /src/usr.bin/make/unit-tests/ |
| cond-eof.mk | 7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!} 8 SIDE_EFFECT2= ${:!echo 'side effect 2' 1>&2!} 15 # case they have side effects.
|
| cond-token-var.mk | 20 # A defined variable may appear on either side of the comparison. 28 # A variable that appears on the left-hand side must be defined. 34 # A variable that appears on the right-hand side must be defined. 58 # A defined variable may appear on either side of the comparison. 62 # A variable on the left-hand side must be defined. 67 # A variable on the right-hand side must be defined. 104 # The left-hand side of a comparison must not be an unquoted word. 109 # The left-hand side of a comparison must not be an unquoted word. 114 # The left-hand side of a comparison must not be an unquoted word. 139 # The left-hand side of a comparison must not be an undefined expression wit [all...] |
| parse-var.mk | 53 # in a condition, left-hand side, unquoted 54 # in a condition, left-hand side, quoted 55 # in a condition, right-hand side, unquoted 56 # in a condition, right-hand side, quoted 57 # left-hand side of a variable assignment 58 # right-hand side of a ':=' variable assignment 59 # right-hand side of a '!=' variable assignment 75 # What other side effects are there? 80 # side of the assignment, but only if they occur inside expressions.
|
| cond-cmp-string.mk | 11 # The right-hand side of the comparison may be written without quotes. 16 # The left-hand side of the comparison must be enclosed in quotes. 23 # An expression that occurs on the left-hand side of the comparison must be 103 # If at least one side of the comparison is a string literal, the string 109 # If at least one side of the comparison is a string literal, the string 110 # comparison is performed. The ".0" in the left-hand side makes the two
|
| dotwait.mk | 43 # recursive: all children of the left hand side of the .WAIT 44 # must be made before any child of the right hand side. 51 # the right hand side of the .WAIT.
|
| cond-op-and.mk | 22 # The right-hand side is not evaluated since the left-hand side is already
|
| cond-op-or.mk | 22 # The right-hand side is not evaluated since the left-hand side is already
|
| cond-short.mk | 3 # Demonstrates that in conditions, the right-hand side of an && or || 9 # Before 2020-06-28, the right-hand side of an && or || operator was always 151 # The left-hand side of the '&&' evaluated to false, which should have made 152 # the right-hand side irrelevant. 154 # On the right-hand side of the '&&', the expression ${INDIR_UNDEF} was 156 # undefined. The right hand side "${INDIR_UNDEF}" still needed to be parsed, 159 # right hand side of the '&&' should have been irrelevant, the two sides of 185 # side of the '&&' irrelevant. Back then, irrelevant condition parts were 227 # Due to the quotes around the left-hand side of the '<', the operand is 237 # The right-hand side of '||' is irrelevant and thus not evaluated [all...] |
| /src/external/gpl2/xcvs/dist/diff/ |
| build_diff.com | 14 $ CC side.c 19 side.obj,version.obj,diff3.obj
|
| Makefile.am | 22 side.c system.h diffrun.h
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| branch-to-self.exp | 44 foreach_with_prefix side {"host" "target"} { 52 set test "set breakpoint condition-evaluation $side" 56 # evaluation on its side. Skip the test.
|
| /src/external/gpl2/diffutils/bin/diff/ |
| Makefile | 10 normal.c side.c util.c version.c
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| branch-to-self.exp | 59 foreach_with_prefix side {"host" "target"} { 67 set test "set breakpoint condition-evaluation $side" 71 # evaluation on its side. Skip the test.
|
| /src/sys/arch/mac68k/obio/ |
| iwm_fd.c | 179 /* Table of GCR disk zones for one side (see IM II-211, The Disk Driver) */ 1099 /* Calculate the side/track/sector our block is at. */ 1106 fd->pos.side, fd->pos.sector); 1108 if (fd->cachedSide != fd->pos.side) { 1112 fd->cachedSide = fd->pos.side; 1160 pos->track, pos->side, pos->sector); 1173 shdr->side = pos->side; 1177 (void)iwmSelectSide(pos->side); 1184 shdr->track, shdr->side >> 3 [all...] |
| /src/sys/arch/atari/stand/xxboot/fdboot/ |
| fdboot.S | 51 .word 0 | side 80 movq #0,%d1 | side 183 movw %d3,%d1 | side 192 movw %d1,%sp@- | side
|