/linux-2.4.37.9/drivers/ide/pci/ |
D | aec62xx.h | 61 #define LOW_4(L) ((L)=(L-((L>>4)<<4))) argument 64 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | hpt34x.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | cmd64x.h | 19 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | pdc202xx_new.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
D | pdc202xx_old.h | 11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
|
/linux-2.4.37.9/net/sched/ |
D | police.c | 34 #define L2T(p,L) ((p)->R_tab->data[(L)>>(p)->R_tab->rate.cell_log]) argument 35 #define L2T_P(p,L) ((p)->P_tab->data[(L)>>(p)->P_tab->rate.cell_log]) argument
|
D | sch_tbf.c | 135 #define L2T(q,L) ((q)->R_tab->data[(L)>>(q)->R_tab->rate.cell_log]) argument 136 #define L2T_P(q,L) ((q)->P_tab->data[(L)>>(q)->P_tab->rate.cell_log]) argument
|
D | sch_htb.c | 105 #define HTB_DBG_COND(S,L) (((q->debug>>(2*S))&3) >= L) argument 106 #define HTB_DBG(S,L,FMT,ARG...) if (HTB_DBG_COND(S,L)) \ argument 122 #define HTB_DBG_COND(S,L) (0) argument 123 #define HTB_DBG(S,L,FMT,ARG...) argument
|
D | sch_csz.c | 255 #define L2R(f,L) ((f)->L_tab[(L)>>(f)->slice.cell_log]) argument
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | head.S | 382 #define L(name) .head.S.##name macro 384 #define L(name) .head.S./**/name macro 388 #define L(name) .L##name macro 390 #define L(name) .L/**/name macro
|
/linux-2.4.37.9/crypto/ |
D | wp512.c | 780 u64 L[8]; in wp512_process_buffer() local
|
/linux-2.4.37.9/drivers/acorn/scsi/ |
D | cumana_1.c | 216 #define L(v) (((v)<<16)|((v) & 0x0000ffff)) macro
|
/linux-2.4.37.9/drivers/scsi/ |
D | constants.c | 175 #define L 0x0004 /* PRINTER DEVICE */ macro
|
/linux-2.4.37.9/drivers/video/ |
D | newport_con.c | 276 #define L(a) (char)('A'+(a)) in newport_get_revisions() macro
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 466 #define has_prefix(T,L,P) (((L) >= sizeof(P)-1) && !strncmp((T), (P), sizeof(P)-1)) argument 469 #define text_equal(T,L,S) (((L) == sizeof(S)-1) && !strncmp((T), (S), sizeof(S)-1)) argument
|
D | arlan.h | 74 #define IFDEBUG( L ) if ( (L) & arlan_debug ) argument
|
/linux-2.4.37.9/drivers/char/ip2/ |
D | i2ellis.h | 101 #define L(c) ((c & 0x08) >> 3) macro
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | ppc-opc.c | 231 #define L (29) macro
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | ppc-opc.c | 231 #define L (29) macro
|
/linux-2.4.37.9/drivers/video/sti/ |
D | stifb.c | 388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
|
/linux-2.4.37.9/drivers/net/wan/ |
D | farsync.c | 503 #define FST_WRL(C,E,L) writel ((L), (C)->mem + WIN_OFFSET(E)) argument
|
/linux-2.4.37.9/include/linux/ |
D | reiserfs_fs.h | 1416 struct buffer_head * L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */ member
|