Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-atheos/
DTYPES.py118 def __FD_ZERO(fdsp): return \ function
120 def __FD_ZERO(set): return \ function
135 def FD_ZERO(fdsetp): return __FD_ZERO (fdsetp)
DIN.py355 def __FD_ZERO(fdsp): return \ function
357 def __FD_ZERO(set): return \ function
372 def FD_ZERO(fdsetp): return __FD_ZERO (fdsetp)
/external/u-boot/arch/powerpc/include/asm/
Dposix_types.h48 #define __FD_ZERO(set) \ macro
85 #undef __FD_ZERO
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
85 #undef __FD_ZERO
86 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
155 def FD_ZERO(fdsetp): return __FD_ZERO (fdsetp)
/external/u-boot/arch/xtensa/include/asm/
Dposix_types.h67 #undef __FD_ZERO
68 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/arm/include/asm/
Dposix_types.h81 #undef __FD_ZERO
82 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/nios2/include/asm/
Dposix_types.h62 #undef __FD_ZERO
63 #define __FD_ZERO(fdsetp) (memset (fdsetp, 0, sizeof(*(fd_set *)fdsetp))) macro
/external/u-boot/arch/microblaze/include/asm/
Dposix_types.h71 #undef __FD_ZERO
72 #define __FD_ZERO(fd_set) \ macro
/external/u-boot/arch/nds32/include/asm/
Dposix_types.h82 #undef __FD_ZERO
83 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/x86/include/asm/
Dposix_types.h73 #undef __FD_ZERO
74 #define __FD_ZERO(fdsetp) \ macro
/external/u-boot/arch/riscv/include/asm/
Dposix_types.h86 #undef __FD_ZERO
87 #define __FD_ZERO(_fdsetp) \ macro
/external/u-boot/arch/mips/include/asm/
Dposix_types.h83 #undef __FD_ZERO
84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function
/external/u-boot/arch/sh/include/asm/
Dposix_types.h81 #undef __FD_ZERO
82 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO() function