Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/crypto/
Daes.c344 u32 b0[4], b1[4]; in aes_encrypt() local
347 b0[0] = u32_in (in) ^ E_KEY[0]; in aes_encrypt()
348 b0[1] = u32_in (in + 4) ^ E_KEY[1]; in aes_encrypt()
349 b0[2] = u32_in (in + 8) ^ E_KEY[2]; in aes_encrypt()
350 b0[3] = u32_in (in + 12) ^ E_KEY[3]; in aes_encrypt()
353 f_nround (b1, b0, kp); in aes_encrypt()
354 f_nround (b0, b1, kp); in aes_encrypt()
358 f_nround (b1, b0, kp); in aes_encrypt()
359 f_nround (b0, b1, kp); in aes_encrypt()
362 f_nround (b1, b0, kp); in aes_encrypt()
[all …]
Ddes.c1032 u8 *b0, *b1; in setkey() local
1112 b0 = bits0; in setkey()
1121 b0[n] = 4 & w; in setkey()
1130 w = (b1[k[ 0 ]] | b0[k[ 1 ]]) << 4; in setkey()
1131 w |= (b1[k[ 2 ]] | b0[k[ 3 ]]) << 2; in setkey()
1132 w |= b1[k[ 4 ]] | b0[k[ 5 ]]; in setkey()
1134 w |= (b1[k[ 6 ]] | b0[k[ 7 ]]) << 4; in setkey()
1135 w |= (b1[k[ 8 ]] | b0[k[ 9 ]]) << 2; in setkey()
1136 w |= b1[k[10 ]] | b0[k[11 ]]; in setkey()
1138 w |= (b1[k[12 ]] | b0[k[13 ]]) << 4; in setkey()
[all …]
/linux-2.4.37.9/include/linux/
Dsignal.h73 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
79 b0 = b->sig[4*i+0]; b1 = b->sig[4*i+1]; \
81 r->sig[4*i+0] = op(a0, b0); \
89 b0 = b->sig[4*i+0]; b1 = b->sig[4*i+1]; b2 = b->sig[4*i+2]; \
90 r->sig[4*i+0] = op(a0, b0); \
96 b0 = b->sig[4*i+0]; b1 = b->sig[4*i+1]; \
97 r->sig[4*i+0] = op(a0, b0); \
101 a0 = a->sig[4*i+0]; b0 = b->sig[4*i+0]; \
102 r->sig[4*i+0] = op(a0, b0); \
/linux-2.4.37.9/fs/reiserfs/
Dhashes.c36 u32 b0, b1; \
38 b0 = h0; \
44 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
45 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
48 h0 += b0; \
/linux-2.4.37.9/arch/ia64/lib/
Dip_fast_csum.S71 br.ret.sptk.many b0
79 mov r34=b0
84 br.call.sptk.many b0=do_csum
88 mov b0=r34
89 br.ret.sptk.many b0
Dmemcpy_mck.S656 mov saved_rtlink = b0
661 (p8) br.call.sptk.few b0=__copy_user // recursive call
669 (p8) br.call.sptk.few b0=memset
674 mov b0=saved_rtlink
/linux-2.4.37.9/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 )
352 *z0Ptr = a0 + b0 + ( z1 < a1 );
359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
370 bits64 b0,
385 z0 = a0 + b0;
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 )
410 *z0Ptr = a0 - b0 - ( a1 < b1 );
416 Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
[all …]
/linux-2.4.37.9/arch/ia64/kernel/
Divt.S229 mov r29=b0 // save b0
237 mov b0=r29
267 mov r29=b0 // save b0
275 mov b0=r29
312 (p8) mov r29=b0 // save b0
351 (p8) mov r29=b0 // save b0
461 mov b0=r30
462 br.sptk.many b0 // return to continuation point
499 mov r29=b0 // save b0 in case of nested fault
521 mov b0=r29 // restore b0
[all …]
Dpal.S89 br.ret.sptk.many b0
124 br.ret.sptk.many b0
192 br.ret.sptk.many b0
245 br.ret.sptk.many b0
Dprocess.c95 printk("b0 : %016lx b6 : %016lx b7 : %016lx\n", regs->b0, regs->b6, regs->b7); in show_regs()
326 child_stack->b0 = (unsigned long) &ia32_ret_from_clone; in copy_thread()
328 child_stack->b0 = (unsigned long) &ia64_ret_from_clone; in copy_thread()
Dmca_asm.S337 br.call.sptk.many b0=b6;;
361 mov b0=r3;; // SAL_CHECK return address
368 br b0
421 mov r3=b0
656 mov b0=r3
Dbrl_emu.c130 regs->b0 = next_ip; in ia64_emulate_brl()
Dentry.S252 mov r21=b0
377 mov b0=r21
917 (pRecurse) br.call.sptk.many b0=rse_clear_invalid
926 (pReturn) br.ret.sptk.many b0
941 (pRecurse) br.call.sptk.many b0=rse_clear_invalid
948 (pReturn) br.ret.sptk.many b0
959 mov b0=r21
Dentry.h45 .spillsp b0,SW(B0)+16+(off); .spillsp b1,SW(B1)+16+(off); \
Dminstate.h133 mov r28=b0; /* rCRIIP=branch reg b0 */ \
Dsignal.c122 err |= __get_user(scr->pt.b0, &sc->sc_br[0]); /* b0 (rp) */ in restore_sigcontext()
365 err |= __put_user(scr->pt.b0, &sc->sc_br[0]); /* b0 (rp) */ in setup_sigcontext()
/linux-2.4.37.9/arch/ppc64/kernel/
Dproc_pmc.c719 char b0, b1; in proc_pmc_conv_int() local
725 b0 = buf[0]; in proc_pmc_conv_int()
727 if ( ( b0 == '0' ) && in proc_pmc_conv_int()
737 b0 = *p++; in proc_pmc_conv_int()
740 if ( ( b0 >= '0' ) && ( b0 <= '9' ) ) in proc_pmc_conv_int()
741 v = b0 - '0'; in proc_pmc_conv_int()
743 if ( ( b0 >= 'a' ) && ( b0 <= 'f' ) ) in proc_pmc_conv_int()
744 v = b0 - 'a' + 10; in proc_pmc_conv_int()
745 else if ( ( b0 >= 'A' ) && ( b0 <= 'F' ) ) in proc_pmc_conv_int()
746 v = b0 - 'A' + 10; in proc_pmc_conv_int()
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c204 static unsigned long long __init div64 (unsigned long long a, unsigned long b0) in div64() argument
212 res = a1/b0 + in div64()
213 (unsigned long long)a2 * (unsigned long long)(0xffffffff/b0) + in div64()
214 a2 / b0 + in div64()
215 (a2 * (0xffffffff % b0)) / b0; in div64()
/linux-2.4.37.9/include/asm-ia64/
Dptrace.h121 unsigned long b0; /* return pointer (bp) */ member
206 unsigned long b0; /* so we can force a direct return in copy_thread */ member
/linux-2.4.37.9/arch/ia64/tools/
Dprint_offsets.c85 { "IA64_PT_REGS_B0_OFFSET", offsetof (struct pt_regs, b0) },
148 { "IA64_SWITCH_STACK_B0_OFFSET", offsetof (struct switch_stack, b0) },
/linux-2.4.37.9/drivers/usb/serial/
Dwhiteheat.h150 __u8 b0; /* B0 */ member
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
Dfpromasm.S269 mov b0=r9;;
270 br b0
/linux-2.4.37.9/arch/arm/mm/
Dproc-arm2,3.S145 .irp b0, 0x00, 0x08
146 .long 0x03800300 + \b7 + \b6 + \b5 + \b4 + \b3 + \b2 + \b1 + \b0
/linux-2.4.37.9/Documentation/
Dcpqarray.txt87 b7 b6 b5 b4 b3 b2 b1 b0
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_misc.c656 unsigned int b0 = readb(pins); in get_pins() local
658 if (b0 == 0x2E && readb(pins+1) == 0x41) { in get_pins()
678 } else if (b0 == 0x40 && readb(pins+1) == 0x00) { in get_pins()

12