| /openbsd-src/sys/dev/isa/ |
| H A D | ics2101.c | 70 ics2101_mix_doit(struct ics2101_softc *sc, u_int chan, u_int side, u_int value, in ics2101_mix_doit() argument 82 if (side != ICSMIX_LEFT && side != ICSMIX_RIGHT) in ics2101_mix_doit() 86 value = cvt_value(sc->sc_setting[chan][side]); in ics2101_mix_doit() 87 sc->sc_mute[chan][side] = flags & ICS_MUTE_MUTED; in ics2101_mix_doit() 89 sc->sc_setting[chan][side] = value; in ics2101_mix_doit() 99 if (side == ICSMIX_LEFT) { in ics2101_mix_doit() 102 if (sc->sc_mute[chan][side]) in ics2101_mix_doit() 111 if (sc->sc_mute[chan][side]) in ics2101_mix_doit() 131 ics2101_mix_mute(struct ics2101_softc *sc, unsigned int chan, unsigned int side, in ics2101_mix_mute() argument 134 ics2101_mix_doit(sc, chan, side, 0, in ics2101_mix_mute() [all …]
|
| /openbsd-src/regress/sbin/iked/live/ |
| H A D | Makefile | 122 if [ "$$side" = left ]; then \ 140 echo "MODE=\"$$mode\"" >> $@_$$side.conf; \ 141 echo "TMODE=\"$$tmode\"" >> $@_$$side.conf; \ 142 echo "FROM=\"$$from\"" >> $@_$$side.conf; \ 143 echo "TO=\"$$to\"" >> $@_$$side.conf; \ 144 echo "LOCAL_ADDR=\"$$local\"" >> $@_$$side.conf; \ 145 echo "PEER_ADDR=\"$$peer\"" >> $@_$$side.conf; \ 146 echo "IPCOMP=\"$$ipcomp\"" >> $@_$$side.conf; \ 147 echo "SRCID=\"\\\"$$srcid\\\"\"" >> $@_$$side.conf; \ 148 echo "DSTID=\"$$dstid\"" >> $@_$$side.conf; \ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | overloading.t | 15 cos => sub { "far side of overload table" }, 28 is( cos($x), "far side of overload table", "cosinusfies" ); 52 is( cos($x), "far side of overload table", "cosinusfies" ); 77 is( cos($x), "far side of overload table", "cosinusfies" ); 83 is( cos($x), "far side of overload table", "cosinusfies" ); 90 is( cos($x), "far side of overload table", "cosinusfies" ); 97 is( cos($x), "far side of overload table", "cosinusfies" ); 104 is( cos($x), "far side of overload table", "cosinusfies" );
|
| H A D | overload.t | 543 my $side = new symbolic 1; 548 $side = (sqrt(1 + $side**2) - 1)/$side; 550 my $pi = $side*(2**($iter+2)); 551 is("$side", '[/ [- [sqrt [+ 1 [** [/ [- [sqrt [+ 1 [** [n 1] 2]]] 1] [n 1]] 2]]] 1] [/ [- [sqrt [+ 1 [** [n 1] 2]]] 1] [n 1]]]'); 557 my $side = new symbolic 1; 561 $side = (sqrt(1 + $side**2) - 1)/$side; [all...] |
| /openbsd-src/usr.bin/systat/ |
| H A D | pftop.c | 438 int af, side, ret, ii, io; in sort_addr_callback() local 440 side = s1->direction == PF_IN ? PF_SK_STACK : PF_SK_WIRE; in sort_addr_callback() 442 if (s1->key[side].af > s2->key[side].af) in sort_addr_callback() 444 if (s1->key[side].af < s2->key[side].af) in sort_addr_callback() 456 side = PF_SK_STACK; in sort_addr_callback() 459 side = PF_SK_WIRE; in sort_addr_callback() 467 aa = &s1->key[side].addr[io]; in sort_addr_callback() 468 pa = s1->key[side].port[io]; in sort_addr_callback() 469 af = s1->key[side].af; in sort_addr_callback() 474 side = PF_SK_STACK; in sort_addr_callback() [all …]
|
| /openbsd-src/games/hunt/hunt/ |
| H A D | otto.c | 192 stop_look(struct item *itemp, char c, int dist, int side) in stop_look() argument 197 if (side) in stop_look() 208 if (side < 0) in stop_look() 210 else if (side > 0) in stop_look() 220 if (itemp->distance == -1 || (!side in stop_look() 226 if (side < 0) in stop_look() 228 else if (side > 0) in stop_look() 240 if (side < 0) in stop_look() 242 else if (side > 0) in stop_look() 248 if (side) in stop_look()
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | build_diff.com | 13 $ CC side.c 18 side.obj,version.obj,diff3.obj
|
| H A D | Makefile.in | 95 side.c system.h diffrun.h 112 version.$(OBJEXT) side.$(OBJEXT) 132 @AMDEP_TRUE@ $(DEPDIR)/normal.Po $(DEPDIR)/side.Po \ 208 @_am_include@ @_am_quote@$(DEPDIR)/side.Po@_am_quote@
|
| H A D | Makefile.am | 22 side.c system.h diffrun.h
|
| /openbsd-src/games/hack/ |
| H A D | hack.do.c | 487 long side = in dothrow() local 491 (side == LEFT_SIDE) ? "left" : "right"); in dothrow() 492 set_wounded_legs(side, 500+rn2(1000)); in dothrow() 542 set_wounded_legs(long side, int timex) in set_wounded_legs() argument 545 Wounded_legs |= side + timex; in set_wounded_legs() 547 Wounded_legs |= side; in set_wounded_legs()
|
| H A D | hack.mhitu.c | 357 { long side = rn2(2) ? RIGHT_SIDE : LEFT_SIDE; in mhitu() local 359 Monnam(mtmp), (side == RIGHT_SIDE) ? "right" : "left"); in mhitu() 360 set_wounded_legs(side, rnd(50)); in mhitu()
|
| /openbsd-src/games/sail/ |
| H A D | misc.c | 77 closestenemy(struct ship *from, int side, int anyship) in closestenemy() argument 92 if (side && gunsbear(from, sp) != side) in closestenemy()
|
| /openbsd-src/usr.bin/telnet/ |
| H A D | README | 18 This is supported as per RFC1091. On the server side, 23 list. The server side looks up the entry in the
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | predefs.in | 21 * side corresponds to the input sequence (\*x, \*(xx and so on). The 22 * right-hand side is what's produced by libroff.
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | TODO.txt | 20 This is the matching task on the vm side compared to ttm/dma_resv on the 21 backing storage side.
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | arith.t | 3 Check that only one side of ternary operator is evaluated 21 Check that assignments not done on non-evaluated side of ternary
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/ |
| H A D | CMakeLists.txt | 21 # Has side effect of defining LLVM_EXEGESIS_TARGETS
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | pp_sys | 3 # NAME pipe() croaks on bad left side [perl #126480] 10 # NAME pipe() croaks on bad right side [perl #126480]
|
| /openbsd-src/gnu/gcc/gcc/doc/include/ |
| H A D | gcc-common.texi | 40 @c Cause even numbered pages to be printed on the left hand side of 42 @c side of the page. Using this, you can print on both sides of a
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | zos_rename_dll_side_deck.sh | 20 Usage: $(basename $0) <side deck file> <old dll name> <new dll name>:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cfg.c | 651 basic_block side = (do_succ ? e->dest : e->src); local 653 if (side == ENTRY_BLOCK_PTR) 655 else if (side == EXIT_BLOCK_PTR) 658 fprintf (file, " %d", side->index);
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-04-16-DynamicCompilation.txt | 13 job. On one side, scripting languages statically compile nothing and 15 other side, traditional static compilers process everything statically and
|
| /openbsd-src/regress/usr.sbin/ospfd/ |
| H A D | README | 3 talking OSPF via a tap interface. At the process side of the tap
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangTools.rst | 40 A few Clang Tools are developed along side the core Clang libraries as 42 the tools are developed in a side repository to provide easy separation 44 libraries in the side repository, as we want to carefully review and
|
| /openbsd-src/gnu/gcc/gcc/config/cris/ |
| H A D | cris.opt | 74 ; TARGET_SIDE_EFFECT_PREFIXES: Whether to use side-effect 79 mno-side-effects 81 Do not emit addressing modes with side-effect assignment
|