Home
last modified time | relevance | path

Searched defs:__FD_ZERO (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/powerpc/include/asm/
Dposix_types.h48 #define __FD_ZERO(set) \ macro
86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
/external/u-boot/arch/m68k/include/asm/
Dposix_types.h48 #define __FD_ZERO(set) \ macro
86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO() function
/external/u-boot/arch/nios2/include/asm/
Dposix_types.h63 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) macro
/external/u-boot/arch/xtensa/include/asm/
Dposix_types.h68 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/nds32/include/asm/
Dposix_types.h83 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/riscv/include/asm/
Dposix_types.h87 #define __FD_ZERO(_fdsetp) \ macro
/external/u-boot/arch/arm/include/asm/
Dposix_types.h82 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/x86/include/asm/
Dposix_types.h74 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/microblaze/include/asm/
Dposix_types.h72 #define __FD_ZERO(fd_set) \ macro
/external/python/cpython2/Lib/plat-atheos/
DTYPES.py118 def __FD_ZERO(fdsp): return \ function
120 def __FD_ZERO(set): return \ function
DIN.py355 def __FD_ZERO(fdsp): return \ function
357 def __FD_ZERO(set): return \ function
/external/u-boot/arch/mips/include/asm/
Dposix_types.h84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
/external/u-boot/arch/sh/include/asm/
Dposix_types.h82 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py136 def __FD_ZERO(fdsp): return \ function
138 def __FD_ZERO(set): return \ function