Home
last modified time | relevance | path

Searched refs:size_t (Results 9101 - 9125 of 19393) sorted by relevance

1...<<361362363364365366367368369370>>...776

/third_party/openssl/crypto/dh/
H A Ddh_key.c117 volatile size_t npad = 0, mask = 1; in DH_compute_key()
385 int ossl_dh_buf2key(DH *dh, const unsigned char *buf, size_t len) in ossl_dh_buf2key()
413 size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, in ossl_dh_key2buf()
431 if (size >= (size_t)p_size) in ossl_dh_key2buf()
/third_party/openssl/crypto/engine/
H A Deng_openssl.c221 const unsigned char *in, size_t inl) in test_rc4_cipher()
334 static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) in test_sha1_update()
523 static int ossl_int_update(EVP_MD_CTX *ctx, const void *data, size_t count) in ossl_int_update()
539 size_t *siglen, EVP_MD_CTX *mctx) in ossl_hmac_signctx()
553 *siglen = (size_t)hlen; in ossl_hmac_signctx()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp30 size_t size = 0u; in GetPlatformString()
207 size_t valueSize = 0u; in createInfo()
332 size_t defaultIndex = 0u; in createDevices()
333 for (size_t index = 0u; index < nativeDevices.size(); ++index) in createDevices()
352 for (size_t index = 0u; index < nativeDevices.size(); ++index) in createDevices()
H A DCLContextCL.cpp47 size_t valueSize = 0u; in getDevices()
110 size_t size, in createBuffer()
256 const size_t length = source.length(); in createProgramWithSource()
265 size_t length, in createProgramWithIL()
275 const size_t *lengths, in createProgramWithBinary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp36 size_t count, in discard()
44 size_t count, in invalidate()
52 size_t count, in invalidateSub()
83 size_t outputPitch, in readPixelsImpl()
400 size_t index, in getSamplePosition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp119 size_t LS = S1.size();
120 size_t RS = S2.size();
145 size_t BucketIdx = hashStringV1(Name) % IPHR_HASH;
155 for (size_t BucketIdx = 0; BucketIdx < IPHR_HASH + 1; ++BucketIdx) {
272 assert(Idx >= 0 && size_t(Idx) < Records.size());
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp171 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr, size_t offset);
179 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr, size_t offset)
221 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr, static_cast<size_t>(offset))); in allocate()
267 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr, static_cast<size_t>(offset))); in allocate()
489 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(size)); in zeroBuffer()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat.cc273 for (size_t i = 0; i < member.type->ArraySize(); ++i) { in AddSegmentsForType()
329 for (size_t k = 0; k < (4 - type->RowCount()); ++k) { in AddSegmentsForType()
353 for (size_t k = 0; k < (4 - type->RowCount()); ++k) { in AddSegmentsForType()
374 for (size_t i = 0; i < members.size(); ++i) { in GenerateName()
384 for (size_t i = 0; i < parts.size(); ++i) { in GenerateName()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_instruction.cpp94 ValidationState_t& _, const Instruction* inst, size_t which_operand, in OperandVersionExtensionCheck()
145 size_t which_operand, in CheckRequiredCapabilities()
252 for (size_t i = 0; i < inst->operands().size(); ++i) { in CapabilityCheck()
382 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in LimitCheckStruct()
410 size_t num_pairs = (inst->operands().size() - 2) / 2; in LimitCheckSwitch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h134 constexpr size_t kSharedMemBufferMaxBufSizeHint = 128 * 1024;
136 constexpr size_t kDefaultAttributeSize = 4 * sizeof(float);
141 constexpr size_t kInlineConstDataMaxSize = 4 * 1024;
142 constexpr size_t kDefaultUniformsMaxSize = 4 * 1024;
187 constexpr size_t kOcclusionQueryResultSize = sizeof(uint64_t);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp44 constexpr size_t kNumVertices = ArraySize(kTriangleData) / 5;
71 static constexpr size_t kSize = 1024;
74 void *getDestination(size_t offset) { return mMemory + offset; } in getDestination()
120 size_t destOffset = mOffset + mStride * i + mCTypeSize * j; in fillContainer()
159 size_t mCTypeSize;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp36 AllocationTrackerNULL::AllocationTrackerNULL(size_t maxTotalAllocationSize) in AllocationTrackerNULL()
46 bool AllocationTrackerNULL::updateMemoryAllocation(size_t oldSize, size_t newSize) in updateMemoryAllocation()
50 size_t sizeAfterRelease = mAllocatedBytes - oldSize; in updateMemoryAllocation()
51 size_t sizeAfterReallocate = sizeAfterRelease + newSize; in updateMemoryAllocation()
H A DContextNULL.h21 explicit AllocationTrackerNULL(size_t maxTotalAllocationSize);
26 bool updateMemoryAllocation(size_t oldSize, size_t newSize);
29 size_t mAllocatedBytes;
30 const size_t mMaxBytes;
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp249 size_t SkCompressedDataSize(SkImage::CompressionType type, SkISize dimensions, in SkCompressedDataSize()
250 SkTArray<size_t>* individualMipOffsets, bool mipMapped) { in SkCompressedDataSize()
258 size_t totalSize = 0; in SkCompressedDataSize()
312 size_t SkCompressedBlockSize(SkImage::CompressionType type) { in SkCompressedBlockSize()
330 size_t SkCompressedFormatDataSize(SkImage::CompressionType compressionType, in SkCompressedFormatDataSize()
/third_party/skia/samplecode/
H A DSampleSlides.cpp127 size_t i; in patheffect_slide()
224 for (size_t i = 0; i < SK_ARRAY_COUNT(gGradData); i++) { in gradient_slide()
226 for (size_t j = 0; j < SK_ARRAY_COUNT(gGradMakers); j++) { in gradient_slide()
366 for (size_t i = 0; i < SK_ARRAY_COUNT(fRecs); i++) { in mesh_slide()
424 for (size_t i = 0; i < SK_ARRAY_COUNT(gProc); i++) { in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp63 size_t ComputePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, const PixelStorageModes &storageModes);
73 ClientBuffer(int width, int height, sw::Format format, void* buffer, size_t plane) in ClientBuffer()
80 size_t getPlane() const;
93 size_t plane;
153 static size_t size(int width, int height, int depth, int border, int samples, GLint internalformat);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize()
112 static const size_t BytesPerComponent = 4u;
115 static size_t getBlockRegister(const BlockMemberInfo &info);
116 static size_t getBlockRegisterElement(const BlockMemberInfo &info);
119 size_t mCurrentOffset;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h182 size_t getInfoLogLength() const;
189 size_t getActiveAttributeCount() const;
193 size_t getActiveUniformCount() const;
198 size_t getActiveUniformBlockCount() const;
294 size_t totalLinkedVaryingsComponents;
/third_party/openssl/crypto/store/
H A Dstore_result.c68 size_t octet_data_size;
70 size_t ref_size;
267 size_t pdatalen = data->octet_data_size; in try_key_value()
338 size_t plen = 0; in try_key_value_legacy()
547 size_t tpass_len; in try_pkcs12()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp98 const size_t start_index = position->index; in getWord()
299 const size_t length = strlen(value); in binaryEncodeString()
300 const size_t wordCount = (length / 4) + 1; in binaryEncodeString()
301 const size_t oldWordCount = pInst->words.size(); in binaryEncodeString()
302 const size_t newWordCount = oldWordCount + wordCount; in binaryEncodeString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp98 const size_t start_index = position->index; in getWord()
299 const size_t length = strlen(value); in binaryEncodeString()
300 const size_t wordCount = (length / 4) + 1; in binaryEncodeString()
301 const size_t oldWordCount = pInst->words.size(); in binaryEncodeString()
302 const size_t newWordCount = oldWordCount + wordCount; in binaryEncodeString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_instruction.cpp94 ValidationState_t& _, const Instruction* inst, size_t which_operand, in OperandVersionExtensionCheck()
145 size_t which_operand, in CheckRequiredCapabilities()
252 for (size_t i = 0; i < inst->operands().size(); ++i) { in CapabilityCheck()
382 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in LimitCheckStruct()
410 size_t num_pairs = (inst->operands().size() - 2) / 2; in LimitCheckSwitch()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dbuffer_dec.c130 buf->y_size = (size_t)size; in AllocateBuffer()
133 buf->u_size = (size_t)uv_size; in AllocateBuffer()
136 buf->v_size = (size_t)uv_size; in AllocateBuffer()
140 buf->a_size = (size_t)a_size; in AllocateBuffer()
146 buf->size = (size_t)size; in AllocateBuffer()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx9.cpp322 ImU32* dst_start = (ImU32*)ImGui::MemAlloc((size_t)width * height * bytes_per_pixel); in ImGui_ImplDX9_CreateFontsTexture()
323 for (ImU32* src = (ImU32*)pixels, *dst = dst_start, *dst_end = dst_start + (size_t)width * height; dst < dst_end; src++, dst++) in ImGui_ImplDX9_CreateFontsTexture()
337 memcpy((unsigned char*)tex_locked_rect.pBits + (size_t)tex_locked_rect.Pitch * y, pixels + (size_t)width * bytes_per_pixel * y, (size_t)width * bytes_per_pixel); in ImGui_ImplDX9_CreateFontsTexture()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp262 for (size_t i = 0; i < parameters.size(); i++) { in find_existing_declaration()
288 for (size_t i = 0; i < parameters.size(); i++) { in find_existing_declaration()
392 for (size_t i = 0; i < parameters.size(); i++) { in matches()
408 for (size_t i = 0; i < arguments.size(); i++) { in determineFinalTypes()
419 for (size_t j = 0; j < types.size(); j++) { in determineFinalTypes()

Completed in 27 milliseconds

1...<<361362363364365366367368369370>>...776