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

12345678

/freebsd-10-stable/crypto/openssh/
H A Dhmac.c169 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb, 0xb,
170 0xb, 0xb,
[all...]
/freebsd-10-stable/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-10-stable/bin/sh/
H A Dparser.h66 #define VSERROR 0xb /* Syntax error, issue when expanded */
/freebsd-10-stable/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-10-stable/sys/arm/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-10-stable/sys/mips/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-10-stable/sys/powerpc/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-10-stable/sys/sparc64/include/
H A Dsc_machdep.h45 #define FG_LIGHTCYAN 0xb
/freebsd-10-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddra.h27 #define MUX_MODE11 0xb
/freebsd-10-stable/sys/boot/common/
H A Drbx.h32 #define RBX_VERBOSE 0xb /* -v */
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h163 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
174 Xupdate(f,xa,xa,xb,xc,xd); \
178 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
184 Xupdate(f,xa,xa,xb,x
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Darm-tdep.h85 #define INST_LT 0xb
/freebsd-10-stable/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-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h122 #define AIC_OP_CALL 0xb
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dt4_chip_type.h32 #define CHELSIO_T5_FPGA 0xb
/freebsd-10-stable/crypto/openssl/crypto/jpake/
H A Djpake.c9 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
28 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
88 ctx->xb = BN_new();
97 BN_clear_free(ctx->xb);
256 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
269 /* ... and xb in [0, q-1) */
270 BN_rand_range(ctx->xb, qm1);
272 BN_add_word(ctx->xb, 1);
282 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
349 * X = g^{(xa + xc + xd) * xb *
[all...]
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_smbus.h133 #define SMBATT_CMD_AVERAGE_CURRENT 0xb
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h45 #define AR_Rate_6M 0xb
/freebsd-10-stable/sys/dev/firewire/
H A Dsbp.h57 #define ORB_FUN_ATA (0xb << 16)
/freebsd-10-stable/sys/mips/nlm/hal/
H A Dgbu.h48 #define GBU_CS3_BASELIMIT 0xb
/freebsd-10-stable/usr.sbin/btxld/
H A Delfh.c100 htole32(0xb), /* sh_name */
/freebsd-10-stable/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-10-stable/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-10-stable/lib/msun/ld128/
H A Dk_expl.h106 0x1.059b0d31585743ae7c548ep0L, 0xb.68ca417fe53e3495f7df4baf84a0p-92L,
141 0x1.3c32dc313a8e484001f228p0L, 0xb.58f3775e06ab66353001fae9fca0p-92L,
178 0x1.82589994cce128acf88afap0L, 0xb.34a010f6ad65cbbac0f532d39be0p-92L,
202 0x1.b7f76f2fb5e46eaa7b081ap0L, 0xb.53c5354c8903c356e4b625aacc28p-92L,
228 0x1.fa7c1819e90d82e90a7e74p0L, 0xb.263c1dc060c36f7650b4c0f233a8p-92L,

Completed in 184 milliseconds

12345678