Home
last modified time | relevance | path

Searched defs:base (Results 1251 - 1275 of 2452) sorted by relevance

1...<<51525354555657585960>>...99

/third_party/openssl/crypto/
H A Dinit.c53 static CRYPTO_ONCE base = CRYPTO_ONCE_STATIC_INIT; variable
/third_party/openssl/crypto/ec/
H A Dec_mult.c833 EC_POINT *tmp_point = NULL, *base = NULL, **var; in ossl_ec_wNAF_precompute_mult() local
[all...]
/third_party/openssl/crypto/encode_decode/
H A Dencoder_local.h32 struct ossl_endecode_base_st base; member
46 struct ossl_endecode_base_st base; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp78 int intPow (int base, int exp) in intPow() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp51 size_t base = reinterpret_cast<size_t>(allocationBasePtr); in AlignedHeaderSize() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h34 namespace base namespace
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dsafe_conversions_impl.h23 namespace base namespace
H A Dchecked_math_impl.h22 namespace base namespace
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat.cc227 uint32_t base = CalcStructBaseAlignmentInBytes(t->AsStruct()); in CalcTypeBaseAlignmentInBytes() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp768 Instruction* base = context->get_def_use_mgr()->GetDef(20); in TEST_F() local
797 Instruction* base = context->get_def_use_mgr()->GetDef(2); in TEST_F() local
832 Instruction* base = context->get_def_use_mgr()->GetDef(13); in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
H A Dffx_spd.h370 AF4 SpdReduceLoad4(AU2 base) in SpdReduceLoad4() argument
388 AF4 SpdReduceLoadSourceImage4(AU2 base) in SpdReduceLoadSourceImage4() argument
807 SpdReduceLoad4H(AU2 base) SpdReduceLoad4H() argument
825 SpdReduceLoadSourceImage4H(AU2 base) SpdReduceLoadSourceImage4H() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c40 PROV_CIPHER_CTX base; member
/third_party/openssl/ohos_lite/crypto/
H A Dcryptlib.c68 unsigned int digit, base = 10; in ossl_strtouint64() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DOffsetRecordTable.java21 protected OffsetRecordTable(ReadableFontData data, int base, boolean dataIsCanonical) { in OffsetRecordTable() argument
98 private final int base; field in OffsetRecordTable.Builder
115 protected Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
228 readTable(ReadableFontData data, int base, boolean dataIsCanonical) readTable() argument
247 initFromData(ReadableFontData data, int base) initFromData() argument
[all...]
H A DTagOffsetsTable.java21 protected TagOffsetsTable(ReadableFontData data, int base, boolean dataIsCanonical) { in TagOffsetsTable() argument
91 private final int base; field in TagOffsetsTable.Builder
105 protected Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument
156 readTable(ReadableFontData data, int base, boolean dataIsCanonical) readTable() argument
173 initFromData(ReadableFontData data, int base) initFromData() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_test.cpp768 Instruction* base = context->get_def_use_mgr()->GetDef(20); in TEST_F() local
797 Instruction* base = context->get_def_use_mgr()->GetDef(2); in TEST_F() local
832 Instruction* base = context->get_def_use_mgr()->GetDef(13); in TEST_F() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A DmakesRGB.c213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main() local
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dtiffdec.c96 static int MyMapFile(thandle_t opaque, void** base, toff_t* size) { in MyMapFile() argument
102 static void MyUnmapFile(thandle_t opaque, void* base, toff_t size) { in MyUnmapFile() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.h298 const CollationTailoring *base; member in CollationBuilder
H A Dcollationdatareader.cpp47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() argument
H A Ddouble-conversion-string-to-double.cpp211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument
H A Dvzone.cpp163 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition() argument
168 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition() argument
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp180 unsigned long base = uprv_strtoul(t + 7, &end, 16); in setTransform() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.h105 UCMTable *base, *ext; member
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp108 optimize_constructor_swizzle(const Context& context, const AnyConstructor& base, ComponentArray components) optimize_constructor_swizzle() argument
236 Convert(const Context& context, std::unique_ptr<Expression> base, skstd::string_view maskString) Convert() argument
274 Convert(const Context& context, std::unique_ptr<Expression> base, ComponentArray inComponents) Convert() argument
477 Swizzle& base = expr->as<Swizzle>(); Make() local
[all...]

Completed in 23 milliseconds

1...<<51525354555657585960>>...99