Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 150) sorted by relevance

123456

/linux-3.4.99/arch/c6x/lib/
Ddivremu.S36 [b1] lmbd .l2 1, B4, B1
37 ||[!b1] b .s2 B3 ; RETURN A
38 ||[!b1] mvk .d2 1, B4
40 ||[!b1] zero .s1 A5
52 || [b1] subc .l1x A4,B4,A4
53 || [b1] add .s2 -1, B1, B1
54 [b1] subc .l1x A4,B4,A4
55 || [b1] add .s2 -1, B1, B1
60 || [b1] subc .l1x A4,B4,A4
61 || [b1] add .s2 -1, B1, B1
[all …]
/linux-3.4.99/crypto/
Daes_generic.c1334 u32 b0[4], b1[4]; in aes_encrypt() local
1344 f_nround(b1, b0, kp); in aes_encrypt()
1345 f_nround(b0, b1, kp); in aes_encrypt()
1349 f_nround(b1, b0, kp); in aes_encrypt()
1350 f_nround(b0, b1, kp); in aes_encrypt()
1353 f_nround(b1, b0, kp); in aes_encrypt()
1354 f_nround(b0, b1, kp); in aes_encrypt()
1355 f_nround(b1, b0, kp); in aes_encrypt()
1356 f_nround(b0, b1, kp); in aes_encrypt()
1357 f_nround(b1, b0, kp); in aes_encrypt()
[all …]
Dxor.c63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument
83 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed()
102 void *b1, *b2; in calibrate_xor_blocks() local
110 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2); in calibrate_xor_blocks()
111 if (!b1) { in calibrate_xor_blocks()
115 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks()
128 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
149 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Daes.c345 u32 b0[4], b1[4]; in aes_encrypt() local
354 f_nround (b1, b0, kp); in aes_encrypt()
355 f_nround (b0, b1, kp); in aes_encrypt()
359 f_nround (b1, b0, kp); in aes_encrypt()
360 f_nround (b0, b1, kp); in aes_encrypt()
363 f_nround (b1, b0, kp); in aes_encrypt()
364 f_nround (b0, b1, kp); in aes_encrypt()
365 f_nround (b1, b0, kp); in aes_encrypt()
366 f_nround (b0, b1, kp); in aes_encrypt()
367 f_nround (b1, b0, kp); in aes_encrypt()
[all …]
/linux-3.4.99/drivers/isdn/hardware/avm/
DMakefile5 obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o
6 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o
7 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o
9 obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o
10 obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o
11 obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o
/linux-3.4.99/arch/arm/include/asm/
Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8"); in xor_arm4regs_2()
75 register unsigned int b1 __asm__("r8"); in xor_arm4regs_3()
95 register unsigned int b1 __asm__("ip"); in xor_arm4regs_4()
114 register unsigned int b1 __asm__("ip"); in xor_arm4regs_5()
/linux-3.4.99/drivers/isdn/mISDN/
Ddsp_biquad.h33 int32_t b1; member
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
46 bq->b1 = b1; in biquad2_init()
59 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/linux-3.4.99/drivers/atm/
Dfore200e.h70 #define BITFIELD2(b1, b2) b1; b2; argument
71 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
76 #define BITFIELD2(b1, b2) b2; b1; argument
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-3.4.99/block/
Dblk-integrity.c144 struct blk_integrity *b1 = gd1->integrity; in blk_integrity_compare() local
147 if (!b1 && !b2) in blk_integrity_compare()
150 if (!b1 || !b2) in blk_integrity_compare()
153 if (b1->sector_size != b2->sector_size) { in blk_integrity_compare()
156 b1->sector_size, b2->sector_size); in blk_integrity_compare()
160 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()
163 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()
167 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()
170 b1->tag_size, b2->tag_size); in blk_integrity_compare()
174 if (strcmp(b1->name, b2->name)) { in blk_integrity_compare()
[all …]
/linux-3.4.99/fs/reiserfs/
Dhashes.c34 u32 b0, b1; \
37 b1 = h1; \
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
47 h1 += b1; \
/linux-3.4.99/drivers/mtd/nand/
Dnand_ecc.c447 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local
459 b1 = read_ecc[1] ^ calc_ecc[1]; in __nand_correct_data()
462 b1 = read_ecc[0] ^ calc_ecc[0]; in __nand_correct_data()
471 if ((b0 | b1 | b2) == 0) in __nand_correct_data()
475 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) && in __nand_correct_data()
496 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data()
499 (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data()
507 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in __nand_correct_data()
/linux-3.4.99/drivers/usb/wusbcore/
Dcrypto.c207 struct aes_ccm_b1 b1; in wusb_ccm_mac() local
219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la)); in wusb_ccm_mac()
221 WARN_ON(sizeof(b1) != sizeof(struct aes_ccm_block)); in wusb_ccm_mac()
230 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding; in wusb_ccm_mac()
253 b1.la = cpu_to_be16(blen + 14); in wusb_ccm_mac()
254 memcpy(&b1.mac_header, a, sizeof(*a)); in wusb_ccm_mac()
258 sg_set_buf(&sg[1], &b1, sizeof(b1)); in wusb_ccm_mac()
/linux-3.4.99/tools/vm/
Dslabinfo.c748 char b1[20], b2[20], b3[20], b4[20]; in totals() local
924 store_size(b1, total_size);store_size(b2, total_waste); in totals()
926 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3); in totals()
928 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
930 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3); in totals()
936 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
939 b1, b2, b3, b4); in totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
944 b1, b2, b3, b4); in totals()
946 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
[all …]
/linux-3.4.99/fs/ext3/
Dhash.c20 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
26 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
27 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
31 buf[1] += b1; in TEA_transform()
/linux-3.4.99/fs/ext4/
Dhash.c22 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
28 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
29 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
33 buf[1] += b1; in TEA_transform()
/linux-3.4.99/arch/arm/nwfpe/
Dsoftfloat-macros339 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
346 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
350 z1 = a1 + b1;
359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
371 bits64 b1,
383 z1 = a1 + b1;
397 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
406 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
409 *z1Ptr = a1 - b1;
410 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/linux-3.4.99/arch/arm/common/
Duengine.c307 u8 b1; in generate_ucode() local
312 b1 = (gpr_a[i] >> 8) & 0xff; in generate_ucode()
318 ucode[offset++] = (b1 >> 4); in generate_ucode()
319 ucode[offset++] = (b1 << 4) | 0x0c | (b0 >> 6); in generate_ucode()
335 u8 b1; in generate_ucode() local
340 b1 = (gpr_b[i] >> 8) & 0xff; in generate_ucode()
346 ucode[offset++] = (b1 >> 4); in generate_ucode()
347 ucode[offset++] = (b1 << 4) | 0x02 | (i >> 6); in generate_ucode()
/linux-3.4.99/drivers/isdn/pcbit/
Ddrv.c106 dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev()
107 if (!dev->b1) { in pcbit_init_dev()
118 kfree(dev->b1); in pcbit_init_dev()
135 kfree(dev->b1); in pcbit_init_dev()
157 kfree(dev->b1); in pcbit_init_dev()
189 kfree(dev->b1); in pcbit_init_dev()
223 if (dev->b1->fsm_timer.function) in pcbit_terminate()
224 del_timer(&dev->b1->fsm_timer); in pcbit_terminate()
227 kfree(dev->b1); in pcbit_terminate()
250 chan = (ctl->arg & 0x0F) ? dev->b2 : dev->b1; in pcbit_command()
[all …]
/linux-3.4.99/arch/x86/net/
Dbpf_jit_comp.c53 #define EMIT1(b1) EMIT(b1, 1) argument
54 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
55 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
56 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
57 #define EMIT1_off32(b1, off) do { EMIT1(b1); EMIT(off, 4);} while (0) argument
/linux-3.4.99/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c262 u8 b1, b2, b3, b4; in send_long_pkg() local
280 b1 = *p++; in send_long_pkg()
285 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
290 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg()
294 b1 = *p++; in send_long_pkg()
299 b1 = *p++; in send_long_pkg()
303 b1 = *p++; in send_long_pkg()
307 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/linux-3.4.99/arch/ia64/kernel/
Dmodule.c245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() local
248 b0 = b[0]; b1 = b[1]; in plt_target()
249 off = ( ((b1 & 0x00fffff000000000UL) >> 36) /* imm20b -> bit 0 */ in plt_target()
250 | ((b0 >> 48) << 20) | ((b1 & 0x7fffffUL) << 36) /* imm39 -> bit 20 */ in plt_target()
251 | ((b1 & 0x0800000000000000UL) << 0)); /* i -> bit 59 */ in plt_target()
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target() local
296 b0 = b[0]; b1 = b[1]; in plt_target()
297 return ( ((b1 & 0x000007f000000000) >> 36) /* imm7b -> bit 0 */ in plt_target()
298 | ((b1 & 0x07fc000000000000) >> 43) /* imm9d -> bit 7 */ in plt_target()
299 | ((b1 & 0x0003e00000000000) >> 29) /* imm5c -> bit 16 */ in plt_target()
[all …]
/linux-3.4.99/arch/x86/crypto/
Dghash-clmulni-intel_asm.S58 PCLMULQDQ 0x11 SHASH T1 # T1 = a1 * b1
59 PCLMULQDQ 0x00 T3 T2 # T2 = (a1 + a0) * (b1 + b0)
61 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
/linux-3.4.99/drivers/media/dvb/frontends/
Dlgs8gl5.c97 u8 b1[] = {0}; in lgs8gl5_read_reg() local
108 .buf = b1, in lgs8gl5_read_reg()
117 return b1[0]; in lgs8gl5_read_reg()
137 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
149 .buf = b1, in lgs8gl5_update_alt_reg()
Dtda826x.c147 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
150 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 } in tda826x_attach()
164 if (!(b1[1] & 0x80)) in tda826x_attach()
/linux-3.4.99/Documentation/isdn/
DREADME.avmb111 t4-files can be found at ftp://ftp.avm.de/cardware/b1/linux/firmware
39 protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
44 insmod /lib/modules/current/misc/b1.o
52 avmcapictrl load /lib/isdn/b1.t4 1
58 avmcapictrl load /lib/isdn/b1.t4 1
179 ftp://ftp.avm.de/cardware/b1/linux/

123456