Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 52) 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/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()
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
Dmxfdemux.h82 MXFPartitionPack partition; member
/third_party/python/Lib/turtledemo/
Dsorting_animate.py103 def partition(shelf, left, right, pivot_index): function
/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/ltp/testcases/kernel/fs/ftest/
Dftest02.c91 static char *partition; variable
Dftest06.c96 static char *partition; variable
/third_party/skia/third_party/externals/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/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/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/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
/third_party/ffmpeg/libavcodec/
Dflacdec.c224 int i, tmp, partition, method_type, rice_order; in decode_residuals() local
Dvp9dec.h73 uint8_t partition[4][4][3]; member
200 unsigned partition[4][4][4]; member
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc472 auto* partition = in HandleMessageFromDevToolsFrontend() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp487 bool partition = rnd.getFloat() > 0.4f; in randomPartition() local

123