Searched refs:n64 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Ddiv64.h16 unsigned long long n64; \
21 __n.n64 = (n); \
30 (n) = __n.n64; \
/linux-master/sound/mips/
H A DMakefile12 obj-$(CONFIG_SND_N64) += snd-n64.o
/linux-master/arch/mips/kernel/
H A DMakefile76 obj-$(CONFIG_64BIT) += scall64-n64.o
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1068 unsigned long dpos, spos, i, n64; local
1075 n64 = (height * width) / 64;
1081 for (i = 0; i < n64; ++i) {
1093 for (i = 0; i < n64; ++i) {

Completed in 121 milliseconds