Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 25 of 27) sorted by relevance

12

/mirbsd/src/usr.bin/units/
Dunits.c316 addunit(struct unittype *theunit, char *toadd, int flip) in addunit() argument
348 if (doingtop ^ flip) in addunit()
358 if (doingtop ^ flip) in addunit()
369 if (doingtop ^ flip) in addunit()
384 if (addsubunit(doingtop ^ flip in addunit()
537 reduceproduct(struct unittype *theunit, int flip) in reduceproduct() argument
542 if (flip) in reduceproduct()
564 if (addunit(theunit, toadd, flip)) in reduceproduct()
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dflip-flop16 flip is an UNOP.
35 ^--- flip <----- flop
46 /* flip */
Druntime.porting164 flip 7 4 modifies flow of control
/mirbsd/src/usr.bin/tip/
Dtip.c598 int i, flip, clr, set; local
610 flip = 0;
614 flip = 0200; /* reverse bit 7 */
624 partab[i] = ((evenpartab[i] ^ flip) | set) & clr;
/mirbsd/src/sys/arch/sparc/sparc/
Dbsd_fdintr.s76 ! flip TC bit in auxreg
90 ! flip TC bit in auxreg
236 ! flip TC bit in auxreg
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalprint.c687 int flip; in print_decimal_chars() local
715 flip = 0; in print_decimal_chars()
734 if (flip == 0) in print_decimal_chars()
739 flip = 1; in print_decimal_chars()
747 flip = 0; in print_decimal_chars()
/mirbsd/src/gnu/usr.bin/perl/t/
Dtest.pl253 my ($flip, $got, $expected, $name, @mess) = @_;
255 $pass = $got =~ /$expected/ if !$flip;
256 $pass = $got !~ /$expected/ if $flip;
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DTESTS34 op/flip.t OK ok OK
DREADME265 it behaves as a range or a flip/flop. Standard perl delays until
/mirbsd/src/gnu/usr.bin/perl/
Dop.c3690 OP *flip; in Perl_newRANGE() local
3708 flip = newUNOP(OP_FLIP, flags, (OP*)range); in Perl_newRANGE()
3709 flop = newUNOP(OP_FLOP, 0, flip); in Perl_newRANGE()
3714 left->op_next = flip; in Perl_newRANGE()
3719 flip->op_targ = pad_alloc(OP_RANGE, SVs_PADMY); in Perl_newRANGE()
3720 sv_upgrade(PAD_SV(flip->op_targ), SVt_PVNV); in Perl_newRANGE()
3722 flip->op_private = left->op_type == OP_CONST ? OPpFLIP_LINENUM : 0; in Perl_newRANGE()
3725 flip->op_next = o; in Perl_newRANGE()
3726 if (!flip->op_private || !flop->op_private) in Perl_newRANGE()
3942 UNOP* const flip = (UNOP*)((UNOP*)((BINOP*)expr)->op_first)->op_first; in Perl_newFOROP() local
[all …]
Dpp_ctl.c1010 int flip = 0; in PP() local
1014 flip = SvIV(sv) == (IV)IoLINES(GvIOp(PL_last_in_gv)); in PP()
1019 flip = SvIV(sv) == SvIV(GvSV(gv)); in PP()
1022 flip = SvTRUE(sv); in PP()
1024 if (flip) { in PP()
DMANIFEST111 ext/B/ramblings/flip-flop Compiler ramblings: notes on flip-flop
2747 t/op/flip.t See if range operator works
DChanges5.00514647 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
14839 ! t/op/flip.t t/op/pat.t t/op/push.t
18667 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
19100 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
19316 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
DChanges5.615500 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
18764 Log: flip release & version in win32_uname()
DChanges5.0044093 Files: pp_ctl.c t/op/flip.t
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DFunctions.pm301 reverse String,LIST flip a string or a list
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c783 struct elf_link_hash_entry *flip; in _bfd_elf_merge_symbol() local
1223 flip = NULL; in _bfd_elf_merge_symbol()
1251 flip = *sym_hash; in _bfd_elf_merge_symbol()
1298 flip = *sym_hash; in _bfd_elf_merge_symbol()
1303 if (flip != NULL) in _bfd_elf_merge_symbol()
1309 flip->root.type = h->root.type; in _bfd_elf_merge_symbol()
1311 h->root.u.i.link = (struct bfd_link_hash_entry *) flip; in _bfd_elf_merge_symbol()
1312 (*bed->elf_backend_copy_indirect_symbol) (bed, flip, h); in _bfd_elf_merge_symbol()
1313 flip->root.u.undef.abfd = h->root.u.undef.abfd; in _bfd_elf_merge_symbol()
1317 flip->ref_dynamic = 1; in _bfd_elf_merge_symbol()
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DDeparse.pm2071 my $flip = $op->first;
2072 my $type = ($flip->flags & OPf_SPECIAL) ? "..." : "..";
2073 return $self->range($flip->first, $cx, $type);
/mirbsd/src/gnu/usr.bin/perl/lib/Test/
DTutorial.pod251 On the flip side, don't be tempted to prematurely declare a test
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx.seq1981 * BITBUCKET, flip that on and let the hardware eat any overrun
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlop.pod530 bistable, like a flip-flop, and emulates the line-range (comma) operator
Dperl58delta.pod3263 op/flip.t 15 1 6.67% 15
/mirbsd/src/share/dict/
Dwords8952 flip
Dweb2a22229 flip-flap
22230 flip glass
22233 flip-up
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Das.texinfo5106 @code{.previous} directives in a row will flip between two sections (and their

12