Home
last modified time | relevance | path

Searched defs:mask (Results 426 - 450 of 2305) sorted by relevance

1...<<11121314151617181920>>...93

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify02.c46 unsigned int mask; member
[all...]
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c103 cpu_set_t mask; in func_nonrt() local
152 cpu_set_t mask; in func_rt() local
208 cpu_set_t mask; func_noise() local
326 cpu_set_t mask; main() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.h45 SparseInputMask mask; member
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.cc117 int MaskToBit(uint64_t mask) { in MaskToBit() argument
/third_party/node/deps/v8/src/bigint/
H A Dbitwise.cc169 const digit_t mask = (static_cast<digit_t>(1) << bits_shift) - 1; in RightShift_ResultLength() local
/third_party/node/deps/v8/src/objects/
H A Dswiss-hash-table-helpers.h80 ProbeSequence(uint32_t hash, uint32_t mask) { in ProbeSequence() argument
132 explicit BitMask(T mask) : mask_(mask) {} in BitMask() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c104 unsigned int mask = ppir_src_get_mask(src); in ppir_liveness_instr_srcs() local
171 unsigned int mask = dest->write_mask; in ppir_liveness_instr_dest() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c65 LLVMValueRef mask; in uyvy_to_yuv_soa() local
149 LLVMValueRef mask; in yuyv_to_yuv_soa() local
[all...]
H A Dlp_bld_logic.c252 lp_build_select_bitwise(struct lp_build_context *bld, LLVMValueRef mask, LLVMValueRef a, LLVMValueRef b) lp_build_select_bitwise() argument
303 lp_build_select(struct lp_build_context *bld, LLVMValueRef mask, LLVMValueRef a, LLVMValueRef b) lp_build_select() argument
437 lp_build_select_aos(struct lp_build_context *bld, unsigned mask, LLVMValueRef a, LLVMValueRef b, unsigned num_channels) lp_build_select_aos() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c146 unsigned mask = BITFIELD_MASK(bi_count_write_registers(ins, d)); in bi_writemask() local
H A Dbi_scoreboard.c114 uint64_t mask = 0; in bi_read_mask() local
137 uint64_t mask = 0; in bi_write_mask() local
/third_party/mesa3d/src/util/
H A Dbitscan.h98 u_bit_scan(unsigned *mask) in u_bit_scan() argument
111 u_bit_scan64(uint64_t *mask) in u_bit_scan64() argument
182 u_bit_scan_consecutive_range(unsigned *mask, in argument
196 u_bit_scan_consecutive_range64(uint64_t *mask, int *start, int *count) u_bit_scan_consecutive_range64() argument
361 util_widen_mask(uint32_t mask, unsigned multiplier) util_widen_mask() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h76 unsigned mask = 0x0; in do_cliptest() local
[all...]
/third_party/musl/include/sys/
H A Dinotify.h13 uint32_t mask, cookie, len; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c150 r300_swizzle_split( struct rc_src_register src, unsigned int mask, struct rc_swizzle_split * split) r300_swizzle_split() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mod.c58 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local
141 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
[all...]
H A Dbn_blind.c183 BN_ULONG mask; in BN_BLINDING_invert_ex() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dcpuid.c112 IA32CAP mask = vec; in OPENSSL_cpuid_setup() local
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c159 unsigned char mask = constant_time_ge_8_s(padding_length, i); in tls1_cbc_remove_padding_and_mac() local
210 char aux1, aux2, aux3, mask; in ssl3_cbc_copy_mac() local
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c141 u64 mask; in poly1305_emit() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_strnid.c28 void ASN1_STRING_set_default_mask(unsigned long mask) in ASN1_STRING_set_default_mask() argument
50 unsigned long mask; in ASN1_STRING_set_default_mask_asc() local
85 unsigned long mask; ASN1_STRING_set_by_NID() local
187 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) ASN1_STRING_TABLE_add() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c228 c448_word_t mask = 0 - (a->limb[0] & 1); in ossl_curve448_scalar_halve() local
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c245 uv__statx(int dirfd, const char* path, int flags, unsigned int mask, struct uv__statx* statxbuf) uv__statx() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeFactorizer.java180 void recurse(DfaNode node, int mask) { in recurse() argument

Completed in 13 milliseconds

1...<<11121314151617181920>>...93