Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 53) sorted by relevance

123

/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_define.h163 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/toybox/toys/pending/
Dfdisk.c51 struct partition { struct
57 struct partition *part; argument
407 static void consistency_check(const struct partition *p, int partition) in consistency_check()
/third_party/python/Objects/stringlib/
Dpartition.h13 STRINGLIB(partition)(PyObject* str_obj, in STRINGLIB() argument
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_partition_tables.cpp213 int partition; in select_partition() local
251 int partition = pt->partition_of_texel[i]; in generate_one_partition_table() local
Dastc_decompress_symbolic.cpp268 int partition = pt->partition_of_texel[i]; in decompress_symbolic_block() local
/third_party/NuttX/fs/mount/
Dfs_mount.c157 mtd_partition *partition = NULL; in mount() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_volumeManager.js113 partition: function (...args) { method
/third_party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp402 for (int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_4_comp() local
532 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_3_comp() local
603 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_3_comp_rgb() local
701 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_avgs_and_dirs_2_comp() local
773 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_error_squared_rgba() local
912 for (unsigned int partition = 0; partition < partition_count; partition++) in compute_error_squared_rgb() local
Dastcenc_find_best_partitioning.cpp231 uint8_t partition = partition_of_texel[i]; in kmeans_update() local
539 unsigned int partition = partition_sequence[i]; in find_best_partition_candidates() local
632 unsigned int partition = partition_sequence[i]; in find_best_partition_candidates() local
Dastcenc_partition_tables.cpp225 uint8_t partition; in select_partition() local
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.h59 MXFPartitionPack partition; member
Dmxfdemux.c164 gst_mxf_demux_partition_free (GstMXFDemuxPartition * partition) in gst_mxf_demux_partition_free()
409 GstMXFDemuxPartition * partition) in gst_mxf_demux_partition_postcheck()
467 MXFPartitionPack partition; in gst_mxf_demux_handle_partition_pack() local
2015 GstMXFDemuxPartition *partition = tmp->data; in get_partition_for_stream_offset() local
2424 GstMXFDemuxPartition *partition = demux->current_partition; in find_entry_for_offset() local
4131 GstMXFDemuxPartition *partition = demux->current_partition; local
5187 GstMXFDemuxPartition *partition = (GstMXFDemuxPartition *) tmp->data; local
/third_party/python/Lib/turtledemo/
Dsorting_animate.py103 def partition(shelf, left, right, pivot_index): function
/third_party/skia/third_party/externals/markupsafe/
D__init__.py185 def partition(self, sep): member in Markup
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest02.c91 static char *partition; variable
Dftest06.c96 static char *partition; variable
/third_party/node/deps/v8/third_party/markupsafe/
D__init__.py185 def partition(self, sep): member in Markup
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DPartitionInfo.java325 partitionToRegions.forEach((partition, regions) -> { in mapMacroRegionsToPartitionIds() argument
/third_party/node/tools/inspector_protocol/markupsafe/
D__init__.py185 def partition(self, sep): member in Markup
/third_party/markupsafe/
D__init__.py202 def partition(self, sep: str) -> t.Tuple["Markup", "Markup", "Markup"]: member in Markup
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py124 def __init__(self, partitions, partition, planes, target_hit, mode, component): argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java732 String partition = String.valueOf(partitionChar); in build() local
752 String partition = e2.getKey(); in build() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java732 String partition = String.valueOf(partitionChar); in build() local
752 String partition = e2.getKey(); in build() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c586 guint partition; in gst_rtp_vp8_payload_next() local
/third_party/benchmark/tools/gbench/
Dreport.py179 def extract_field(partition, field_name): argument

123