/linux-2.4.37.9/net/ipv4/ |
D | fib_hash.c | 93 #define FZ_HASHMASK(fz) ((fz)->fz_hashmask) argument 97 #define FZ_MASK(fz) ((fz)->fz_mask) argument 110 static __inline__ fn_hash_idx_t fn_hash(fn_key_t key, struct fn_zone *fz) in fn_hash() argument 112 u32 h = ntohl(key.datum)>>(32 - fz->fz_order); in fn_hash() 116 h &= FZ_HASHMASK(fz); in fn_hash() 121 #define fz_prefix(key,fz) ((key).datum) argument 123 static __inline__ fn_key_t fz_key(u32 dst, struct fn_zone *fz) in fz_key() argument 126 k.datum = dst & FZ_MASK(fz); in fz_key() 130 static __inline__ struct fib_node ** fz_chain_p(fn_key_t key, struct fn_zone *fz) in fz_chain_p() argument 132 return &fz->fz_hash[fn_hash(key, fz).datum]; in fz_chain_p() [all …]
|
/linux-2.4.37.9/arch/sparc64/lib/ |
D | VIScsum.S | 42 #define START_THE_TRICK(fz,f0,f2,f4,f6,f8,f10) \ argument 43 fcmpgt32 %fz, %f0, %g1 /* FPM Group */; \ 44 fcmpgt32 %fz, %f2, %g2 /* FPM Group */; \ 45 fcmpgt32 %fz, %f4, %g3 /* FPM Group */; \ 47 fcmpgt32 %fz, %f6, %g5 /* FPM */; \ 49 fcmpgt32 %fz, %f8, %g7 /* FPM */; \ 51 fcmpgt32 %fz, %f10, %o3 /* FPM */; \ 102 #define END_THE_TRICK(O12,O14,f0,f2,f4,f6,f8,f10,f12,f14,S0,S1,S2,S3,T0,T1,U0,fz) \ argument 119 fzero %fz /* FPA */; \ 132 fcmpgt32 %fz, %f2, %o4 /* FPM */; \ [all …]
|
D | VIScsumcopy.S | 142 #define END_THE_TRICK(f0,f2,f4,f6,f8,f10,f12,f14,FA,FB,S0,S1,S2,S3,T0,T1,U0,fz) \ argument 156 fzero %fz /* FPA */; \ 180 fcmpgt32 %fz, %f2, %x7 /* FPM */; \ 182 fcmpgt32 %fz, %f6, %x8 /* FPM */; \ 186 fcmpgt32 %fz, %f10, %x1 /* FPM */; \ 190 fcmpgt32 %fz, %f14, %x2 /* FPM */; \ 198 #define END_THE_TRICK2(S0,S1,S2,S3,T0,T1,U0,U1,V0,fz) \ argument 206 fcmpgt32 %fz, %S1, %x3 /* FPM */; \ 208 fcmpgt32 %fz, %S3, %x4 /* FPM */; \ 215 fcmpgt32 %fz, %T1, %x5 /* FPM */; \ [all …]
|
D | VIScsumcopyusr.S | 157 #define END_THE_TRICK(f0,f2,f4,f6,f8,f10,f12,f14,FA,FB,S0,S1,S2,S3,T0,T1,U0,fz) \ argument 171 fzero %fz /* FPA */; \ 195 fcmpgt32 %fz, %f2, %x7 /* FPM */; \ 197 fcmpgt32 %fz, %f6, %x8 /* FPM */; \ 201 fcmpgt32 %fz, %f10, %x1 /* FPM */; \ 205 fcmpgt32 %fz, %f14, %x2 /* FPM */; \ 213 #define END_THE_TRICK2(S0,S1,S2,S3,T0,T1,U0,U1,V0,fz) \ argument 221 fcmpgt32 %fz, %S1, %x3 /* FPM */; \ 223 fcmpgt32 %fz, %S3, %x4 /* FPM */; \ 230 fcmpgt32 %fz, %T1, %x5 /* FPM */; \ [all …]
|