Home
last modified time | relevance | path

Searched defs:mask (Results 126 - 150 of 2080) sorted by relevance

12345678910>>...84

/third_party/openssl/crypto/
H A Dctype.c252 int ossl_ctype_check(int c, unsigned int mask) in ossl_ctype_check() argument
/third_party/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...]
H A Df_impl.h48 uint64_t mask = (1ULL << 56) - 1; in gf_weak_reduce() local
/third_party/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...]
H A Df_impl.h50 uint32_t mask = (1 << 28) - 1; in gf_weak_reduce() local
/third_party/openssl/crypto/bn/
H A Dbn_shift.c178 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
/third_party/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/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleSampleMaskiTests.cpp157 glw::GLint mask = valid_masks[n_mask]; in iterate() local
/third_party/skia/src/core/
H A DSkColorSpaceXformSteps.h27 uint32_t mask() const { in mask() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h146 INDEX_TYPE mask(INDEX_TYPE n) const { return static_cast<INDEX_TYPE>(n & (CAPACITY - 1)); } in mask() function in LockFreeQueue
/third_party/skia/tests/
H A DBlitMaskClip.cpp53 SkMask mask; in DEF_TEST() local
H A DCullTestTest.cpp45 int mask = rand.nextU(); in DEF_TEST() local
/third_party/skia/third_party/externals/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/optimized-routines/networking/
H A Dchksum.c23 uint32_t mask = ~0U << (CHAR_BIT * off); in slurp_head32() local
/third_party/toybox/toys/other/
H A Dinotifyd.c54 int i, mask = 0; in inotifyd_main() local
H A Dtaskset.c48 unsigned long *mask = (unsigned long *)toybuf; in do_taskset() local
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGMaskEffect.h28 static sk_sp<MaskEffect> Make(sk_sp<RenderNode> child, sk_sp<RenderNode> mask, in Make() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.cpp87 unsigned int mask = 1u << index; in GLbitfieldToString() local
/third_party/ffmpeg/libavcodec/
H A Dlossless_videodsp.c83 static int add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc){ in add_left_pred_int16_c() argument
/third_party/eudev/src/udev/
H A Dudevadm-test.c54 sigset_t mask, sigmask_orig; in adm_test() local
/third_party/ffmpeg/libavutil/tests/
H A Dchannel_layout.c78 uint64_t mask; in main() local
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_access_reg.c98 unsigned long nat_bits, mask; in _UPT_access_reg() local
/third_party/libunwind/libunwind/tests/
H A DGtest-resume-sig.c77 sigset_t mask; in handler() local
/third_party/libdrm/intel/
H A Dmm.c167 const int mask = (1 << align2) - 1; in mmAllocMem() local

Completed in 8 milliseconds

12345678910>>...84