Home
last modified time | relevance | path

Searched refs:__FD_ZERO (Results 1 – 3 of 3) 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/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)