/third_party/node/deps/brotli/c/enc/ |
H A D | utf8_util.c | 68 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 D | blend.h | 113 GLbitfield mask = mask0; in _mesa_replicate_colormask() local
|
H A D | draw_validate.c | 54 unsigned mask = ctx->SupportedPrimMask; in _mesa_update_valid_to_render_state() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_alpha.c | 49 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 D | inotify.h | 54 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 D | sched_getaffinity01.c | 21 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 D | distributed_net_utils.c | 86 int mask = 0; in mask_len_to_mask() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 16-1.c | 82 sigset_t mask; in main() local
|
/third_party/ltp/testcases/realtime/func/measurement/ |
H A D | preempt_timing.c | 87 cpu_set_t mask; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | bits.h | 47 unsigned long long mask = bits_mask(size); in sign_extend_safe() local
|
H A D | bitmap.h | 36 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 D | 29-1.c | 113 sigset_t mask; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 7-1.c | 51 sigset_t mask; in main() local
|
/third_party/lwip/test/unit/ |
H A D | lwip_unittests.c | 43 unsigned int mask; in lwip_check_ensure_no_alloc() local
|
/third_party/lzma/C/ |
H A D | Bra86.c | 54 unsigned mask = (unsigned)*state; // & 7;
in X86() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | aligned-slot-allocator.cc | 116 int mask = n - 1; in Align() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blend.h | 72 unsigned mask = BITFIELD_MASK(nr_samples); in fd6_blend_variant() local
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | signalfd.c | 31 sigset_t mask = {}; in signalfd_0100() local
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_pixel_hash.h | 74 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 D | pan_ir.c | 33 pan_to_bytemask(unsigned bytes, unsigned mask) in pan_to_bytemask() argument [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/sched/ |
H A D | sched_setaffinity.c | 57 cpu_set_t mask; in sched_setaffinity_0200() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_bitstr.c | 217 unsigned char mask = i < flags_len ? ~flags[i] : 0xff; in ASN1_BIT_STRING_check() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ctype.c | 252 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 D | f_impl64.c | 29 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 D | f_impl32.c | 29 uint32_t mask = (1 << 28) - 1; in gf_mul() local 78 uint32_t mask = (1 << 28) - 1; in gf_mulw_unsigned() local [all...] |