/third_party/boost/boost/range/algorithm/ |
D | partition.hpp | 31 partition(ForwardRange& rng, UnaryPredicate pred) in partition() function 40 partition(const ForwardRange& rng, UnaryPredicate pred) in partition() function 52 partition(ForwardRange& rng, UnaryPredicate pred) in partition() function 63 partition(const ForwardRange& rng, UnaryPredicate pred) in partition() function
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_define.h | 163 struct partition { /* the partition table */ struct 164 uint32_t p_size; /* number of sectors in partition */ 165 uint32_t p_offset; /* starting sector */ 166 uint32_t p_fsize; /* filesystem basic fragment size */ 167 uint8_t p_fstype; /* filesystem type, see below */ 168 uint8_t p_frag; /* filesystem fragments per block */ 169 uint16_t p_cpg; /* filesystem cylinders per group */
|
/third_party/boost/boost/hana/fwd/ |
D | partition.hpp | 65 constexpr auto partition = [](auto&& xs, auto&& predicate) { in __anon8168d4d50102() variable
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | partition.hpp | 65 constexpr auto partition = [](auto&& xs, auto&& predicate) { in __anon57697ba80102() variable
|
/third_party/python/Objects/stringlib/ |
D | partition.h | 13 STRINGLIB(partition)(PyObject* str_obj, in STRINGLIB() argument
|
/third_party/boost/boost/compute/algorithm/ |
D | partition.hpp | 33 inline Iterator partition(Iterator first, in partition() function
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | partition.hpp | 33 inline Iterator partition(Iterator first, in partition() function
|
/third_party/toybox/toys/pending/ |
D | fdisk.c | 51 struct partition { struct 57 struct partition *part; argument 407 static void consistency_check(const struct partition *p, int partition) in consistency_check()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | partition.rst | 3 partition title
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | worker.cc | 420 lookup_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 423 worker_init_embedding_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 426 round_robin_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 429 sparse_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 432 update_embedding_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 435 broadcast_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize() 685 …orker::LookupIdPartitioner(const EmbeddingTableLookup &send, PartitionEmbeddingMessages *partition, in LookupIdPartitioner() 722 void Worker::SparsePartitioner(const KVMessage &send, PartitionKVMessages *partition, in SparsePartitioner() 832 void Worker::RoundRobinPartitioner(const KVMessage &send, PartitionKVMessages *partition, in RoundRobinPartitioner() 867 …InitEmbeddingPartitioner(const KVMessage &send, std::vector<std::pair<bool, KVMessage>> *partition, in WorkerInitEmbeddingPartitioner() [all …]
|
/third_party/NuttX/fs/mount/ |
D | fs_mount.c | 155 mtd_partition *partition = NULL; in mount() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_partition_tables.cpp | 213 int partition; in select_partition() local 251 int partition = pt->partition_of_texel[i]; in generate_one_partition_table() local
|
D | astc_decompress_symbolic.cpp | 268 int partition = pt->partition_of_texel[i]; in decompress_symbolic_block() local
|
/third_party/boost/libs/graph/example/ |
D | bipartite_example.cpp | 38 partition_t partition(num_vertices(g)); in print_bipartite() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_volumeManager.js | 113 partition: function (...args) { method
|
/third_party/boost/libs/hana/example/tutorial/ |
D | appendix_mpl.cpp | 333 struct partition { struct 334 using hana_pair = decltype(hana::partition( 338 using type = pair<
|
/third_party/boost/libs/graph/test/ |
D | bipartite_test.cpp | 77 partition_t partition(boost::num_vertices(g)); in check_bipartite() local
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.h | 59 MXFPartitionPack partition; member
|
D | mxfdemux.c | 164 gst_mxf_demux_partition_free (GstMXFDemuxPartition * partition) in gst_mxf_demux_partition_free() 411 GstMXFDemuxPartition * partition) in gst_mxf_demux_partition_postcheck() 469 MXFPartitionPack partition; in gst_mxf_demux_handle_partition_pack() local 2026 GstMXFDemuxPartition *partition = tmp->data; in get_partition_for_stream_offset() local 2435 GstMXFDemuxPartition *partition = demux->current_partition; in find_entry_for_offset() local 4144 GstMXFDemuxPartition *partition = demux->current_partition; local 5203 GstMXFDemuxPartition *partition = (GstMXFDemuxPartition *) tmp->data; local
|
/third_party/python/Lib/turtledemo/ |
D | sorting_animate.py | 103 def partition(shelf, left, right, pivot_index): function
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 91 static char *partition; variable
|
D | ftest06.c | 96 static char *partition; variable
|
/third_party/skia/third_party/externals/markupsafe/ |
D | __init__.py | 185 def partition(self, sep): member in Markup
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | PartitionInfo.java | 325 partitionToRegions.forEach((partition, regions) -> { in mapMacroRegionsToPartitionIds() argument
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | __init__.py | 185 def partition(self, sep): member in Markup
|