Home
last modified time | relevance | path

Searched defs:flags (Results 301 - 325 of 4725) sorted by relevance

1...<<11121314151617181920>>...189

/third_party/musl/porting/liteos_a/user/src/network/
H A Drecvmsg.c51 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() argument
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_clone.c13 int __thread_clone(int (*func)(void *), int flags, struct pthread *thread, unsigned char *sp) in __thread_clone() argument
/third_party/musl/src/linux/
H A Dmembarrier.c22 int __membarrier(int cmd, int flags) in __membarrier() argument
H A Dtimerfd.c7 int timerfd_create(int clockid, int flags) in timerfd_create() argument
12 int timerfd_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) in timerfd_settime() argument
H A Dcache.c28 static int flush_icache_init(void *start, void *end, unsigned long int flags) in flush_icache_init() argument
44 int __riscv_flush_icache(void *start, void *end, unsigned long int flags) in __riscv_flush_icache() argument
H A Dclone.c24 int clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in clone() argument
H A Depoll.c14 int epoll_create1(int flags) in epoll_create1() argument
/third_party/musl/src/misc/
H A Dpty.c9 int posix_openpt(int flags) in posix_openpt() argument
/third_party/musl/porting/linux/user/src/linux/
H A Dcache.c42 static int flush_icache_init(void *start, void *end, unsigned long int flags) in flush_icache_init() argument
54 int __riscv_flush_icache(void *start, void *end, unsigned long int flags) in __riscv_flush_icache() argument
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_serv.c13 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags) in __lookup_serv() argument
/third_party/musl/src/mman/
H A Dmmap.c14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap() argument
58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap() argument
/third_party/musl/src/network/
H A Dlookup_serv.c13 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags) in __lookup_serv() argument
H A Drecvmsg.c53 ssize_t recvmsg(int fd, struct msghdr *msg, int flags) in recvmsg() argument
H A Drecvmmsg.c13 int recvmmsg(int fd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec *timeout) in recvmmsg() argument
/third_party/musl/src/thread/liteos_a/
H A Dpthread_clone.c28 int __thread_clone(int (*func)(void *), int flags, struct pthread *thread, unsigned char *sp) in __thread_clone() argument
/third_party/musl/src/stdio/
H A D__fdopen.c73 int flags = syscall(SYS_fcntl, fd, F_GETFL, 0); in __fdopen() local
103 FILE *__fdopenx(int fd, int flags) in __fdopenx() argument
[all...]
/third_party/musl/src/stat/
H A Dutimensat.c10 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) in utimensat() argument
/third_party/musl/src/time/
H A Dtimer_settime.c7 int timer_settime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *restrict old) in timer_settime() argument
/third_party/nghttp2/fuzz/
H A Dfuzz_target.cc18 on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name, nghttp2_rcbuf *value, uint8_t flags, void *user_data) on_header_callback2() argument
/third_party/node/deps/base64/base64/lib/
H A Dlib.c18 base64_stream_encode_init (struct base64_state *state, int flags) in base64_stream_encode_init() argument
68 base64_stream_decode_init (struct base64_state *state, int flags) in base64_stream_decode_init() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_event_wake_pipe.c123 ares_pipeevent_cb(ares_event_thread_t *e, ares_socket_t fd, void *data, ares_event_flags_t flags) ares_pipeevent_cb() argument
/third_party/mesa3d/src/mesa/main/
H A Dbarrier.c41 unsigned flags = 0; in memory_barrier() local
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_vector.c82 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] ) in _mesa_vector4f_init() argument
108 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuin argument
[all...]
H A Dm_vector.h61 GLbitfield flags; /**< bitmask of VEC_x flags */ member
/third_party/mesa3d/src/intel/isl/
H A Disl_gfx12.c40 isl_gfx125_filter_tiling(const struct isl_device *dev, const struct isl_surf_init_info *restrict info, isl_tiling_flags_t *flags) isl_gfx125_filter_tiling() argument
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...189