Home
last modified time | relevance | path

Searched refs:size_t (Results 10726 - 10750 of 20717) sorted by relevance

1...<<421422423424425426427428429430>>...829

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp47 size_t NewSize = TypeRecordBytes + Record.size(); in addTypeRecord()
48 constexpr size_t EightKB = 8 * 1024; in addTypeRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp50 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate()
86 size_t TotalSize = 0; in allocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp116 size_t i = 0; in notifyObjectLoaded()
117 size_t num_entries = Lines.size(); in notifyObjectLoaded()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp33 size_t operator()(const uint32_t* element) const { in operator ()()
34 return static_cast<size_t>(*element); in operator ()()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_validation_state_test.cpp128 EXPECT_EQ(size_t(4), vstate_->ordered_instructions().size()); in TEST_F()
182 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp238 size_t fps; in parseOutput()
261 size_t score; in parseOutput()
/third_party/skia/src/core/
H A DSkMiniRecorder.cpp25 size_t approximateBytesUsed() const override { return sizeof(*this); }
58 size_t approximateBytesUsed() const override { return sizeof(*this); }
H A DSkTextBlobPriv.h136 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
157 static size_t PosCount(uint32_t glyphCount,
H A DSkRTree.cpp166 size_t SkRTree::bytesUsed() const { in bytesUsed()
167 size_t byteCount = sizeof(SkRTree); in bytesUsed()
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp108 size_t maxResourceBytes = direct->getResourceCacheLimit(); in characterize()
168 size_t maxResourceBytes = dContext->getResourceCacheLimit(); in isCompatible()
/third_party/skia/src/image/
H A DSkImage_Base.h47 size_t dstRowBytes,
150 virtual size_t onTextureSize() const { return 0; } in onTextureSize()
/third_party/skia/src/c/
H A Dsk_effects.cpp30 for (size_t i = 0; i < SK_ARRAY_COUNT(gTileModeMap); ++i) { in from_c_tilemode()
161 for (size_t i = 0; i < SK_ARRAY_COUNT(gBlurStylePairs); ++i) { in find_blurstyle()
/third_party/skia/src/gpu/
H A DGrBackendUtils.cpp109 size_t GrBackendFormatBytesPerBlock(const GrBackendFormat& format) { in GrBackendFormatBytesPerBlock()
162 size_t GrBackendFormatBytesPerPixel(const GrBackendFormat& format) { in GrBackendFormatBytesPerPixel()
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h85 void apply(void* vertices, int vertexCount, size_t stride, size_t uvOffset) const { in apply()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h38 size_t UniformTypeSize(GLenum type);
62 size_t GetTypeSize(GLenum type);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebug.hpp40 const size_t inst_word_count,
42 const size_t word_count,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.hpp93 static size_t ComputeRequiredAllocationSize(const VkImageViewCreateInfo *pCreateInfo);
136 size_t getSizeInBytes() const { return image->getSizeInBytes(subresourceRange); } in getSizeInBytes()
/third_party/openssl/crypto/
H A Dsparse_array.c54 size_t nelem;
151 size_t ossl_sa_num(const OPENSSL_SA *sa) in ossl_sa_num()
/third_party/openssl/ssl/
H A Dssl_txt.c34 size_t i; in SSL_SESSION_print()
169 size_t i; in SSL_SESSION_print_keylog()
/third_party/openssl/crypto/x509/
H A Dx509_local.h36 size_t emaillen;
38 size_t iplen; /* Length of IP address */
/third_party/openssl/demos/cipher/
H A Dariacbc.c61 size_t cbc_ivlen = sizeof(cbc_iv); in aria_cbc_encrypt()
119 size_t cbc_ivlen = sizeof(cbc_iv); in aria_cbc_decrypt()
H A Daesgcm.c76 size_t gcm_ivlen = sizeof(gcm_iv); in aes_gcm_encrypt()
153 size_t gcm_ivlen = sizeof(gcm_iv); in aes_gcm_decrypt()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c20 const unsigned char *key, size_t keylen) in cipher_hw_aes_initkey()
133 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_##mode(size_t keybits) \
/third_party/openssl/include/openssl/
H A Dtrace.h103 typedef size_t (*OSSL_trace_cb)(const char *buffer, size_t count,
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h180 *bytes, size_t len);
192 *criterion, size_t *length);

Completed in 17 milliseconds

1...<<421422423424425426427428429430>>...829