Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 66) sorted by relevance

123

/linux-3.4.99/drivers/staging/wlags49_h2/
Ddebug.h103 #define DBG_FLAGS(A) ((A)->DebugFlag) argument
104 #define DBG_NAME(A) ((A)->dbgName) argument
105 #define DBG_LEVEL(A) ((A)->dbgLevel) argument
132 #define _DBG_ENTER(A) \ argument
135 #define _DBG_LEAVE(A) \ argument
142 #define DBG_ENTER(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \ argument
145 #define DBG_LEAVE(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \ argument
148 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \ argument
152 #define DBG_ERROR(A, S...) do { \ argument
160 #define DBG_WARNING(A, S...) do { \ argument
[all …]
/linux-3.4.99/include/drm/
Ddrm_fixed.h32 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
33 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
34 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
35 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
36 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
37 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
38 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
39 #define dfixed_trunc(A) ((A).full >> 12) argument
41 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor()
48 static inline u32 dfixed_ceil(fixed20_12 A) in dfixed_ceil()
[all …]
/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-vdk.c62 #define __set_PciCfgAddr(A) writel((A), (volatile void __iomem *) __region_CS1 + 0x80) argument
64 #define __get_PciCfgDataB(A) readb((volatile void __iomem *) __region_CS1 + 0x88 + ((A) & 3)) argument
65 #define __get_PciCfgDataW(A) readw((volatile void __iomem *) __region_CS1 + 0x88 + ((A) & 2)) argument
66 #define __get_PciCfgDataL(A) readl((volatile void __iomem *) __region_CS1 + 0x88) argument
68 #define __set_PciCfgDataB(A,V) \ argument
71 #define __set_PciCfgDataW(A,V) \ argument
74 #define __set_PciCfgDataL(A,V) \ argument
77 #define __get_PciBridgeDataB(A) readb((volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
78 #define __get_PciBridgeDataW(A) readw((volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
79 #define __get_PciBridgeDataL(A) readl((volatile void __iomem *) __region_CS1 + 0x800 + (A)) argument
[all …]
/linux-3.4.99/lib/
Dsha1.c54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
59 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
60 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
61 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
62 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
63 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
83 __u32 A, B, C, D, E; in sha_transform() local
Ddynamic_queue_limits.c13 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument
14 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
/linux-3.4.99/fs/squashfs/
Dsquashfs_fs.h133 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument
135 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument
137 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument
141 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument
144 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument
147 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument
150 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument
154 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument
158 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument
160 #define SQUASHFS_LOOKUP_BLOCK(A) (SQUASHFS_LOOKUP_BYTES(A) / \ argument
[all …]
/linux-3.4.99/drivers/staging/vt6656/
Dmichael.h52 #define ROL32(A, n) \ argument
54 #define ROR32(A, n) ROL32((A), 32-(n)) argument
/linux-3.4.99/drivers/staging/vt6655/
Dmichael.h52 #define ROL32( A, n ) \ argument
54 #define ROR32( A, n ) ROL32( (A), 32-(n) ) argument
/linux-3.4.99/drivers/atm/
Diphase.h74 #define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A } argument
75 #define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A } argument
76 #define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A } argument
78 #define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument
79 #define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument
80 #define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A } argument
81 #define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A } argument
82 #define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A } argument
84 #define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A } argument
85 #define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A } argument
[all …]
/linux-3.4.99/crypto/
Ddes_generic.c590 #define ROUND(L, R, A, B, K, d) \ argument
809 u32 L, R, A, B; in des_encrypt() local
832 u32 L, R, A, B; in des_decrypt() local
890 u32 L, R, A, B; in des3_ede_encrypt() local
921 u32 L, R, A, B; in des3_ede_decrypt() local
/linux-3.4.99/include/linux/
Dreciprocal_div.h28 static inline u32 reciprocal_divide(u32 A, u32 R) in reciprocal_divide()
/linux-3.4.99/tools/perf/util/
Dctype.c10 A = GIT_ALPHA, enumerator
/linux-3.4.99/arch/ia64/lib/
Dmemcpy_mck.S61 #define A 0 macro
551 #define A r19 macro
Dcopy_page_mck.S93 #define A 0 macro
/linux-3.4.99/drivers/net/wan/
Dsbni.h10 #define DP( A ) A argument
12 #define DP( A ) argument
/linux-3.4.99/arch/frv/kernel/
Dirq.c38 #define set_IRR(N,A,B,C,D) __set_IRR(N, (A << 28) | (B << 24) | (C << 20) | (D << 16)) argument
/linux-3.4.99/fs/jffs2/
Dcompr_rubin.c107 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode()
205 static int decode(struct rubin_state *rs, long A, long B) in decode()
/linux-3.4.99/net/core/
Dfilter.c118 u32 A = 0; /* Accumulator */ in sk_run_filter() local
/linux-3.4.99/drivers/media/dvb/frontends/
Dcxd2820r_c.c226 unsigned int A, B; in cxd2820r_read_snr_c() local
Dix2505v.c138 u32 div_factor, N , A, x; in ix2505v_set_params() local
/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_security.h192 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument
193 #define ROR32(A, n) ROL32((A), 32 - (n)) argument
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dras.c265 #define VALID_FWNMI_BUFFER(A) \ argument
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmci.h95 u8 A; /* HID: Sniff attempt, in slots */ member
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_hdmi.c152 const u8 Y = 0, A = 0, B = 0, S = 0, C = 0, M = 0, R = 0; in nouveau_hdmi_video_infoframe() local
/linux-3.4.99/arch/parisc/kernel/
Dsignal.c59 #define A(__x) ((unsigned long)(__x)) macro

123