Home
last modified time | relevance | path

Searched refs:B0 (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-9-stable/contrib/binutils/opcodes/
Dia64-opc-b.c25 #define B0 IA64_TYPE_B, 0 macro
82 B0, OpX6BtypePaWhaDPr (0, 0x20, 0, a, 0, b, 0), {B2}, PSEUDO, 0, NULL
91 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY
92 #define BRP(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, PSEUDO, 0, NULL
93 #define BRT(a,b,c,d,e,f) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, f, 0, NULL
194 {"cover", B0, OpX6 (0, 0x02), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
195 {"clrrrb", B0, OpX6 (0, 0x04), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
196 {"clrrrb.pr", B0, OpX6 (0, 0x05), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
197 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL},
198 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
[all …]
/freebsd-9-stable/lib/libcrypt/
Dmisc.c50 b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, int *buflen, char **cp) in b64_from_24bit() argument
55 w = (B2 << 16) | (B1 << 8) | B0; in b64_from_24bit()
Dcrypt.h43 extern void b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, int *buflen, char **cp);
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dlib_baudrate.c54 #undef B0
100 {B0, 0},
/freebsd-9-stable/crypto/openssh/
Dttymodes.c78 case B0: in speed_to_baud()
168 return B0; in baud_to_speed()
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp147 BinaryOperator *B0 = cast<BinaryOperator>(PHIUser); in scalarizePHI() local
148 unsigned opId = (B0->getOperand(0) == PN) ? 1 : 0; in scalarizePHI()
150 ExtractElementInst::Create(B0->getOperand(opId), Elt, in scalarizePHI()
151 B0->getOperand(opId)->getName() + ".Elt"), in scalarizePHI()
152 *B0); in scalarizePHI()
154 BinaryOperator::Create(B0->getOpcode(), scalarPHI, Op), *B0); in scalarizePHI()
/freebsd-9-stable/contrib/telnet/telnet/
Dbaud.h82 { 0, B0 },
/freebsd-9-stable/contrib/tcsh/
Dmi.termios.c13 #undef B0
93 case B0: return 0;
Ded.screen.c61 #ifdef B0
62 { "0", B0 },
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
DCGFunctionInfo.h76 ABIArgInfo(Kind K, llvm::Type *TD, unsigned UI, bool B0, bool B1, bool IR, in ABIArgInfo() argument
78 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0), in ABIArgInfo()
/freebsd-9-stable/sys/sys/
D_termios.h178 #define B0 0 macro
/freebsd-9-stable/include/rpcsvc/
Drex.x84 const B0 = 0; variable
/freebsd-9-stable/sys/dev/usb/serial/
Dubsa.c431 case B0: in ubsa_pre_param()
459 case B0: in ubsa_cfg_param()
Dumct.c478 case B0: in umct_calc_baud()
/freebsd-9-stable/usr.bin/tset/
Dmap.c228 { "0", B0 },
/freebsd-9-stable/libexec/getty/
Dmain.c334 cfsetispeed(&tmode, B0); in main()
335 cfsetospeed(&tmode, B0); in main()
/freebsd-9-stable/sys/dev/syscons/
Dsysmouse.c153 t->c_ospeed = B0; in smdev_param()
/freebsd-9-stable/contrib/sendmail/contrib/
Dmail.local.linux92 MF9F4>2$B0`9FH`-RH`,B$)4@$`+N602Y8YD),`<>(H7W:1NC69,(`3$@<`)D
139 MC+IF$(S*2/>*N0,_&D7\<0*R@3'3\6`"`@=D`#!;C,B0+"EO`#&&+Y6)GP2?
186 M/\)+"<DGX?5ZS1SPE4*@/+2`I&`D6D"&T(0;`@_(TBOJ`I*`;)"B0()]6%'+
193 M.$@L8$5+'`B0`4&5/O'0FP=2X<!#=0^=]),>,5A1/L99TE&`_,]/S#YR.E:7
/freebsd-9-stable/usr.sbin/ppp/
Ddefs.c280 return B0; in UnsignedToSpeed()
/freebsd-9-stable/share/syscons/fonts/
Dkoi8-rc-8x16.fnt68 M````-B0`/!@8&!@8&!@\``````P8`#P8&!@8&!@8&+!@`````'QL;&QN:6EI
/freebsd-9-stable/contrib/opie/
Dopielogin.c496 #ifdef B0
498 "0", B0
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DDependenceAnalysis.cpp1284 APInt B0(Bits, 0, true), B1(Bits, 1, true); in findGCD() local
1292 APInt B2 = B0 - Q*B1; B0 = B1; B1 = B2; in findGCD()
2443 const SCEV *B0; in banerjeeMIVtest() local
2444 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0); in banerjeeMIVtest()
2446 const SCEV *Delta = SE->getMinusSCEV(B0, A0); in banerjeeMIVtest()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dsys_bsd.c568 { 0, B0 }, { 50, B50 }, { 75, B75 },
/freebsd-9-stable/contrib/less/
Dscreen.c289 #ifdef B0
290 case B0: ospeed = 0; break;
/freebsd-9-stable/lib/libedit/
Dterm.c79 #ifdef B0
80 { "0", B0 },

123