tag | line | file | source code |
x2 | 41 | arch/i386/math-emu/poly.h | asmlinkage void div_Xsig(Xsig *x1, const Xsig *x2, const Xsig *dest); |
x2 | 71 | arch/i386/math-emu/poly.h | extern inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) |
x2 | 77 | arch/i386/math-emu/poly.h | :"=g" (*dest):"g" (dest), "g" (x2) |
x2 | 86 | arch/i386/math-emu/poly.h | extern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) |
x2 | 99 | arch/i386/math-emu/poly.h | :"g" (dest), "g" (x2), "g" (exp) |
x2 | 183 | drivers/block/floppy.c | #define DPRINT2(x,x1,x2) \ |
x2 | 184 | drivers/block/floppy.c | printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2)) |
x2 | 186 | drivers/block/floppy.c | #define DPRINT3(x,x1,x2,x3) \ |
x2 | 187 | drivers/block/floppy.c | printk(DEVICE_NAME "%d: " x,current_drive,(x1),(x2),(x3)) |
x2 | 1279 | drivers/block/sbpcd.c | static int yy_SetSpeed(u_char speed, u_char x1, u_char x2) |
x2 | 1292 | drivers/block/sbpcd.c | drvcmd[4]=x2; |