Home
last modified time | relevance | path

Searched refs:bX (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-opc-i.c37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
60 #define mX bX (-1)
80 #define OpX2X(a,b,c) (bOp (a) | bX2 (b) | bX (c)), (mOp | mX2 | mX)
81 #define OpX2XYa(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYa (d)), \
83 #define OpX2XYb(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYb (d)), \
300 #undef bX
H A Dia64-opc-a.c37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
53 #define mX bX (-1)
387 #undef bX
H A Dia64-opc-m.c30 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 27) macro
45 #define mX bX (-1)
76 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \
79 (bOp (a) | bM (b) | bX (c) | bX6a (d)), (mOp | mM | mX | mX6a)
81 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e)), \
84 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e) | bHlf(f)), \
87 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e) | bHlfa(f)), \
90 (bOp (a) | bM (b) | bX (c) | bY1(cY) | bX6a (d) | bHint (e) | bHlf(f)), \
2201 #undef bX
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc-i.c37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
60 #define mX bX (-1)
80 #define OpX2X(a,b,c) (bOp (a) | bX2 (b) | bX (c)), (mOp | mX2 | mX)
81 #define OpX2XYa(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYa (d)), \
83 #define OpX2XYb(a,b,c,d) (bOp (a) | bX2 (b) | bX (c) | bYb (d)), \
300 #undef bX
H A Dia64-opc-a.c37 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 33) macro
53 #define mX bX (-1)
387 #undef bX
H A Dia64-opc-m.c30 #define bX(x) (((ia64_insn) ((x) & 0x1)) << 27) macro
45 #define mX bX (-1)
76 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \
79 (bOp (a) | bM (b) | bX (c) | bX6a (d)), (mOp | mM | mX | mX6a)
81 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e)), \
84 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e) | bHlf(f)), \
87 (bOp (a) | bM (b) | bX (c) | bX6a (d) | bHint (e) | bHlfa(f)), \
90 (bOp (a) | bM (b) | bX (c) | bY1(cY) | bX6a (d) | bHint (e) | bHlf(f)), \
2201 #undef bX
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Djquery.js16bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.p…
23bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1])… argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpcrel-opt.md151 (clobber (match_scratch:DI 4 "=bX"))])]
169 (clobber (match_scratch:DI 4 "=bX"))]
184 (clobber (match_scratch:DI 4 "=bX"))]
199 (clobber (match_scratch:DI 4 "=bX"))]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head.c156 u32 bX = asyc->scaler.underscan.hborder; in nv50_head_atomic_check_view() local
160 if (bX) { in nv50_head_atomic_check_view()
161 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec2_smpl.c563 BIGNUM *aX, *aY, *bX, *bY; in ec_GF2m_simple_cmp() local
587 bX = BN_CTX_get(ctx); in ec_GF2m_simple_cmp()
594 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ec_GF2m_simple_cmp()
596 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ec_GF2m_simple_cmp()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_smpl.c584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local
612 bX = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_cmp()
619 if (!EC_POINT_get_affine_coordinates(group, b, bX, bY, ctx)) in ossl_ec_GF2m_simple_cmp()
621 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ossl_ec_GF2m_simple_cmp()
/netbsd-src/external/gpl2/rcs/dist/
H A DINSTALL.RCS53 rcs -bX, where X is nonempty
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Daix.em282 -bx, -bX, -bxref. */
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Daix.em282 -bx, -bX, -bxref. */
/netbsd-src/external/atheros/athn/dist/
H A Dathn-ar9271204 …(0l��2(d�$0m�D2$d�/0n��2/d�.0o��2.d��W,bT��,fT~W-bV��-fV}W.bW��.fW|W/bX��/fX{_�$b\�D$f\��…
/netbsd-src/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2333 SbIJ5j2/Pe8+u2mnQOiTMnsT1GsonYi+MSdsajfPh/F3f/+3f/uPf/3bX/3DVwIl
5048 cdvylm/f+Psl1sPE+fhkykIS9Q7SCwoi4PA1yRevkiggnxzK3RQQ//Wv//bX/ykJ
/netbsd-src/sys/dev/microcode/wi/
H A Desecsym94 …`-d@A`:f������Ѐ`F��XӤ�`E�c��X��ă��bDȄ��!X"A(`�c�d���`d�۽�d��`bX`�d��`�bR`�d��/X��(`…
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsdos2123 >>14 uleshort &0x0040 \bX
/netbsd-src/external/gpl3/binutils/dist/gas/po/
H A Duk.po16464 msgid "only r0.bX byte fields of r0 can be used as byte count"
16465 msgstr "для підрахунку байтів можна використовувати лише байтові поля r0.bX r0"
H A Dru.po16163 msgid "only r0.bX byte fields of r0 can be used as byte count"
16164 msgstr "только поля байта r0.bX из r0 можно использовать как байтовый счётчик"
H A Dsv.po15538 msgid "only r0.bX byte fields of r0 can be used as byte count"
15539 msgstr "endast r0.bX-bytefält av r0 kan används som byteantal"
/netbsd-src/external/gpl3/binutils.old/dist/gas/po/
H A Dru.po16022 msgid "only r0.bX byte fields of r0 can be used as byte count"
16023 msgstr "только поля байта r0.bX из r0 можно использовать как байтовый счётчик"
H A Duk.po15933 msgid "only r0.bX byte fields of r0 can be used as byte count"
15934 msgstr "для підрахунку байтів можна використовувати лише байтові поля r0.bX r0"
H A Dsv.po15538 msgid "only r0.bX byte fields of r0 can be used as byte count"
15539 msgstr "endast r0.bX-bytefält av r0 kan används som byteantal"
H A Dfr.po15940 msgid "only r0.bX byte fields of r0 can be used as byte count"
15941 msgstr "seul le champs d'octet r0.bX de r0 peut être utilisé comme décompte d'octet"

12