Home
last modified time | relevance | path

Searched refs:end (Results 19051 - 19075 of 19122) sorted by relevance

1...<<761762763764765

/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1777 const int* it_end = in->Storage.end(); in UnpackBoolVectorToFlatIndexList()
2626 // We ignore blank width at the end of the line (they can be skipped) in CalcWordWrapPositionA()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4289 pub end: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4287 pub end: __u64,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4267 pub end: __u64,
/third_party/python/Lib/test/
H A Dpickletester.py976 self.assertEqual(loaded.end, 1)
2694 # Actually read the binary content of the chunks after the end
3963 # End-to-end testing of save_reduce with the state_setter keyword
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp632 std::transform(vertices.begin(), vertices.end(), data.begin(), attributes()); in createVertexAttributeBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp353 for (it = uncompressedSizes.begin(); it != uncompressedSizes.end(); it++) in getCompressedMipLevelSizes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp5211 rnd.shuffle(begin(*permutVec), end(*permutVec));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp262 for (BinaryCollection::Iterator it = collection.begin(); it != collection.end(); ++it) in RayTracingBuiltinLaunchTestInstance()
1642 m_data.resize(sizeof(value1) + sizeof(value2) + 5u); // Some extra padding at the end too. in SpecConstantsHelper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp658 std::transform(vertices.begin(), vertices.end(), data.begin(), attributes()); in createVertexAttributeBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp353 for (it = uncompressedSizes.begin(); it != uncompressedSizes.end(); it++) in getCompressedMipLevelSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp5200 rnd.shuffle(begin(*permutVec), end(*permutVec));
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp739 // No action needs to be taken on our end in either case; it's the apps responsibility that in vkCreateDevice()
2487 return vk::Cast(commandBuffer)->end(); in vkEndCommandBuffer()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp300 // This test exercises taking the address of a local varible at the end of a
2739 return std::equal(std::begin(v), std::end(v), rhs.v);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp651 // Release the a number of reserved vertices/indices from the end of the last reservation made with PrimReserve().
796 const unsigned int idx2 = ((i1 + 1) == points_count) ? _VtxCurrentIdx : (idx1 + (use_texture ? 2 : 3)); // Vertex index for end of segment in AddPolyline()
892 const unsigned int idx2 = (i1 + 1) == points_count ? _VtxCurrentIdx : (idx1 + 4); // Vertex index for end of segment in AddPolyline()
1083 // When we have overstep to avoid awkwardly looking one long line and one tiny one at the end, in _PathArcToFastEx()
2329 const ImU32* it_end = in->Storage.end(); in UnpackBitVectorToFlatIndexList()
2764 // The +2 here is to give space for the end caps, whilst height +1 is to accommodate the fact we have a zero-width row in ImFontAtlasBuildInit()
3409 // We ignore blank width at the end of the line (they can be skipped) in CalcWordWrapPositionA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp278 // We need to find the end of the destination string. That's where the
285 // destination's pointer to get the actual memcpy destination (end of
658 // [0, strlen(s)] or the string has a single null terminator '\0' at the end.
923 // scan the string, as reading past the end of it is undefined and we can just
940 reinterpret_cast<const unsigned char *>(Str.end()));
3359 // a __memcpy_chk, we still need to return the correct end pointer.
3470 // end up with fortified libcalls, which isn't acceptable in a freestanding
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1476 // Remove trivially empty start/end intrinsic ranges, i.e. a start
1477 // immediately followed by an end (ignoring debuginfo or other
1478 // start/end intrinsics in between). As this handles only the most trivial
1483 // call @llvm.foo.end(i1 0) ; This one will not be skipped: it will be removed
1484 // call @llvm.foo.end(i1 0)
1489 BasicBlock::iterator BI(I), BE(I.getParent()->end()); in removeTriviallyEmptyRange()
4451 // not actually end up matching the implementation's calling conv for a in visitCallBase()
/third_party/rust/crates/syn/src/gen/
H A Ddebug.rs924 formatter.field("end", &self.end); in fmt()
H A Dvisit_mut.rs1785 if let Some(it) = &mut node.end { in visit_expr_range_mut()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4665 for (FuncSet::const_iterator it = funcs.begin(); it != funcs.end(); ++it) in testStatement()
H A DglsDrawTest.cpp1845 for (std::vector<AttributeArray*>::iterator itr = m_arrays.begin(); itr != m_arrays.end(); itr++) in clearArrays()
2599 << "range end " << indexMax << ", "; in getDesc()
2736 << "\trange end " << indexMax << "\n"; in getMultilineDesc()
2794 << "\trange end " << indexMax << "\n"; in getMultilineDesc()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c1417 * context_equiv(), therefore we cannot call put_ctx() since that might end up
5419 * Return end-of-file for a read on an event that is in in __perf_read()
8104 * size to a multiple of 8. However, we must guarantee the tail end is in perf_event_cgroup()
8256 * d_path() works from the end of the rb backwards, so we in perf_event_mmap_event()
8305 * size to a multiple of 8. However, we must guarantee the tail end is in perf_event_mmap_event()
9279 goto end; in do_perf_sw_event()
9285 end: in do_perf_sw_event()
11725 * Either writing ring buffer from beginning or from end. in perf_event_set_output()
12228 * end up with siblings installed in the wrong context. in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c1305 * context_equiv(), therefore we cannot call put_ctx() since that might end up
5643 * Return end-of-file for a read on an event that is in in __perf_read()
8561 * size to a multiple of 8. However, we must guarantee the tail end is in perf_event_cgroup()
8724 * d_path() works from the end of the rb backwards, so we in perf_event_mmap_event()
8762 * size to a multiple of 8. However, we must guarantee the tail end is in perf_event_mmap_event()
9813 goto end; in do_perf_sw_event()
9819 end: in do_perf_sw_event()
12272 * Either writing ring buffer from beginning or from end. in perf_event_set_output()
12714 * end up with siblings installed in the wrong context. in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c2319 BUILD_BUG_ON(offsetof(struct nft_rule_dp_last, end) != 0); in nft_last_rule()
2322 lrule->end.is_last = 1; in nft_last_rule()
9426 /* last rule trailer is after end marker */ in nf_tables_commit_chain_free_rules_old()
/third_party/glfw/deps/glad/
H A Dgl.h2046 typedef void (GLAD_API_PTR *PFNGLDRAWRANGEELEMENTSPROC)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices);
2047 typedef void (GLAD_API_PTR *PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex);

Completed in 227 milliseconds

1...<<761762763764765