Home
last modified time | relevance | path

Searched defs:mask (Results 401 - 425 of 2059) sorted by relevance

1...<<11121314151617181920>>...83

/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/openssl/openssl/crypto/bn/
H A Dbn_blind.c183 BN_ULONG mask; in BN_BLINDING_invert_ex() 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
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeWriter.java236 private void appendRegex(StringBuilder out, int mask) { in appendRegex() argument
[all...]
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp313 private: int mask; member in qrcodegen::final
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_neon_inc.h109 sljit_u8 mask = ic.c.c2; in FF_FUN() local
/third_party/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
185 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) ASN1_STRING_TABLE_add() argument
[all...]
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c141 u64 mask; in poly1305_emit() local
/third_party/openssl/crypto/bn/
H A Dbn_mod.c53 BN_ULONG carry, temp, mask, *rp, *tp = storage; in bn_mod_add_fixed_top() local
136 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/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/openssl/crypto/
H A Dcpuid.c112 IA32CAP mask = vec; in OPENSSL_cpuid_setup() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp165 glw::GLboolean mask[] = { GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE }; in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp191 auto mask = BufferTypeMask(param.type); in drawBenchmark() local
/third_party/skia/src/effects/
H A DSkEmbossMask.cpp48 void SkEmbossMask::Emboss(SkMask* mask, const SkEmbossMaskFilter::Light& light) { in Emboss() argument
/third_party/skia/src/core/
H A DSkArenaAlloc.cpp86 uint32_t mask = allocationSize > (1 << 15) ? (1 << 12) - 1 : 16 - 1; in ensureSpace() local
102 uintptr_t mask = alignment - 1; in allocObjectWithFooter() local
H A DSkCpu.h58 inline bool SkCpu::Supports(uint32_t mask) { in Supports() argument
H A DSkMaskCache.cpp75 FindAndRef(SkScalar sigma, SkBlurStyle style, const SkRRect& rrect, SkMask* mask, SkResourceCache* localCache) FindAndRef() argument
88 Add(SkScalar sigma, SkBlurStyle style, const SkRRect& rrect, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument
166 FindAndRef(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, SkMask* mask, SkResourceCache* localCache) FindAndRef() argument
180 Add(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument
[all...]
/third_party/skia/src/opts/
H A DSkBlitMask_opts.h50 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; in D32_A8_Opaque_Color_neon() local
126 const uint8_t* SK_RESTRICT mask in blit_mask_d32_a8_black() local
108 blit_mask_d32_a8_general(SkPMColor* dst, size_t dstRB, const SkAlpha* mask, size_t maskRB, SkColor color, int w, int h) blit_mask_d32_a8_general() argument
115 blit_mask_d32_a8_opaque(SkPMColor* dst, size_t dstRB, const SkAlpha* mask, size_t maskRB, SkColor color, int w, int h) blit_mask_d32_a8_opaque() argument
217 blit_mask_d32_a8(SkPMColor* dst, size_t dstRB, const SkAlpha* mask, size_t maskRB, SkColor color, int w, int h) blit_mask_d32_a8() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.hpp316 inline T SIMD::Pointer::Load(OutOfBoundsBehavior robustness, Int mask, bool atomic /* = false */, std::memory_order order /* = std::memory_order_relaxed */, int alignment /* = sizeof(float) */) in Load() argument
422 Store(T val, OutOfBoundsBehavior robustness, Int mask, bool atomic , std::memory_order order ) Store() argument
469 rr::Scatter(rr::Pointer<EL>(base), val, offs, mask, alignment); Store() local
[all...]
H A DSpirvShaderGroup.cpp41 auto mask = As<SIMD::UInt>(state->activeLaneMask()); // Considers helper invocations active. See b/151137030 in BinaryOperation() local
150 auto mask = CmpEQ(id, SIMD::Int(0, 1, 2, 3)); in EmitGroupNonUniform() local
169 auto mask = CmpEQ(filled, SIMD::UInt(0, 1, 2, 3)); in EmitGroupNonUniform() local
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...83