Searched refs:aa (Results 251 - 271 of 271) sorted by relevance

<<11

/openbsd-current/usr.bin/tmux/
H A Dstatus.c1884 const char **aa = (const char **)a, **bb = (const char **)b; local
1886 return (strcmp(*aa, *bb));
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp4570 APFloat::opStatus DoubleAPFloat::addImpl(const APFloat &a, const APFloat &aa,
4585 Status |= z.add(aa, RM);
4587 // z = cc + aa + c + a;
4591 // z = cc + aa + a + c;
4601 APFloat zz = aa;
4621 // zz = q + c + (a - (q + z)) + aa + cc;
4629 Status |= zz.add(aa, RM);
/openbsd-current/sys/dev/pv/
H A Dviogpu.c656 struct wsemuldisplaydev_attach_args aa;
H A Dhyperv.c1789 struct hv_attach_args *aa = aux; local
1792 printf("\"%s\" at %s", aa->aa_ident, name);
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.asm935 ! if aa == 0 and cc = 0
939 ! aa = bb*dd + (aa*dd*65536) + (cc*bb*65536)
953 mulu.w r2,r5 ! brewing macl = aa*dd
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlib1funcs.asm928 ! if aa == 0 and cc = 0
932 ! aa = bb*dd + (aa*dd*65536) + (cc*bb*65536)
946 mulu.w r2,r5 ! brewing macl = aa*dd
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat.t405 'Long monster: ("ba".("a" x %d)."=") =~ m/aa...a=/', $l);
407 'Long monster: ("b" .("a" x %d)."=") !~ m/aa...a=/', $l);
675 package aa; package
983 is($1, 'aa', $message);
1014 is($1, 'aa', "$message: aa");
1443 use re '/aa';
1444 unlike 'k', qr/(?i:\N{KELVIN SIGN})/, "(?i: shouldn't lose the passed in /aa";
1445 unlike 'k', qr'(?i:\N{KELVIN SIGN})', "(?i: shouldn't lose the passed in /aa";
1526 for my $charset (qw(u d l aa)) {
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h627 opStatus addImpl(const APFloat &a, const APFloat &aa, const APFloat &c,
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dppc-opc.c1455 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
1459 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21))
1473 #define BBOCB(op, bo, cb, aa, lk) \
1474 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dppc-opc.c1516 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
1520 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21))
1534 #define BBOCB(op, bo, cb, aa, lk) \
1535 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm37 aa => 4,
208 # changing to 'aa' if there is a repeat.
220 $_ = 'aa';
453 C<'aa'>,
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm250 =item {aa} : Afar
/openbsd-current/sys/net/
H A Dif_gre.c4203 nvgre_cmp_mcast(const struct gre_tunnel *a, const union gre_addr *aa, argument
4213 rv = gre_ip_cmp(a->t_af, aa, ab);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t371 "aa" =~ /(.)\B(.)/; # taint $&, $`, $', $+, $1.
668 "aa" =~ /(.)\B(.)/;
2288 my $y = "aa";
2309 my $y = "aa";
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex3299 \definedummyword{aa}%
3447 \def\aa{aa}%
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex3084 \definedummyword{aa}%
3224 \def\aa{aa}%
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex3197 \definedummyword{aa}%
3345 \def\aa{aa}%
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm6344 $flags .= qw(d l u a aa)[$charset >> 7]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1043 void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis *aa,
1046 AA = aa;
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables32 use re "/aa";
18809 Expect(1, ord(" "), '\p{gc=:(?aa)s:}', ""); # /aa is valid
20404 my @modifiers = qw(a aa d u i);
H A DTestProp.pl269 my @modifiers = qw(a aa d u i);
408 Expect(1, ord(" "), '\p{gc=:(?aa)s:}', ""); # /aa is valid
[all...]

Completed in 836 milliseconds

<<11