/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_txt.c | 34 size_t i; in SSL_SESSION_print() 169 size_t i; in SSL_SESSION_print_keylog()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparse_array.c | 54 size_t nelem; 151 size_t ossl_sa_num(const OPENSSL_SA *sa) in ossl_sa_num()
|
H A D | LPdir_vms.c | 73 size_t l; in LP_find_file() 96 size_t filespeclen = strlen(directory); in LP_find_file()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_local.h | 36 size_t emaillen; 38 size_t iplen; /* Length of IP address */
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | cmp.c | 158 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 167 OPENSSL_assert((size_t)BIO_write(in, buf, len) == len); in FuzzerTestOneInput()
|
H A D | x509.c | 33 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() 36 size_t orig_len = len; in FuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_params_validate.c | 56 size_t L, N; in ossl_ffc_params_FIPS186_4_validate() 74 size_t L, N; in ossl_ffc_params_FIPS186_2_validate()
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 228 size_t len, in uv__fs_copy_file_range() 258 ssize_t uv__getrandom(void* buf, size_t buflen, unsigned flags) { in uv__getrandom()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | x86_64.rs | 151 pub const SIGSTKSZ: ::size_t = 8192; 152 pub const MINSIGSTKSZ: ::size_t = 2048;
|
/third_party/openssl/crypto/ |
H A D | LPdir_vms.c | 73 size_t l; in LP_find_file() 96 size_t filespeclen = strlen(directory); in LP_find_file()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_params_validate.c | 56 size_t L, N; in ossl_ffc_params_FIPS186_4_validate() 74 size_t L, N; in ossl_ffc_params_FIPS186_2_validate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCaseUtil.cpp | 36 size_t m_idx; 37 size_t m_len;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() 112 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() 112 std::size_t calcOutputVertices (const vk::VkPrimitiveTopology& inputType);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ImageIndexIterator_unittest.cpp | 106 ASSERT_EQ(ArraySize(layerCounts), static_cast<size_t>(maxMip)); in TEST() 132 ASSERT_EQ(ArraySize(layerCounts), static_cast<size_t>(maxMip)); in TEST()
|
H A D | Context.inl.h | 52 for (size_t index : context->getStateCache().getActiveShaderStorageBufferIndices()) in MarkShaderStorageUsage() 61 for (size_t index : context->getStateCache().getActiveImageUnitIndices()) in MarkShaderStorageUsage()
|
/third_party/skia/third_party/externals/angle2/samples/multiple_draw_buffers/ |
H A D | MultipleDrawBuffers.cpp | 88 for (size_t i = 0; i < mFramebufferAttachmentCount; i++) 211 static const size_t mFramebufferAttachmentCount = 4;
|
/third_party/skia/third_party/externals/angle2/samples/particle_system/ |
H A D | ParticleSystem.cpp | 92 for (size_t i = 0; i < mParticleCount; i++) 218 static const size_t mParticleCount = 1024;
|
/third_party/skia/third_party/externals/angle2/samples/multi_window/ |
H A D | MultiWindow.cpp | 56 const size_t numWindows = 5; 57 for (size_t i = 1; i < numWindows; i++)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | StateManager9.h | 66 void setRenderTargetBounds(size_t width, size_t height);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateTypeSizeLimitations.cpp | 25 constexpr size_t kMaxTypeSizeInBytes = static_cast<size_t>(2) * 1024 * 1024 * 1024;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteDfdy.cpp | 171 size_t objectSize = node->getType().getObjectSize(); in visitAggregateWithRotation() 197 size_t objectSize = node->getType().getObjectSize(); in visitAggregateWithoutRotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | OcamlGCPrinter.cpp | 56 size_t Letter = SymName.size(); in EmitCamlGlobal() 158 size_t LiveCount = FI.live_size(J); in finishAssembly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | Range.cpp | 61 size_t Size = AR.size(); in operator <<() 62 for (size_t I = 0; I < Size; ++I) { in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.cpp | 53 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName() 138 size_t BitmapSizeInBits = alignTo(IPHR_HASH + 1, 32); in readGSIHashBuckets()
|