/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigsuspend.c | 4 int sigsuspend(const sigset_t *mask) in sigsuspend() argument
|
/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | enc_translate.c | 22 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 D | enc_translate.c | 25 __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 D | 4-1.c | 24 sigset_t mask; in myhandler() local
|
/third_party/musl/arch/mips/ |
H A D | ksigaction.h | 6 unsigned long mask[4]; member
|
/third_party/musl/arch/mips64/ |
H A D | ksigaction.h | 6 unsigned long mask[2]; member
|
/third_party/musl/arch/mipsn32/ |
H A D | ksigaction.h | 6 unsigned long mask[4]; member
|
/third_party/musl/arch/sh/ |
H A D | ksigaction.h | 7 unsigned mask[2]; member
|
/third_party/musl/compat/time32/ |
H A D | ppoll_time32.c | 6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32() argument
|
H A D | pselect_time32.c | 5 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 D | EnumMaskIterator.h | 31 EnumMaskIterator(const T& mask) : mBitSetIterator(std::bitset<N>(static_cast<U>(mask))) { in EnumMaskIterator() argument
|
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gregs.c | 34 unsigned int mask; in tdep_access_reg() local
|
/third_party/musl/src/signal/ |
H A D | sigset.c | 6 sigset_t mask, mask_old; in sigset() local
|
H A D | sigtimedwait.c | 8 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 D | ksigaction.h | 12 unsigned mask[2]; member
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_helper_invocation.c | 44 nir_ssa_def *mask = nir_load_sample_mask_in(b); in pan_lower_helper_invocation_instr() local
|
/third_party/musl/arch/x32/ |
H A D | ksigaction.h | 7 unsigned mask[2]; member
|
/third_party/musl/arch/x86_64/ |
H A D | ksigaction.h | 7 unsigned mask[2]; member
|
/third_party/musl/libc-test/src/functionalext/supplement/sched/ |
H A D | sched_getaffinity.c | 28 cpu_set_t mask; in sched_getaffinity_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstatat_test.cpp | 28 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 D | mix.c | 34 int mask, channel = -1, level, fd; in mix_main() local
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | huffyuvdsp.c | 38 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 D | Gregs.c | 43 unsigned int mask; in tdep_access_reg() local
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gregs.c | 69 unsigned int mask; in tdep_access_reg() local
|
/third_party/musl/src/linux/ |
H A D | inotify.c | 18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() argument
|