/linux-2.4.37.9/include/asm-ppc64/ |
D | pmc.h | 92 #define PMC_SW_PROCESSOR(F) pmc_sw_cpu[smp_processor_id()].F++ argument 93 #define PMC_SW_PROCESSOR_A(F, E) (pmc_sw_cpu[smp_processor_id()].F[(E)])++ argument 94 #define PMC_SW_SYSTEM(F) pmc_sw_system.F++ argument 96 #define PMC_SW_PROCESSOR(F) do {;} while (0) argument 97 #define PMC_SW_PROCESSOR_A(F) do {;} while (0) argument 98 #define PMC_SW_SYSTEM(F) do {;} while (0) argument
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | align.c | 36 #define F 8 /* to/from fp regs */ macro
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | slogn.S | 242 .set F,FP_SCR2 define
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | align.c | 39 #define F 8 /* to/from fp regs */ macro
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_osdep.h | 75 #define DEBUGFUNC(F) DEBUGOUT(F "\n") argument
|
/linux-2.4.37.9/crypto/ |
D | md4.c | 46 static inline u32 F(u32 x, u32 y, u32 z) in F() function
|
/linux-2.4.37.9/arch/ia64/lib/ |
D | memcpy_mck.S | 570 #define F r28 macro
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | unaligned.c | 233 # define F(reg) case reg: __asm__ __volatile__ ("invala.e r%0" :: "i"(reg)); break in invala_gr() macro 260 # define F(reg) case reg: __asm__ __volatile__ ("invala.e f%0" :: "i"(reg)); break in invala_fr() macro
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/ |
D | pcibr_error.c | 102 #define F(s,n) { 1l<<(s),-(s), n } macro
|
/linux-2.4.37.9/drivers/video/sti/ |
D | stifb.c | 385 #define BA(F,C,S,A,J,B,I) \ argument 388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
|
/linux-2.4.37.9/net/sched/ |
D | sch_csz.c | 374 unsigned long F; in csz_update() local
|
/linux-2.4.37.9/drivers/media/video/ |
D | zr36120.c | 91 #define F 0 macro
|
/linux-2.4.37.9/drivers/video/sis/ |
D | init.c | 4400 int A, B, C, D, E, F, temp, i, j, k, l, index, vclkindex; in SiSBuildBuiltInModeList() local 5054 int A, B, C, D, E, F, temp, j; in sisfb_mode_rate_to_ddata() local
|
D | sis_main.c | 1176 int A, B, C, D, E, F, temp; local
|
/linux-2.4.37.9/drivers/char/ |
D | random.c | 1932 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/linux-2.4.37.9/drivers/net/wan/ |
D | farsync.c | 517 #define dbg(F,fmt,A...) if ( ! ( fst_debug_mask & (F))) \ argument
|