Home
last modified time | relevance | path

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

123

/third_party/boost/boost/range/algorithm/
Dpartition.hpp31 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/uboot/u-boot-2020.01/include/
Dpart_efi.h64 struct partition { struct
69 u8 sys_ind; /* What partition type */ argument
74 __le32 nr_sects; /* nr of sectors in partition */ argument
Dfs_loader.h22 u32 partition; member
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_fat.c22 static int spl_register_fat_device(struct blk_desc *block_dev, int partition) in spl_register_fat_device()
57 struct blk_desc *block_dev, int partition, in spl_load_image_fat()
116 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os()
167 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os()
Dspl_ext.c12 struct blk_desc *block_dev, int partition, in spl_load_image_ext()
68 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os()
141 struct blk_desc *block_dev, int partition) in spl_load_image_ext_os()
/third_party/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/boost/boost/hana/fwd/
Dpartition.hpp65 constexpr auto partition = [](auto&& xs, auto&& predicate) { in __anon4ba63efa0102() variable
/third_party/python/Objects/stringlib/
Dpartition.h8 STRINGLIB(partition)(PyObject* str_obj, in STRINGLIB() argument
/third_party/boost/boost/compute/algorithm/
Dpartition.hpp33 inline Iterator partition(Iterator first, in partition() function
/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/uboot/u-boot-2020.01/fs/
Dfs_internal.c13 int fs_devread(struct blk_desc *blk, disk_partition_t *partition, in fs_devread()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dpartition.rst3 partition title
/third_party/NuttX/fs/mount/
Dfs_mount.c171 mtd_partition *partition = NULL; in mount() local
/third_party/uboot/u-boot-2020.01/common/
Davb_verify.c338 static struct mmc_part *get_partition(AvbOps *ops, const char *partition) in get_partition()
388 const char *partition, in mmc_byte_io()
803 const char *partition, in get_unique_guid_for_partition()
838 const char *partition, in get_size_of_partition()
/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/boost/libs/graph/example/
Dbipartite_example.cpp38 partition_t partition(num_vertices(g)); in print_bipartite() local
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp333 struct partition { struct
334 using hana_pair = decltype(hana::partition(
338 using type = pair<
/third_party/benchmark/tools/gbench/
Dreport.py151 def extract_field(partition, field_name): argument
174 def print_utest(partition, utest_alpha, first_col_width, use_color=True): argument
/third_party/uboot/u-boot-2020.01/arch/arm/mach-k3/
Dj721e_init.c23 static void mmr_unlock(u32 base, u32 partition) in mmr_unlock()
Dam6_init.c22 static void mmr_unlock(u32 base, u32 partition) in mmr_unlock()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-zynqmp/
Dhandoff.c65 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member
/third_party/boost/libs/graph/test/
Dbipartite_test.cpp77 partition_t partition(boost::num_vertices(g)); in check_bipartite() local
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.h59 MXFPartitionPack partition; member
/third_party/python/Lib/turtledemo/
Dsorting_animate.py103 def partition(shelf, left, right, pivot_index): function

123