Home
last modified time | relevance | path

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

12345678910>>...90

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h50 uint32_t mask = (1 << 28) - 1; in gf_weak_reduce() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h48 uint64_t mask = (1ULL << 56) - 1; in gf_weak_reduce() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_shift.c178 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1291.hpp13 unsigned mask; member
/third_party/python/Include/cpython/
H A Dsetobject.h46 Py_ssize_t mask; member
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/
H A Daction_sheet_model_ng.cpp44 auto mask = overlayManager->ShowDialog(Maskarg, nullptr, false); in ShowActionSheet() local

Completed in 6 milliseconds

12345678910>>...90