Searched defs:fd_count (Results 1 - 7 of 7) sorted by relevance
| /third_party/musl/libc-test/src/functionalext/fortify/ |
| H A D | poll.c | 54 nfds_t fd_count = atoi("2"); in poll_0020() local 142 nfds_t fd_count = atoi("2"); in ppoll_0020() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-subset-cff-common.cc | 173 hb_serialize_cff_fdselect(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int fd_count, unsigned int fdselect_format, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) hb_serialize_cff_fdselect() argument
|
| /third_party/libuv/src/win/ |
| H A D | poll.c | 43 unsigned int fd_count; member [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | poll.c | 41 unsigned int fd_count; member [all...] |
| /third_party/python/Lib/test/support/ |
| H A D | os_helper.py | 587 def fd_count(): function
|
| /third_party/musl/porting/linux/user/src/fortify/ |
| H A D | fortify.c | 94 static inline void __diagnose_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) in __diagnose_pollfd_array() argument 103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument 110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
|
| /third_party/musl/src/fortify/linux/ |
| H A D | fortify.c | 105 static inline void __diagnose_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) in __diagnose_pollfd_array() argument 114 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument 121 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
|
Completed in 6 milliseconds