Home
last modified time | relevance | path

Searched refs:size_t (Results 20601 - 20625 of 28534) sorted by relevance

1...<<821822823824825826827828829830>>...1142

/third_party/node/deps/uv/src/unix/
H A Dudp.c193 size_t chunks; in uv__udp_recvmmsg()
195 size_t k; in uv__udp_recvmmsg()
225 for (k = 0; k < (size_t) nread && handle->recv_cb != NULL; k++) { in uv__udp_recvmmsg()
321 size_t pkts; in uv__udp_sendmmsg()
322 size_t i; in uv__udp_sendmmsg()
380 * to size_t safe. in uv__udp_sendmmsg()
383 i < (size_t)npkts && q != &handle->write_queue; in uv__udp_sendmmsg()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs699 pub const PTHREAD_STACK_MIN: ::size_t = 0;
963 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r()
982 buflen: ::size_t, in getpwuid_r()
989 pub fn memalign(align: ::size_t, nbytes: ::size_t) -> *mut ::c_void; in memalign()
1003 len: ::size_t, in recvfrom()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
H A Dmod.rs166 pub shm_segsz: ::size_t,
192 pub ss_size: ::size_t
475 pub const SIGSTKSZ: ::size_t = 0x4000;
476 pub const MINSIGSTKSZ: ::size_t = 4096;
965 oldlenp: *mut ::size_t, in sysctl()
967 newlen: ::size_t, in sysctl()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs67 pub ss_size: ::size_t
131 pub shm_segsz: ::size_t,
341 pub const SIGSTKSZ: ::size_t = 0x2000;
342 pub const MINSIGSTKSZ: ::size_t = 2048;
953 oldlenp: *mut ::size_t, in sysctl()
955 newlen: ::size_t, in sysctl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp437 for (std::size_t i = 0; i < cells.size(); ++i) in generateReferenceImage()
627 std::size_t total = colors.size() * 6; in generateVertices()
632 for (std::size_t i = 0; i < total; ++i) in generateVertices()
695 deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(vertexBufferSize)); in Renderer()
961 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexFragmentShader()
1022 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp145 size_t getDataSize () const in getDataSize()
159 size_t m_dataSize;
898 for (size_t stateIdx = 0; stateIdx < m_params.states.size(); ++stateIdx) in iterateTransfer()
932 for (size_t valueIdx = 0; valueIdx < srcValues.size(); ++valueIdx) in iterateTransfer()
1042 for (size_t stateIdx = 0; stateIdx < m_params.states.size(); ++stateIdx) in iterateCompute()
1084 for (size_t idx = 0u; idx < bufferData.size(); ++idx) in iterateCompute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp272 checkString(const char *string, size_t size) in checkString()
274 size_t i = 0; in checkString()
521 for (size_t i = 0; i < irs[irNdx].dataSize; i++) in verifyInternalRepresentations()
544 size_t maxMatchingChunkSize = 0; in verifyInternalRepresentations()
545 size_t matchingChunkSize = 0; in verifyInternalRepresentations()
546 for (size_t i = 0; i < irs[irNdx].dataSize; i++) in verifyInternalRepresentations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp105 Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef);
149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer()
256 virtual size_t bufferSize() = 0;
293 virtual size_t bufferSize() in bufferSize()
401 virtual size_t bufferSize() in bufferSize()
1001 for (size_t i = 0; i < NUM_ELEMENTS; i++) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp437 for (std::size_t i = 0; i < cells.size(); ++i) in generateReferenceImage()
623 std::size_t total = colors.size() * 6; in generateVertices()
628 for (std::size_t i = 0; i < total; ++i) in generateVertices()
691 deMemcpy(m_vertexBuffer->getBoundMemory().getHostPtr(), &m_vertices[0], static_cast<std::size_t>(vertexBufferSize)); in Renderer()
957 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexFragmentShader()
1018 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp143 size_t getDataSize () const in getDataSize()
157 size_t m_dataSize;
883 for (size_t stateIdx = 0; stateIdx < m_params.states.size(); ++stateIdx) in iterateTransfer()
917 for (size_t valueIdx = 0; valueIdx < srcValues.size(); ++valueIdx) in iterateTransfer()
1027 for (size_t stateIdx = 0; stateIdx < m_params.states.size(); ++stateIdx) in iterateCompute()
1061 for (size_t idx = 0u; idx < bufferData.size(); ++idx) in iterateCompute()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp44 size_t num_in_ops = inst->words().size() - 3; in ValidatePhi()
88 size_t num_edges = num_in_ops / 2; in ValidatePhi()
98 for (size_t i = 3; i < inst->words().size(); ++i) { in ValidatePhi()
215 for (size_t i = 2; i < num_operands; i += 2) { in ValidateSwitch()
795 size_t index = (block->terminator() - &_.ordered_instructions()[0]) - 1; in StructuredControlFlowChecks()
983 for (size_t i = 1; i < inst->operands().size(); i += 2) { in CfgPass()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp292 constexpr size_t bufferSize = 1024; in TEST_P()
298 constexpr size_t subDataCount = 16; in TEST_P()
299 constexpr size_t sliceSize = bufferSize / subDataCount; in TEST_P()
300 for (size_t i = 0; i < subDataCount; i++) in TEST_P()
302 size_t offset = i * sliceSize; in TEST_P()
1040 for (size_t faceIndex = 0; faceIndex < kCubeFaces.size(); ++faceIndex) in TEST_P()
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp116 size_t maxTileTotalTileSize = get_tile_count(src, maxTileSize); in determine_tile_size()
117 size_t smallTotalTileSize = get_tile_count(src, kBmpSmallTileSize); in determine_tile_size()
180 const size_t area = imageSize.width() * imageSize.height(); in should_tile_image_id()
199 size_t bmpSize = area * sizeof(SkPMColor); // assume 32bit pixels in should_tile_image_id()
200 size_t cacheSize = direct->getResourceCacheLimit(); in should_tile_image_id()
210 size_t usedTileBytes = get_tile_count(*clippedSubset, kBmpSmallTileSize) * in should_tile_image_id()
/third_party/skia/src/core/
H A DSkRegion.cpp846 size_t len = SkToSizeT(stop - start); in addSpan()
886 size_t fPrevLen = 0; // will never match a length from operate_on_span
1143 size_t SkRegion::writeToMemory(void* storage) const { in writeToMemory()
1145 size_t size = sizeof(int32_t); // -1 (empty), 0 (rect), runCount in writeToMemory()
1270 size_t SkRegion::readFromMemory(const void* storage, size_t length) {
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp1435 size_t Shader::getLength() const in getLength()
1487 const Shader::Instruction *Shader::getInstruction(size_t i) const in getInstruction()
1568 for(size_t i = 2; i < instruction.size(); i++)
1581 size_t size = 0;
1582 for(size_t i = 0; i < instruction.size(); i++)
2001 for(size_t i = 0; i < instruction.size(); i++)
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c119 size_t pub_key_len = 0; in key_to_params()
186 size_t sz; in key_to_params()
988 size_t gen_len, seed_len;
1367 static void *common_load(const void *reference, size_t reference_sz, in common_load()
1386 static void *ec_load(const void *reference, size_t reference_sz) in ec_load()
1393 static void *sm2_load(const void *reference, size_t reference_sz) in sm2_load()
H A Decx_kmgmt.c160 size_t pal = key1->keylen; in ecx_match()
161 size_t pbl = key2->keylen; in ecx_match()
175 size_t pal = key1->keylen; in ecx_match()
176 size_t pbl = key2->keylen; in ecx_match()
698 void *ecx_load(const void *reference, size_t reference_sz) in ecx_load()
746 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp1125 for (size_t i = 0; i < num_subscripts; ++i) { in PartitionSubscripts()
1133 for (size_t j = 0; j < partitions.size(); ++j) { in PartitionSubscripts()
1165 partitions[static_cast<size_t>(k)].insert(current_partition.begin(), in PartitionSubscripts()
1506 std::vector<std::pair<Constraint*, size_t>> all_new_constrants{}; in DeltaTest()
1508 for (size_t i = 0; i < siv_subscripts.size(); ++i) { in DeltaTest()
1627 for (size_t i = 0; i < loops_.size(); ++i) { in DeltaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp1125 for (size_t i = 0; i < num_subscripts; ++i) { in PartitionSubscripts()
1133 for (size_t j = 0; j < partitions.size(); ++j) { in PartitionSubscripts()
1165 partitions[static_cast<size_t>(k)].insert(current_partition.begin(), in PartitionSubscripts()
1506 std::vector<std::pair<Constraint*, size_t>> all_new_constrants{}; in DeltaTest()
1508 for (size_t i = 0; i < siv_subscripts.size(); ++i) { in DeltaTest()
1627 for (size_t i = 0; i < loops_.size(); ++i) { in DeltaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp44 size_t num_in_ops = inst->words().size() - 3; in ValidatePhi()
88 size_t num_edges = num_in_ops / 2; in ValidatePhi()
98 for (size_t i = 3; i < inst->words().size(); ++i) { in ValidatePhi()
215 for (size_t i = 2; i < num_operands; i += 2) { in ValidateSwitch()
795 size_t index = (block->terminator() - &_.ordered_instructions()[0]) - 1; in StructuredControlFlowChecks()
983 for (size_t i = 1; i < inst->operands().size(); i += 2) { in CfgPass()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c169 (unsigned long long)((size_t)-1)) in decomp()
171 if ((dstBuf = (unsigned char *)malloc((size_t)pitch * scaledh)) == NULL) in decomp()
177 memset(dstBuf, 127, (size_t)pitch * scaledh); in decomp()
199 row++, dstPtr += (size_t)pitch * tileh) { in decomp()
335 (unsigned long long)((size_t)-1)) in fullTest()
337 if ((tmpBuf = (unsigned char *)malloc((size_t)pitch * h)) == NULL) in fullTest()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp427 size_t numSlots = expr->type().slotCount(); in extract_matrix()
428 for (size_t index = 0; index < numSlots; ++index) { in extract_matrix()
830 for (size_t i = 0; i < arguments.size(); i++) { in CallCost()
896 for (size_t i = 0; i < arguments.size(); i++) { in Convert()
918 for (size_t i = 0; i < arguments.size() - 1; i++) { in Convert()
973 for (size_t i = 0; i < arguments.size(); i++) { in Convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h234 /// static size_t size(IO &io, MyContainer &seq) {
237 /// static MyType& element(IO &, MyContainer &seq, size_t index) {
246 // static size_t size(IO &io, T &seq);
247 // static T::value_type& element(IO &io, T &seq, size_t index);
267 // static size_t size(IO &io, T &seq);
268 // static T::value_type& element(IO &io, T &seq, size_t index);
452 using Signature_size = size_t (*)(class IO&, T&);
516 using Signature_size = size_t (*)(class IO &, T &);
1249 template <typename value_type, support::endianness endian, size_t alignment> in needsQuotes()
1274 template <typename value_type, support::endianness endian, size_t alignmen in needsQuotes()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc425 size_t size_in_bytes, in EqualMemory()
426 size_t zero_offset) { in EqualMemory()
433 static const size_t kContextLines = 1; in EqualMemory()
435 static const size_t kChunkSize = sizeof(EqualMemoryChunk::RawChunk); in EqualMemory()
449 for (size_t i = 0; i < size_in_bytes; i += kChunkSize) { in EqualMemory()
786 template <typename T, size_t N>
/third_party/python/Programs/
H A D_testembed.c306 size_t warnoption_len = wcslen(static_warnoption); in test_pre_initialization_sys_options()
307 size_t xoption_len = wcslen(static_xoption); in test_pre_initialization_sys_options()
1980 malloc_wrapper(void *ctx, size_t size) in malloc_wrapper()
1990 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
1997 realloc_wrapper(void *ctx, void *ptr, size_t new_size) in realloc_wrapper()

Completed in 62 milliseconds

1...<<821822823824825826827828829830>>...1142