Home
last modified time | relevance | path

Searched refs:vend (Results 1 – 25 of 33) sorted by relevance

12

/third_party/optimized-routines/string/aarch64/
Dmemchr.S36 #define vend v6 macro
81 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
82 addp vend.16b, vend.16b, vend.16b /* 128->64 */
83 mov synd, vend.d[0]
101 orr vend.16b, vhas_chr1.16b, vhas_chr2.16b
102 addp vend.2d, vend.2d, vend.2d
103 mov synd, vend.d[0]
111 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
112 addp vend.16b, vend.16b, vend.16b /* 128->64 */
113 mov synd, vend.d[0]
Dstrnlen.S31 #define vend v3 macro
55 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
80 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
88 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
94 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
96 mov synd, vend.d[0]
Dstrchr-mte.S32 #define vend v6 macro
60 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
80 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
87 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
92 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
Dstrrchr-mte.S35 #define vend v5 macro
62 addp vend.16b, vhas_nul.16b, vhas_nul.16b
76 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
83 addp vend.16b, vhas_nul.16b, vhas_nul.16b
107 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
113 addp vend.16b, vhas_nul.16b, vhas_nul.16b
Dstrlen-mte.S29 #define vend v3 macro
50 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
64 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
69 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
Dmemchr-mte.S33 #define vend v4 macro
58 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
84 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
93 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
98 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
Dmemrchr.S35 #define vend v4 macro
61 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
85 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
94 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
99 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
Dstrchrnul-mte.S31 #define vend v5 macro
54 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
69 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b
74 addp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
Dstrcpy-mte.S36 #define vend v3 macro
67 addp vend.16b, vhas_nul.16b, vhas_nul.16b
75 addp vend.16b, vhas_nul.16b, vhas_nul.16b
143 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
148 addp vend.16b, vhas_nul.16b, vhas_nul.16b /* 128->64 */
/third_party/boost/boost/graph/
Dsequential_vertex_coloring.hpp64 typename GraphTraits::vertex_iterator v, vend; in sequential_vertex_coloring() local
65 for (boost::tie(v, vend) = vertices(G); v != vend; ++v) in sequential_vertex_coloring()
72 typename GraphTraits::adjacency_iterator v, vend; in sequential_vertex_coloring() local
76 for (boost::tie(v, vend) = adjacent_vertices(current, G); v != vend; in sequential_vertex_coloring()
Dsmallest_last_ordering.hpp70 typename GraphTraits::vertex_iterator v, vend; in smallest_last_vertex_ordering() local
71 for (boost::tie(v, vend) = vertices(G); v != vend; ++v) in smallest_last_vertex_ordering()
97 typename GraphTraits::adjacency_iterator v, vend; in smallest_last_vertex_ordering() local
98 for (boost::tie(v, vend) = adjacent_vertices(node, G); v != vend; ++v) in smallest_last_vertex_ordering()
Dincremental_components.hpp95 typename graph_traits< VertexListGraph >::vertex_iterator v, vend; in initialize_incremental_components() local
96 for (boost::tie(v, vend) = vertices(G); v != vend; ++v) in initialize_incremental_components()
Dminimum_degree_ordering.hpp362 typename graph_traits< Graph >::vertex_iterator v, vend; in mmd_impl() local
364 for (boost::tie(v, vend) = vertices(G); v != vend; ++v, ++vid) in mmd_impl()
370 for (boost::tie(v, vend) = vertices(G); v != vend; ++v) in mmd_impl()
/third_party/boost/libs/graph/example/
Dmin_max_paths.cpp91 graph_traits< Graph >::vertex_iterator vi, vend; in main() local
92 for (boost::tie(vi, vend) = vertices(G); vi != vend; ++vi) in main()
99 for (boost::tie(vi, vend) = vertices(G); vi != vend; ++vi) in main()
Ddijkstra-no-color-map-example.cpp59 graph_traits< graph_t >::vertex_iterator vi, vend; in main() local
60 for (boost::tie(vi, vend) = vertices(g); vi != vend; ++vi) in main()
Ddijkstra-example.cpp55 graph_traits< graph_t >::vertex_iterator vi, vend; in main() local
56 for (boost::tie(vi, vend) = vertices(g); vi != vend; ++vi) in main()
Ddijkstra-example-listS.cpp70 graph_traits< graph_t >::vertex_iterator vi, vend; in main() local
71 for (boost::tie(vi, vend) = vertices(g); vi != vend; ++vi) in main()
/third_party/boost/boost/graph/distributed/
Dstrong_components.hpp202 vertex_iterator vstart, vend; in fleischer_hendrickson_pinar_strong_components() local
210 for( boost::tie(vstart, vend) = vertices(g); vstart != vend; vstart++ ) in fleischer_hendrickson_pinar_strong_components()
234 ls_vertex_iterator vstart, vend; in fleischer_hendrickson_pinar_strong_components() local
235 for( boost::tie(vstart,vend) = vertices(ls); vstart != vend; vstart++ ) in fleischer_hendrickson_pinar_strong_components()
477 for( boost::tie(vstart, vend) = vertices(g); vstart != vend; vstart++ ) { in fleischer_hendrickson_pinar_strong_components()
714 for( boost::tie(vstart, vend) = vertices(g); vstart != vend; vstart++ ) in fleischer_hendrickson_pinar_strong_components()
739 vertex_iterator vstart, vend; in build_reverse_graph() local
744 for( boost::tie(vstart, vend) = vertices(g); vstart != vend; vstart++ ) in build_reverse_graph()
762 for( boost::tie(vstart, vend) = vertices(g); vstart != vend; vstart++ ) in build_reverse_graph()
811 vertex_iterator vstart, vend; in number_components() local
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h318 #define USB_VENDOR(vend) \ argument
319 .match_flag_vendor = 1, .idVendor = (vend)
324 #define USB_VP(vend,prod) \ argument
325 USB_VENDOR(vend), USB_PRODUCT(prod)
327 #define USB_VPI(vend,prod,info) \ argument
328 USB_VENDOR(vend), USB_PRODUCT(prod), USB_DRIVER_INFO(info)
/third_party/boost/libs/graph/doc/
Dminimum_degree_ordering.w92 typename graph_traits<Graph>::vertex_iterator v, vend;
93 for (tie(v, vend) = vertices(G); v != vend; ++v, ++vid)
100 for (tie(v, vend) = vertices(G); v != vend; ++v) {
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h54 #define USB_DEVICE(vend,prod) \ argument
55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dticker.dart17 /// An interface implemented by classes that can vend [Ticker] objects.
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dsk.txt518 ve{"vendčina"}
/third_party/icu/icu4c/source/data/lang/
Dsk.txt520 ve{"vendčina"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsk.txt520 ve{"vendčina"}

12