Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 67) sorted by relevance

123

/external/usrsctp/usrsctplib/
Duser_mbuf.c110 m_get(int how, short type) in m_get()
152 m_gethdr(int how, short type) in m_gethdr()
244 m_clget(struct mbuf *m, int how) in m_clget()
290 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2()
374 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf()
1213 m_tag_copy_chain(struct mbuf *to, struct mbuf *from, int how) in m_tag_copy_chain()
1240 m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how) in m_dup_pkthdr()
1255 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1347 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
Duser_mbuf.h67 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
68 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
69 #define MCLGET(m, how) m_clget((m), (how)) argument
345 #define MBTOM(how) (how) argument
400 #define M_PREPEND(m, plen, how) do { \ argument
/external/ltp/include/lapi/
Dsafe_rt_signal.h32 int how, const sigset_t *set, in safe_rt_sigprocmask()
47 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/external/strace/tests-m32/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/strace/tests-mx32/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/strace/tests/
Dsigprocmask.c44 k_sigprocmask(const kernel_ulong_t how, const kernel_ulong_t new_set, in k_sigprocmask()
Drt_sigprocmask.c43 k_sigprocmask(const unsigned long how, void *const new_set, in k_sigprocmask()
/external/python/cpython3/Lib/
Dsignal.py59 def pthread_sigmask(how, mask): argument
/external/oss-fuzz/projects/nginx/fuzz/
Dwrappers.c30 int __wrap_shutdown(int socket, int how) { return 0; } in __wrap_shutdown()
/external/python/cpython2/Lib/
Dposixfile.py153 def lock(self, how, *args): argument
/external/rust/crates/libz-sys/src/zlib/contrib/blast/
Dblast.c432 local unsigned inf(void *how, unsigned char **buf) in inf()
440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
/external/python/cpython2/Lib/lib-tk/
DFileDialog.py134 def quit(self, how=None): argument
/external/deqp/framework/delibs/deutil/
DdeSocket.c637 int how = 0; in deSocket_shutdown() local
664 int how = 0; in deSocket_shutdown() local
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzguts.h122 int how; /* 0: get header, 1: copy, 2: decompress */ member
/external/libwebsockets/win32port/zlib/
Dgzguts.h102 int how; /* 0: get header, 1: copy, 2: decompress */ member
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc478 const Mutex::MuHow how; // How this thread needs to wait. member
708 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1568 MuHow how = in AwaitCommon() local
1754 void Mutex::LockSlow(MuHow how, const Condition *cond, int flags) { in LockSlow()
1836 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2327 void Mutex::Trans(MuHow how) { in Trans()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc480 const Mutex::MuHow how; // How this thread needs to wait. member
710 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1569 MuHow how = in AwaitCommon() local
1755 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1838 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2333 void Mutex::Trans(MuHow how) { in Trans()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc480 const Mutex::MuHow how; // How this thread needs to wait. member
710 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1569 MuHow how = in AwaitCommon() local
1755 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1838 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2333 void Mutex::Trans(MuHow how) { in Trans()
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc491 const Mutex::MuHow how; // How this thread needs to wait. member
721 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1580 MuHow how = in AwaitCommon() local
1766 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1849 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2345 void Mutex::Trans(MuHow how) { in Trans()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc480 const Mutex::MuHow how; // How this thread needs to wait. member
710 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1569 MuHow how = in AwaitCommon() local
1755 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1838 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2334 void Mutex::Trans(MuHow how) { in Trans()
/external/abseil-cpp/absl/synchronization/
Dmutex.cc478 const Mutex::MuHow how; // How this thread needs to wait. member
708 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1568 MuHow how = in AwaitCommon() local
1754 void Mutex::LockSlow(MuHow how, const Condition *cond, int flags) { in LockSlow()
1836 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2327 void Mutex::Trans(MuHow how) { in Trans()
/external/angle/third_party/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member
/external/python/cpython2/Modules/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member

123