/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 302 : v[static_cast<size_t>(i)]; in GetElementOr() 327 std::swap((*v)[static_cast<size_t>(selected)], in ShuffleRange() 328 (*v)[static_cast<size_t>(last_in_range)]); in ShuffleRange() 594 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(i)]; in GetTestSuite() 606 return index < 0 ? nullptr : test_suites_[static_cast<size_t>(index)]; in GetMutableSuiteCase() 1091 const auto len = static_cast<size_t>(message.length());
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 58 size_t pbits; 59 size_t qbits; 61 size_t seedlen; 89 size_t i; in dsa_gen_type_name2id() 447 size_t seedlen) in dsa_set_gen_seed() 637 static void *dsa_load(const void *reference, size_t reference_sz) in dsa_load()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 76 unsigned char *buf, size_t len); 89 const unsigned char *in, size_t inl); 265 size_t len) in afalg_fin_cipher_aio() 293 cb->aio_buf = (size_t)buf; in afalg_fin_cipher_aio() 464 size_t inl, const unsigned char *iv, in afalg_start_cipher_sk() 625 const unsigned char *in, size_t inl) in afalg_do_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | signature.c | 631 unsigned char *sig, size_t *siglen, in EVP_PKEY_sign() 632 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_sign() 675 const unsigned char *sig, size_t siglen, in EVP_PKEY_verify() 676 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_verify() 718 unsigned char *rout, size_t *routlen, in EVP_PKEY_verify_recover() 719 const unsigned char *sig, size_t siglen) in EVP_PKEY_verify_recover()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_meth.c | 166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store() 193 size_t l = 0; in put_encoder_in_store() 204 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_encoder_in_store() 665 size_t i; in OSSL_ENCODER_CTX_set_params() 666 size_t l; in OSSL_ENCODER_CTX_set_params()
|
/third_party/node/deps/uv/src/unix/ |
H A D | sunos.c | 381 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() 617 int uv_resident_set_memory(size_t* rss) { in uv_resident_set_memory() 629 *rss = (size_t)psinfo.pr_rssize * 1024; in uv_resident_set_memory() 769 size_t i; in uv__set_phys_addr() 893 size_t strnlen(const char* s, size_t maxlen) { in strnlen()
|
/third_party/openssl/crypto/evp/ |
H A D | signature.c | 631 unsigned char *sig, size_t *siglen, in EVP_PKEY_sign() 632 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_sign() 675 const unsigned char *sig, size_t siglen, in EVP_PKEY_verify() 676 const unsigned char *tbs, size_t tbslen) in EVP_PKEY_verify() 718 unsigned char *rout, size_t *routlen, in EVP_PKEY_verify_recover() 719 const unsigned char *sig, size_t siglen) in EVP_PKEY_verify_recover()
|
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_meth.c | 166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_encoder_from_store() 193 size_t l = 0; in put_encoder_in_store() 204 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_encoder_in_store() 665 size_t i; in OSSL_ENCODER_CTX_set_params() 666 size_t l; in OSSL_ENCODER_CTX_set_params()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsShuffleTests.cpp | 117 const size_t resultSize = stageCount + (fragment ? 1 : 0); in getPerStageHeadDeclarations() 168 for (size_t i = 0; i < result.size(); ++i) in getFramebufferPerStageHeadDeclarations() 548 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() 582 for (size_t groupSizeNdx = 0; groupSizeNdx < DE_LENGTH_OF_ARRAY(boolValues); ++groupSizeNdx) in createSubgroupsShuffleTests() 602 for (size_t groupSizeNdx = 0; groupSizeNdx < DE_LENGTH_OF_ARRAY(boolValues); ++groupSizeNdx) in createSubgroupsShuffleTests() 651 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 61 size_t S = B.size(); in append() 74 size_t Pos = B.size(); in writeStringTable() 75 size_t Offset = B.size(); in writeStringTable() 111 size_t Pos = S.find(From); in replace() 466 size_t ImpSize = ImportName.size() + Sym.size() + 2; // +2 for NULs in createShortImport() 467 size_t Size = sizeof(coff_import_header) + ImpSize; in createShortImport()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_type.cpp | 310 const size_t elem_type_index = 1; in ContainsOpaqueType() 325 for (size_t member_type_index = 1; in ContainsOpaqueType() 340 for (size_t member_type_index = 1; in ValidateTypeStruct() 385 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in ValidateTypeStruct() 482 size_t num_args = 0; in ValidateTypeFunction() 483 for (size_t param_type_index = 2; param_type_index < inst->operands().size(); in ValidateTypeFunction()
|
/third_party/skia/src/core/ |
H A D | SkBlurMask.cpp | 227 size_t dstSize = dst->computeImageSize(); in BoxBlur() 432 size_t dstSize = dst->computeImageSize(); in BlurRect() 461 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() 549 size_t dstSize = dst->computeImageSize(); in BlurGroundTruth() 638 size_t srcSize = src.computeImageSize(); in BlurGroundTruth()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 58 size_t pbits; 59 size_t qbits; 61 size_t seedlen; 89 size_t i; in dsa_gen_type_name2id() 444 size_t seedlen) in dsa_set_gen_seed() 634 static void *dsa_load(const void *reference, size_t reference_sz) in dsa_load()
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 76 unsigned char *buf, size_t len); 89 const unsigned char *in, size_t inl); 265 size_t len) in afalg_fin_cipher_aio() 293 cb->aio_buf = (size_t)buf; in afalg_fin_cipher_aio() 464 size_t inl, const unsigned char *iv, in afalg_start_cipher_sk() 625 const unsigned char *in, size_t inl) in afalg_do_cipher()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 310 const size_t elem_type_index = 1; in ContainsOpaqueType() 325 for (size_t member_type_index = 1; in ContainsOpaqueType() 340 for (size_t member_type_index = 1; in ValidateTypeStruct() 385 for (size_t word_i = 2; word_i < inst->words().size(); ++word_i) { in ValidateTypeStruct() 482 size_t num_args = 0; in ValidateTypeFunction() 483 for (size_t param_type_index = 2; param_type_index < inst->operands().size(); in ValidateTypeFunction()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant1.c | 537 jzero_far((void *)output_buf[row], (size_t)(width * sizeof(JSAMPLE))); in quantize_ord_dither() 639 jzero_far((void *)output_buf[row], (size_t)(width * sizeof(JSAMPLE))); in quantize_fs_dither() 725 size_t arraysize; in alloc_fs_workspace() 728 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in alloc_fs_workspace() 744 size_t arraysize; in start_pass_1_quant() 782 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in start_pass_1_quant()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 124 SkSMallocWCHAR wString(static_cast<size_t>(stringLen)+1); 133 SkSMallocWCHAR wLocale(static_cast<size_t>(localeLen)+1); 277 size_t DWriteFontTypeface::onGetTableData(SkFontTableTag tag, size_t offset, in onGetTableData() 278 size_t length, void* data) const in onGetTableData() 288 size_t size = std::min(length, table.fSize - offset); in onGetTableData()
|
/third_party/skia/tests/ |
H A D | TextBlobTest.cpp | 160 const size_t txtLen = strlen(txt); in TestBounds() 378 const size_t idx = array->size(); in SerializeTypeface() 384 static sk_sp<SkTypeface> DeserializeTypeface(const void* data, size_t length, void* ctx) { in DeserializeTypeface() 386 if (length != sizeof(size_t)) { in DeserializeTypeface() 390 size_t idx = *reinterpret_cast<const size_t*>(data); in DeserializeTypeface()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtp-gstreamer.c | 69 size_t mtu; 84 static bool init_send_pipeline(pa_rtp_context *c, int fd, uint8_t payload, size_t mtu, const pa_sample_spec *ss, bool enable_opus) { in init_send_pipeline() 205 pa_rtp_context* pa_rtp_context_new_send(int fd, uint8_t payload, size_t mtu, const pa_sample_spec *ss, bool enable_opus) { in pa_rtp_context_new_send() 269 size_t n = 0; in pa_rtp_send() 300 size_t k = n + chunk.length > c->mtu ? c->mtu - n : chunk.length; in pa_rtp_send() 749 size_t pa_rtp_context_get_frame_size(pa_rtp_context *c) { in pa_rtp_context_get_frame_size()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 67 inline std::size_t operator()(const DependencyEdge& d) const { in operator ()() 583 size_t dep_idx; // The dependency index in `global->deps` in TraverseDependencies() 710 constexpr size_t kLoopNotStarted = ~0u; in CyclicDependencyFound() 711 size_t loop_start = kLoopNotStarted; in CyclicDependencyFound() 712 for (size_t i = 0; i < stack.size(); i++) { in CyclicDependencyFound() 723 for (size_t i = loop_start; i < stack.size(); i++) { in CyclicDependencyFound()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 73 size_t size; /* requested size of allocation */ 80 size_t total, highwater; /* total allocations, and largest total */ 81 size_t limit; /* memory allocation limit, or 0 if no limit */ 91 size_t len = count * (size_t)size; in mem_alloc() 191 local void mem_limit(z_stream *strm, size_t limit) in mem_limit()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-source-new.c | 68 static void stream_read_cb(pa_stream *s, size_t length, void *userdata); 168 static void stream_read_cb(pa_stream *s, size_t length, void *userdata) { in stream_read_cb() 176 size_t readable = 0; in read_new_samples() 189 size_t nbytes = 0; in read_new_samples() 205 size_t bytes_to_generate = nbytes; in read_new_samples() 436 size_t nbytes; in source_update_requested_latency_cb()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field.cc | 57 size_t MapFieldBase::SpaceUsedExcludingSelfLong() const { in SpaceUsedExcludingSelfLong() 59 size_t size = SpaceUsedExcludingSelfNoLock(); in SpaceUsedExcludingSelfLong() 64 size_t MapFieldBase::SpaceUsedExcludingSelfNoLock() const { in SpaceUsedExcludingSelfNoLock() 530 size_t DynamicMapField::SpaceUsedExcludingSelfNoLock() const { in SpaceUsedExcludingSelfNoLock() 531 size_t size = 0; in SpaceUsedExcludingSelfNoLock() 536 size_t map_size = map_.size(); in SpaceUsedExcludingSelfNoLock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span.h | 182 using size_type = size_t; 192 template <size_t N> 661 constexpr Span<T> MakeSpan(T* ptr, size_t size) noexcept { 676 template <int&... ExplicitArgumentBarrier, typename T, size_t N> 706 constexpr Span<const T> MakeConstSpan(T* ptr, size_t size) noexcept { 720 template <int&... ExplicitArgumentBarrier, typename T, size_t N>
|
/third_party/skia/include/private/ |
H A D | SkTArray.h | 370 size_t size() const { return (size_t)fCount; } in size() 371 void resize(size_t count) { this->resize_back((int)count); } in resize() 470 fItemArray = (T*)sk_malloc_throw((size_t)fAllocCount, sizeof(T)); in init() 520 new (static_cast<char*>(dst) + sizeof(T) * (size_t)i) T(std::move(fItemArray[i])); in move() 569 T* newItemArray = (T*)sk_malloc_throw((size_t)fAllocCount, sizeof(T)); in checkRealloc()
|