Home
last modified time | relevance | path

Searched defs:mask (Results 101 - 125 of 2239) sorted by relevance

12345678910>>...90

/third_party/node/deps/brotli/c/enc/
H A Dutf8_util.c68 BrotliIsMostlyUTF8( const uint8_t* data, const size_t pos, const size_t mask, const size_t length, const double min_fraction) BrotliIsMostlyUTF8() argument
/third_party/mesa3d/src/mesa/main/
H A Dblend.h113 GLbitfield mask = mask0; in _mesa_replicate_colormask() local
H A Ddraw_validate.c54 unsigned mask = ctx->SupportedPrimMask; in _mesa_update_valid_to_render_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) lp_build_alpha_test() argument
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify.h54 static inline int safe_myinotify_watch(const char *file, const int lineno, int wd, int fd, const char* fname, const char* mask) in safe_myinotify_watch() argument
/third_party/ltp/testcases/kernel/syscalls/sched_getaffinity/
H A Dsched_getaffinity01.c21 static void errno_test(pid_t pid, size_t cpusize, void *mask, int exp_errno) in errno_test() argument
44 cpu_set_t *mask; in do_test() local
80 errno_test(tst_get_unused_pid(), len, mask, ESRCH); do_test() local
[all...]
/third_party/lwip/src/core/distributed_net/
H A Ddistributed_net_utils.c86 int mask = 0; in mask_len_to_mask() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D16-1.c82 sigset_t mask; in main() local
/third_party/ltp/testcases/realtime/func/measurement/
H A Dpreempt_timing.c87 cpu_set_t mask; in main() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dbits.h47 unsigned long long mask = bits_mask(size); in sign_extend_safe() local
H A Dbitmap.h36 unsigned long mask = 1UL << bit; in test_and_set_bit() local
46 unsigned long mask = 1UL << bit; in test_and_clear_bit() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D29-1.c113 sigset_t mask; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D7-1.c51 sigset_t mask; in main() local
/third_party/lwip/test/unit/
H A Dlwip_unittests.c43 unsigned int mask; in lwip_check_ensure_no_alloc() local
/third_party/lzma/C/
H A DBra86.c54 unsigned mask = (unsigned)*state; // & 7; in X86() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Daligned-slot-allocator.cc116 int mask = n - 1; in Align() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.h72 unsigned mask = BITFIELD_MASK(nr_samples); in fd6_blend_variant() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsignalfd.c31 sigset_t mask = {}; in signalfd_0100() local
/third_party/mesa3d/src/intel/common/
H A Dintel_pixel_hash.h74 intel_compute_pixel_hash_table_nway(unsigned n, unsigned m, uint32_t mask, in intel_compute_pixel_hash_table_nway() argument
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.c33 pan_to_bytemask(unsigned bytes, unsigned mask) in pan_to_bytemask() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_setaffinity.c57 cpu_set_t mask; in sched_setaffinity_0200() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_bitstr.c217 unsigned char mask = i < flags_len ? ~flags[i] : 0xff; in ASN1_BIT_STRING_check() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dctype.c252 int ossl_ctype_check(int c, unsigned int mask) in ossl_ctype_check() argument
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/
H A Df_impl64.c29 uint64_t mask = (1ULL << 56) - 1; in gf_mul() local
81 uint64_t mask = (1ULL << 56) - 1; in gf_mulw_unsigned() local
107 uint64_t mask = (1ULL << 56) - 1; gf_sqr() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/
H A Df_impl32.c29 uint32_t mask = (1 << 28) - 1; in gf_mul() local
78 uint32_t mask = (1 << 28) - 1; in gf_mulw_unsigned() local
[all...]

Completed in 15 milliseconds

12345678910>>...90