Searched refs:DIV (Results 1 – 10 of 10) sorted by relevance
/arch/parisc/include/asm/ |
D | rtc.h | 73 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in get_rtc_time() macro 74 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in get_rtc_time()
|
/arch/alpha/lib/ |
D | ev6-divide.S | 69 #ifdef DIV 164 #ifdef DIV 173 #ifdef DIV 200 #ifdef DIV
|
D | divide.S | 59 #ifdef DIV
|
/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 76 # define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in offtime() macro 77 # define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in offtime()
|
/arch/m68k/mac/ |
D | misc.c | 664 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro 665 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime()
|
/arch/arm/mach-cns3xxx/ |
D | cns3xxx.h | 444 #define PM_CPU_CLK_DIV(DIV) { \ argument 446 PM_CLK_CTRL_REG |= (((DIV)&0x3) << PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV); \
|
/arch/sparc/net/ |
D | bpf_jit_comp.c | 104 #define DIV F3(2, 0x0e) /* udiv */ macro 534 emit_alu_X(DIV); in bpf_jit_compile()
|
/arch/sh/math-emu/ |
D | math.c | 129 BOTH_PRmn(ARITH_X, DIV); in fdiv()
|
/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 532 div = 2 * (PM_BFEXT(DIV, control) + 1); in genclk_get_rate() 550 control = PM_BFINS(DIV, div, control) | PM_BIT(DIVEN); in genclk_set_rate()
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 822 6: DIV AL,Eb 833 6: DIV rAX,Ev
|