Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/drivers/staging/skein/
Dthreefish_block.c7 b2 = input[2], b3 = input[3]; in threefish_encrypt_256() local
500 b2 = input[2], b3 = input[3]; in threefish_decrypt_256() local
1143 b2 = input[2], b3 = input[3], in threefish_encrypt_512() local
2104 b2 = input[2], b3 = input[3], in threefish_decrypt_512() local
3365 b2 = input[2], b3 = input[3], in threefish_encrypt_1024() local
5486 b2 = input[2], b3 = input[3], in threefish_decrypt_1024() local
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c44 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
45 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
50 #define EMIT3_off32(b1, b2, b3, off) \ argument
52 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
269 u8 b1 = 0, b2 = 0, b3 = 0; in do_jit() local
/linux-4.1.27/arch/blackfin/include/asm/
Dcontext.S251 b3 = [sp++]; define
321 b3 = [sp++]; define
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c151 #define EMIT4_RRF(op, b1, b2, b3) \ argument
201 #define EMIT6_DISP(op1, op2, b1, b2, b3, disp) \ argument
217 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
/linux-4.1.27/drivers/atm/
Dfore200e.h71 #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
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-4.1.27/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c249 u8 b1, b2, b3, b4; in send_long_pkg() local
/linux-4.1.27/drivers/misc/
Dbmp085.c234 s32 x1, x2, x3, b3; in bmp085_get_pressure() local
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_ser_hdx.c441 unsigned char b1,b2,b3; in ser12_check_uart() local
Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; in ser12_check_uart() local
Dyam.c511 unsigned char b1, b2, b3; in yam_check_uart() local
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h53 long b3; member
/linux-4.1.27/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/linux-4.1.27/arch/x86/kernel/
Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dptrace.h194 unsigned long b3; member
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.h291 u16 b1, b2, b3, b4; member
Ddsi.c2689 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload()
2709 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c2199 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
/linux-4.1.27/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S432 b3, c3, d3, st0, st1) \ argument
Dcamellia-aesni-avx2-asm_64.S471 a3, b3, c3, d3, st0, st1) \ argument
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c406 u8 b3[] = in ttusb_init_controller() local
/linux-4.1.27/tools/vm/
Dslabinfo.c748 char b1[20], b2[20], b3[20], b4[20]; in totals() local
/linux-4.1.27/include/video/
Dnewport.h27 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument