Home
last modified time | relevance | path

Searched defs:__rem (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dposix_types.h56 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() local
64 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() local
73 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dposix_types.h59 unsigned long __rem = __fd % __NFDBITS; in __FD_SET() local
67 unsigned long __rem = __fd % __NFDBITS; in __FD_CLR() local
75 unsigned long __rem = __fd % __NFDBITS; in __FD_ISSET() local
/openbmc/linux/arch/arm/include/asm/
H A Ddiv64.h29 unsigned int __rem; in __div64_32() local