tag | line | file | source code |
---|---|---|---|
div_small | 161 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned long div_small(unsigned long long *x, unsigned long y); |
div_small | 1066 | arch/i386/math-emu/reg_ld_str.c | b = div_small(&ll, 10); |
div_small | 1067 | arch/i386/math-emu/reg_ld_str.c | b |= (div_small(&ll, 10)) << 4; |