/linux-3.3/crypto/ |
D | sha512_generic.c | 69 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() 74 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP() 85 u64 W[16]; in sha512_transform() local
|
D | sha256_generic.c | 43 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() 48 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() 56 u32 W[64]; in sha256_transform() local
|
D | cast6.c | 372 static void W(u32 *key, unsigned int i) in W() function
|
/linux-3.3/arch/blackfin/kernel/ |
D | trace.c | 402 int W = ((opcode >> DspLDST_W_bits) & DspLDST_W_mask); in decode_dspLDST_0() local 464 int W = ((opcode >> LDST_W_bits) & LDST_W_mask); in decode_LDST_0() local 525 int W = ((opcode >> LDSTii_W_bit) & LDSTii_W_mask); in decode_LDSTii_0() local 559 int W = ((opcode >> LDSTidxI_W_bits) & LDSTidxI_W_mask); in decode_LDSTidxI_0() local
|
/linux-3.3/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 316 .set W, W0 define 336 .set W, W_minus_32 define
|
/linux-3.3/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 527 #define REG_PATTERN_TEST(R, M, W) \ argument 548 #define REG_SET_AND_CHECK(R, M, W) \ argument
|
/linux-3.3/lib/ |
D | sha1.c | 45 #define W(x) (array[(x)&15]) macro
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | mci.h | 92 u8 W; /* Voice: Wvoice, HID: Sniff timeout, in slots */ member
|
/linux-3.3/drivers/staging/comedi/drivers/addi-data/ |
D | addi_common.h | 39 #define LOBYTE(W) (unsigned char)((W) & 0xFF) argument 40 #define HIBYTE(W) (unsigned char)(((W) >> 8) & 0xFF) argument 42 #define LOWORD(W) (unsigned short)((W) & 0xFFFF) argument 43 #define HIWORD(W) (unsigned short)(((W) >> 16) & 0xFFFF) argument
|
/linux-3.3/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 39 #define _wait_for(COND, MS, W) ({ \ argument
|
D | cdv_intel_display.c | 118 #define _wait_for(COND, MS, W) ({ \ argument
|
/linux-3.3/arch/s390/oprofile/ |
D | hwsampler.h | 77 unsigned int W:1; /* 27 PSW wait state */ member
|
/linux-3.3/arch/arm/mm/ |
D | alignment.c | 655 u32 W = ((L<<Rn) & (tinstr&255)) ? 0 : 1<<21; in thumb2arm() local
|
/linux-3.3/arch/x86/kernel/ |
D | kprobes.c | 69 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ macro
|
/linux-3.3/drivers/gpu/drm/i915/ |
D | intel_drv.h | 35 #define _wait_for(COND, MS, W) ({ \ argument
|
/linux-3.3/arch/powerpc/kernel/ |
D | prom_init.c | 668 #define W(x) ((x) >> 24) & 0xff, ((x) >> 16) & 0xff, \ macro
|
/linux-3.3/drivers/net/wan/ |
D | farsync.c | 502 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) argument
|
/linux-3.3/kernel/sched/ |
D | fair.c | 2430 long w, W; in effective_load() local
|