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

1234567

/freebsd-9.3-release/crypto/openssh/
H A Dhmac.c169 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb,
170 0xb, 0xb,
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A Dsum.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 Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
301 xb = b->x;
302 xbe = xb + wb;
305 for(; xb < xbe; xc0++) {
306 if ( (y = *xb++) !=0) {
321 for(; xb < xbe; xb++, xc0++) {
322 if ( (y = *xb & 0xffff) !=0) {
336 if ( (y = *xb >> 16) !=0) {
353 for(; xb < xb
495 ULong *xa, *xa0, *xb, *xb0; local
531 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/freebsd-9.3-release/bin/sh/
H A Dparser.h66 #define VSERROR 0xb /* Syntax error, issue when expanded */
/freebsd-9.3-release/sys/dev/mc146818/
H A Dmc146818reg.h90 #define MC_REGB 0xb /* Control register B */
135 #define MC_RATE_32_Hz 0xb /* 31.25 ms period */
/freebsd-9.3-release/sys/boot/i386/common/
H A Drbx.h32 #define RBX_VERBOSE 0xb /* -v */
/freebsd-9.3-release/sys/powerpc/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-9.3-release/sys/sparc64/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-9.3-release/crypto/openssl/demos/jpake/
H A Djpakedemo.c61 BIGNUM *X; // g^(xa + xc + xd) * xb * s
62 JPakeZKP zkpxbs; // ZKP(xb * s)
78 * 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:__anon134
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...]
/freebsd-9.3-release/crypto/openssl/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...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darm-tdep.h85 #define INST_LT 0xb
/freebsd-9.3-release/lib/libmd/
H A Dsha_locl.h219 #define BODY_16_19(i,a,b,c,d,e,f,xa,xb,xc,xd) \
220 Xupdate(f,i,xa,xb,xc,xd); \
224 #define BODY_20_31(i,a,b,c,d,e,f,xa,xb,xc,xd) \
225 Xupdate(f,i,xa,xb,xc,xd); \
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h122 #define AIC_OP_CALL 0xb
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake.c10 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
29 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
89 ctx->xb = BN_new();
98 BN_clear_free(ctx->xb);
253 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
266 /* ... and xb in [0, q-1) */
267 BN_rand_range(ctx->xb, qm1);
269 BN_add_word(ctx->xb, 1);
279 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
346 * X = g^{(xa + xc + xd) * xb *
[all...]
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_smbus.h133 #define SMBATT_CMD_AVERAGE_CURRENT 0xb
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h47 #define AR_Rate_6M 0xb
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp.h57 #define ORB_FUN_ATA (0xb << 16)
/freebsd-9.3-release/usr.sbin/btxld/
H A Delfh.c100 htole32(0xb), /* sh_name */
/freebsd-9.3-release/sys/dev/ep/
H A Dif_epreg.h86 #define EEPROM_OEM_ADDR1 0xb
253 #define TX_RESET (u_short) (0xb<<11)
358 #define ERR_RX_RUN_PKT (u_short) (0xb<<11)
/freebsd-9.3-release/sys/dev/siba/
H A Dsibareg.h126 { 13000, 2, 1, 6, 0xb, 0x483483 }, \
128 { 15360, 4, 1, 5, 0xb, 0x755555 }, \
135 { 25000, 11, 5, 16, 0xb, 0 }, \
137 { 30000, 13, 3, 8, 0xb, 0 }, \
139 { 40000, 15, 1, 2, 0xb, 0 } \
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_lzma.c30 0x17, 0xb, 0xbc, 0x1c, 0x7d, 0x1, 0x95, 0xc0, 0x1d, 0x4a, 0x46, 0x9c,
/freebsd-9.3-release/sys/sys/
H A Dcdrio.h49 #define CDR_DB_XA_MODE2_F1 0xb /* 2056 bytes Mode 2 (CD-ROM XA 1) */
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp78 case 0xb: O << "false"; break;
102 case 0xb: O << "false"; break;
H A DX86IntelInstPrinter.cpp68 case 0xb: O << "false"; break;
92 case 0xb: O << "false"; break;
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Dmpc8555cds.dts426 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
427 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
428 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
429 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;

Completed in 248 milliseconds

1234567