Searched refs:xb (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_fraction.tcl23 set xb [expr {$xc-15}]
25 .c create line $xb [lindex [currentpos] 2] $xe [lindex [currentpos] 2]
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-sum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
54 xb = b->x;
59 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
61 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
76 y = *xa++ + *xb++ + carry;
H A Dgdtoa-misc.c330 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
357 xb = b->x;
358 xbe = xb + wb;
361 for(; xb < xbe; xc0++) {
362 if ( (y = *xb++) !=0) {
377 for(; xb < xbe; xb++, xc0++) {
378 if ( (y = *xb & 0xffff) !=0) {
392 if ( (y = *xb >> 16) !=0) {
409 for(; xb < xb
551 ULong *xa, *xa0, *xb, *xb0; local
587 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dsending_client.tcl26 {array set sender {xa @ xb *}}
H A Dtransceiver.tcl66 {array set local {xa @ xb *}}
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1054 struct xdrbuf xb; local
1117 xb_init_buffer(&xb, NULL, 0);
1118 xb_add_32(error, &xb, NFS_ARGSVERSION_XDR);
1119 argslength_offset = xb_offset(&xb);
1120 xb_add_32(error, &xb, 0); // args length
1121 xb_add_32(error, &xb, NFS_XDRARGS_VERSION_0);
1122 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN);
1123 attrslength_offset = xb_offset(&xb);
1124 xb_add_32(error, &xb, 0); // attrs length
1125 xb_add_32(error, &xb, ndmnt
1215 struct xdrbuf xb; local
1477 struct xdrbuf xb; local
2648 struct xdrbuf xb; local
3315 struct xdrbuf xb, xbnew; local
4896 nfs_mountinfo_assemble(struct nfsmount *nmp, struct xdrbuf *xb) argument
5206 struct xdrbuf xb; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-opc.h290 {CLASS_BIT+0xb,CLASS_BIT+5,CLASS_REG+(ARG_RS),CLASS_REG+(ARG_RD),0,0,0,0,0,},2,2,0},
298 {CLASS_BIT+0xb,CLASS_BIT+4,CLASS_REG+(ARG_RS),CLASS_REG+(ARG_RD),0,0,0,0,0,},2,2,1},
794 {CLASS_BIT+0,CLASS_BIT+0xb,CLASS_REGN0+(ARG_RS),CLASS_REG+(ARG_RD),0,0,0,0,0,},2,2,18},
802 {CLASS_BIT+4,CLASS_BIT+0xb,CLASS_BIT+0,CLASS_REG+(ARG_RD),CLASS_ADDRESS+(ARG_SRC),0,0,0,0,},2,4,18},
810 {CLASS_BIT+4,CLASS_BIT+0xb,CLASS_REGN0+(ARG_RS),CLASS_REG+(ARG_RD),CLASS_ADDRESS+(ARG_SRC),0,0,0,0,},2,4,18},
818 {CLASS_BIT+0,CLASS_BIT+0xb,CLASS_BIT+0,CLASS_REG+(ARG_RD),CLASS_IMM+(ARG_IMM16),0,0,0,0,},2,4,18},
826 {CLASS_BIT+8,CLASS_BIT+0xb,CLASS_REG+(ARG_RS),CLASS_REG+(ARG_RD),0,0,0,0,0,},2,2,18},
898 {CLASS_BIT+0xb,CLASS_BIT+0xb,CLASS_REGN0+(ARG_RS),CLASS_BIT+8,CLASS_BIT+0,CLASS_REG+(ARG_RR),CLASS_REG+(ARG_RD),CLASS_CC,0,},4,4,20},
906 {CLASS_BIT+0xb,CLASS_BI
[all...]
/macosx-10.10/NFS-82/nfsstat/
H A Dnfsstat.c840 parse_mountargs(struct xdrbuf *xb, int margslen, struct mountargs *margs) argument
847 xb_get_32(error, xb, margs->margsvers); /* mount args version */
850 xb_get_32(error, xb, val); /* mount args length */
853 xb_get_32(error, xb, val); /* xdr args version */
857 xb_get_bitmap(error, xb, margs->mattrs, val);
858 xb_get_32(error, xb, attrslength);
863 xb_get_bitmap(error, xb, margs->mflags_mask, val);
865 xb_get_bitmap(error, xb, margs->mflags, val);
868 xb_get_32(error, xb, margs->nfs_version);
870 xb_get_32(error, xb, marg
1305 struct xdrbuf xb; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfactor.c54 giant xb[D+2], zb[D+2], xzb[D+2]; variable
424 xb[j] = newgiant(nsh);
753 gtog(xr, xb[0]);
755 ell_mul(xb[0], zb[0], k*D+1 , An, Ad, N);
756 gtog(xr, xb[D+1]);
758 ell_mul(xb[D+1], zb[D+1], (k+2)*D+1 , An, Ad, N);
762 gtog(xr, xb[j]);
764 ell_mul(xb[j], zb[j], 2*j , An, Ad, N);
766 mulg(xb[j], xzb[j]);
777 mulg(xb[
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfactor.c54 giant xb[D+2], zb[D+2], xzb[D+2]; variable
424 xb[j] = newgiant(nsh);
753 gtog(xr, xb[0]);
755 ell_mul(xb[0], zb[0], k*D+1 , An, Ad, N);
756 gtog(xr, xb[D+1]);
758 ell_mul(xb[D+1], zb[D+1], (k+2)*D+1 , An, Ad, N);
762 gtog(xr, xb[j]);
764 ell_mul(xb[j], zb[j], 2*j , An, Ad, N);
766 mulg(xb[j], xzb[j]);
777 mulg(xb[
[all...]
/macosx-10.10/NFS-82/mount_nfs/
H A Dmount_nfs.c679 struct xdrbuf xb; local
707 xb_init_buffer(&xb, NULL, 0);
708 xb_add_32(error, &xb, NFS_ARGSVERSION_XDR);
709 argslength_offset = xb_offset(&xb);
710 xb_add_32(error, &xb, 0); // args length
711 xb_add_32(error, &xb, NFS_XDRARGS_VERSION_0);
712 xb_add_bitmap(error, &xb, mattrs, NFS_MATTR_BITMAP_LEN);
713 attrslength_offset = xb_offset(&xb);
714 xb_add_32(error, &xb, 0); // attrs length
716 xb_add_bitmap(error, &xb, option
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/jpake/
H A Djpakedemo.c63 BIGNUM *X; // g^(xa + xc + xd) * xb * s
64 JPakeZKP zkpxbs; // ZKP(xb * s)
77 * The user structure. In the definition, (xa, xb, xc, xd) are Alice's
86 BIGNUM *xb; // Alice's x2 or Bob's x4 member in struct:__anon3379
89 // Generate each party's random numbers. xa is in [0, q), xb is in [1, q).
103 // ... and xb in [0, q-1)
104 user->xb = BN_new();
105 BN_rand_range(user->xb, qm1);
107 BN_add_word(user->xb, 1);
116 showbn("", user->xb);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbusiness.tcl291 set xb [expr {$xe-$data_series($w,xwidth)}]
297 foreach {px11 py11} [coords3DToPixel $w $xb $yb $zb] {break}
299 foreach {px21 py21} [coords3DToPixel $w $xb $ye $ze] {break}
342 set xb [expr {$xe-$data_series($w,xwidth)}]
350 foreach {px11 py11} [coords3DToPixel $w $xb $yb $zb] {break}
352 foreach {px21 py21} [coords3DToPixel $w $xb $ye $ze] {break}
372 foreach {px1z py1z} [coords3DToPixel $w $xb $ye $zmin] {break}
378 foreach {pxb pyb} [coords3DToPixel $w $xb $ye $zmin] {break}
381 foreach {pxe pye} [coords3DToPixel $w $xb $yb $zmin] {break}
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRPackets.c189 CFMutableDataRef xb = mbData; mbData = NULL; local
193 AppendCFDataAsDATA(xb, signature);
196 CFIndex dataLength = CFDataGetLength(xb);
210 (size_t)dataLength, CFDataGetBytePtr(xb),
213 CFReleaseNull(xb);
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha_locl.h168 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
174 Xupdate(f,xi,xa,xb,xc,xd); \
178 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
184 Xupdate(f,xa,xa,xb,xc,xd); \
188 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
189 Xupdate(f,xa,xa,xb,x
[all...]
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryCommands.h41 kSMBusBatteryAddr = 0xb,
/macosx-10.10/emacs-93/emacs/src/s/
H A Ddgux4.h113 case B2400: baud_rate = 2400; ospeed = 0xb; break; \
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpake.c10 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
31 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
91 ctx->xb = BN_new();
100 BN_clear_free(ctx->xb);
255 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
268 /* ... and xb in [0, q-1) */
269 BN_rand_range(ctx->xb, qm1);
271 BN_add_word(ctx->xb, 1);
281 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
353 * X = g^{(xa + xc + xd) * xb *
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/corecrypto/ccsha1/src/
H A Dccsha1_eay.c111 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
112 Xupdate(f,xi,xa,xb,xc,xd); \
116 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
117 Xupdate(f,xi,xa,xb,xc,xd); \
121 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
122 Xupdate(f,xa,xa,xb,xc,xd); \
126 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
127 Xupdate(f,xa,xa,xb,xc,xd); \
131 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
132 Xupdate(f,xa,xa,xb,x
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A Ddtoa.cpp277 const uint32_t* xb; local
304 xb = b->words();
305 xbe = xb + wb;
308 for (; xb < xbe; xc0++) {
309 if ((y = *xb++)) {
322 for (; xb < xbe; xb++, xc0++) {
323 if ((y = *xb & 0xffff)) {
336 if ((y = *xb >> 16)) {
460 const uint32_t *xa, *xa0, *xb, *xb local
508 const uint32_t* xb = b->words(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLDWARFDebugLineInfo.h133 DW_LNS_set_epilogue_begin = 0xb,
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dproc.h66 #define PROC_sys_umask 0xb
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_types.h86 #define IFT_STARLAN 0xb
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c30 0x17, 0xb, 0xbc, 0x1c, 0x7d, 0x1, 0x95, 0xc0, 0x1d, 0x4a, 0x46, 0x9c,
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_trace.h93 TRACE_CODE(wq_add_timer, _TRACE_SUB_WORKQUEUE, 0xb);

Completed in 256 milliseconds

123456