Home
last modified time | relevance | path

Searched refs:__rem (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/include/
H A Ddiv64.h30 uint32_t __rem; \
31 __rem = ((uint64_t)(n)) % __base; \
33 __rem; \
206 uint32_t __rem; \
210 __rem = (n) & (__base - 1); \
219 __rem = __n_lo - __res_lo * __base; \
221 __rem = (uint32_t)(n) % __base; \
224 __rem = __div64_32(&(n), __base); \
225 __rem; \
/openbmc/linux/include/asm-generic/
H A Ddiv64.h47 uint32_t __rem; \
48 __rem = ((uint64_t)(n)) % __base; \
50 __rem; \
221 uint32_t __rem; \
225 __rem = (n) & (__base - 1); \
233 __rem = __n_lo - __res_lo * __base; \
235 __rem = (uint32_t)(n) % __base; \
238 __rem = __div64_32(&(n), __base); \
240 __rem; \
/openbmc/u-boot/arch/sh/include/asm/
H A Dposix_types.h56 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() local
57 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
64 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() local
65 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
73 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET() local
74 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
/openbmc/u-boot/arch/mips/include/asm/
H A Dposix_types.h59 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() local
60 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
67 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() local
68 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
75 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET() local
76 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
/openbmc/linux/arch/m68k/include/asm/
H A Ddiv64.h18 unsigned long __rem, __upper; \
28 : "=d" (__n.n32[1]), "=d" (__rem) \
31 __rem; \
/openbmc/linux/arch/powerpc/boot/
H A Dstdio.c34 unsigned int __rem; \
35 __rem = ((unsigned long long)(n)) % __base; \
37 __rem; \
50 unsigned int __rem; \
53 __rem = (unsigned int)(n) % __base; \
56 __rem = __div64_32(&(n), __base); \
57 __rem; \
/openbmc/linux/arch/arm/include/asm/
H A Ddiv64.h29 unsigned int __rem; in __div64_32() local
37 __rem = __n >> 32; in __div64_32()
39 return __rem; in __div64_32()
/openbmc/linux/arch/alpha/boot/
H A Dstdio.c19 unsigned int __rem; \
20 __rem = ((unsigned long long)(n)) % __base; \
22 __rem; \
/openbmc/linux/arch/x86/kvm/
H A Dx86.h401 u32 __quot, __rem; \
402 asm("divl %2" : "=a" (__quot), "=d" (__rem) \
405 __rem; \
/openbmc/linux/arch/alpha/lib/
H A Ddivide.S72 #define func(x) __rem##x
H A Dev6-divide.S82 #define func(x) __rem##x
/openbmc/linux/Documentation/trace/
H A Dftrace.rst3017 <idle>-0 [003] d..2 4228.547860: hrtimer_force_reprogram <-__rem