Home
last modified time | relevance | path

Searched defs:mask (Results 26 - 50 of 2271) sorted by relevance

12345678910>>...91

/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigsuspend.c4 int sigsuspend(const sigset_t *mask) in sigsuspend() argument
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_translate.c22 const __m256i mask = _mm256_cmpgt_epi8(in, _mm256_set1_epi8(25)); in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_translate.c25 __m128i mask = _mm_cmpgt_epi8(in, _mm_set1_epi8(25)); in enc_translate() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D4-1.c24 sigset_t mask; in myhandler() local
/third_party/musl/arch/mips/
H A Dksigaction.h6 unsigned long mask[4]; member
/third_party/musl/arch/mips64/
H A Dksigaction.h6 unsigned long mask[2]; member
/third_party/musl/arch/mipsn32/
H A Dksigaction.h6 unsigned long mask[4]; member
/third_party/musl/arch/sh/
H A Dksigaction.h7 unsigned mask[2]; member
/third_party/musl/compat/time32/
H A Dppoll_time32.c6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32() argument
H A Dpselect_time32.c5 int __pselect_time32(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, const struct timespec32 *restrict ts32, const sigset_t *restrict mask) in __pselect_time32() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEnumMaskIterator.h31 EnumMaskIterator(const T& mask) : mBitSetIterator(std::bitset<N>(static_cast<U>(mask))) { in EnumMaskIterator() argument
/third_party/libunwind/libunwind/src/aarch64/
H A DGregs.c34 unsigned int mask; in tdep_access_reg() local
/third_party/musl/src/signal/
H A Dsigset.c6 sigset_t mask, mask_old; in sigset() local
H A Dsigtimedwait.c8 static int do_sigtimedwait(const sigset_t *restrict mask, siginfo_t *restrict si, const struct timespec *restrict ts) in do_sigtimedwait() argument
26 int sigtimedwait(const sigset_t *restrict mask, siginfo_t *restrict si, const struct timespec *restrict timeout) in sigtimedwait() argument
/third_party/musl/src/internal/
H A Dksigaction.h12 unsigned mask[2]; member
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_helper_invocation.c44 nir_ssa_def *mask = nir_load_sample_mask_in(b); in pan_lower_helper_invocation_instr() local
/third_party/musl/arch/x32/
H A Dksigaction.h7 unsigned mask[2]; member
/third_party/musl/arch/x86_64/
H A Dksigaction.h7 unsigned mask[2]; member
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_getaffinity.c28 cpu_set_t mask; in sched_getaffinity_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H A Dstat_fstatat_test.cpp28 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
50 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
/third_party/toybox/toys/other/
H A Dmix.c34 int mask, channel = -1, level, fd; in mix_main() local
/third_party/ffmpeg/tests/checkasm/
H A Dhuffyuvdsp.c38 static void check_add_int16(HuffYUVDSPContext c, unsigned mask, int width, const char * name) in check_add_int16() argument
/third_party/libunwind/libunwind/src/x86/
H A DGregs.c43 unsigned int mask; in tdep_access_reg() local
/third_party/libunwind/libunwind/src/x86_64/
H A DGregs.c69 unsigned int mask; in tdep_access_reg() local
/third_party/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() argument

Completed in 12 milliseconds

12345678910>>...91