/third_party/musl/src/select/ |
H A D | pselect.c | 10 int pselect(int n, fd_set *restrict rfds, fd_set *restrict wfds, fd_set *restrict efds, const struct timespec *restrict ts, const sigset_t *restrict mask) in pselect() argument
|
H A D | ppoll.c | 10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll() argument
|
/third_party/musl/porting/liteos_a/kernel/src/fenv/ |
H A D | fenv.c | 5 int feclearexcept(int mask) in feclearexcept() argument 10 int feraiseexcept(int mask) in feraiseexcept() argument 15 int fetestexcept(int mask) in fetestexcept() argument
|
/third_party/musl/src/linux/ |
H A D | fanotify.c | 9 int fanotify_mark(int fanotify_fd, unsigned flags, unsigned long long mask, in fanotify_mark() argument
|
H A D | statx.c | 9 int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx) in statx() argument
|
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | enc_translate.c | 14 uint8x16x4_t indices, mask, delta, out; in enc_translate() local [all...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format_tests.h | 53 uint8_t mask[UTIL_FORMAT_MAX_PACKED_BYTES]; member
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | affinity.h | 33 cpu_set_t mask; in set_affinity() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 12-1.c | 57 sigset_t mask, pending; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
H A D | 5-1.c | 59 sigset_t mask; in main() local [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | cpu-ppc.cc | 30 intptr_t mask = kCacheLineSize - 1; in FlushICache() local
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_inotify_add_watch_test.cpp | 16 uint32_t mask; member
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | stat_ext.c | 32 mode_t mask = atoi("077"); in umask_0010() local 50 mode_t mask = atoi("1023"); // 01777 in octal in umask_0020() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_fstatat64_test.cpp | 29 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 52 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 75 mode_t mask = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 57 static ossl_inline void bn_select_words(BN_ULONG *r, BN_ULONG mask, in bn_select_words() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | rtstutter.c | 63 cpuset_t mask; in work() local 65 cpu_set_t mask; in work() local 70 pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); in work() local
|
/third_party/skia/src/core/ |
H A D | SkAutoPixmapStorage.h | 74 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() argument
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLLayout.cpp | 16 DSLLayout& DSLLayout::flag(SkSL::Layout::Flag mask, const char* name, PositionInfo pos) { in flag() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ITypBitsetTests.cpp | 45 size_t mask = 0; in ExpectBits() local
|
/third_party/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 57 static ossl_inline void bn_select_words(BN_ULONG *r, BN_ULONG mask, in bn_select_words() argument
|
/third_party/skia/tests/graphite/ |
H A D | MaskTest.cpp | 30 auto mask = Flags::kB | Flags::kC; in DEF_GRAPHITE_TEST() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | switch_descriptorset_pass.h | 41 uint32_t mask = ((IRContext::kAnalysisEnd << 1) - 1); variable
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_chipcommon_b.c | 14 static bool bcma_wait_reg(struct bcma_bus *bus, void __iomem *addr, u32 mask, in bcma_wait_reg() argument
|
/kernel/linux/linux-5.10/drivers/clk/st/ |
H A D | clkgen.h | 17 unsigned int mask; member
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
H A D | cacheflush.c | 35 cpumask_t *mask = &mm->context.icache_stale_mask; in flush_icache_deferred() local 52 cpumask_t others, *mask; in flush_icache_mm_range() local
|