HomeSort by relevance Sort by last modified time
    Searched refs:partition (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
partition.h 1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, int, int)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
partition.h 1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, int, int)
    [all...]
  /bootable/diskinstaller/
installer.conf 9 partition boot
15 partition system
22 partition data
29 partition cache
34 partition third_party
40 # partition system
  /frameworks/base/media/libstagefright/codecs/aacdec/
pns_left.cpp 175 partition = *(pGroup);
182 wins_in_group = (partition - window_start);
243 window_start = partition;
245 WHILE (partition < pFrameInfo->num_win);
346 Int partition; local
355 partition = 0;
358 Int num_bands = pFrameInfo->sfb_per_win[partition];
359 pBand = pFrameInfo->win_sfb_top[partition];
362 Partition is equal to the first window in the next group
373 partition = *pGroup++; /* partition = index of last sbk in group *
    [all...]
apply_ms_synt.cpp 159 partition = *(pGroup);
165 wins_in_group = (partition - window_start);
221 window_start = partition;
223 WHILE (partition < pFrameInfo->num_win);
321 Int partition; local
362 * Partition is equal to the first window in the next group
373 partition = *(pGroup++);
377 wins_in_group = (partition - window_start);
443 window_start = partition;
446 while (partition < pFrameInfo->num_win)
    [all...]
pns_intensity_right.cpp 189 partition = *pGroup;
194 wins_in_group = (partition - window_start);
311 window_start = partition;
313 WHILE (partition < pFrameInfo->num_win);
421 Int partition; local
466 Partition is equal to the first window in the next group
476 partition = *(pGroup++);
480 wins_in_group = (partition - window_start);
642 window_start = partition;
645 while (partition < pFrameInfo->num_win)
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 39 const MtdPartition *partition; member in struct:MtdReadContext
46 const MtdPartition *partition; member in struct:MtdWriteContext
193 mtd_mount_partition(const MtdPartition *partition, const char *mount_point,
200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index);
238 mtd_partition_info(const MtdPartition *partition,
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
257 MtdReadContext *mtd_read_partition(const MtdPartition *partition)
262 ctx->buffer = malloc(partition->erase_size);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
277 ctx->partition = partition
409 const MtdPartition *partition = ctx->partition; local
    [all...]
mtdutils.h 31 int mtd_mount_partition(const MtdPartition *partition, const char *mount_point,
34 /* get the partition and the minimum erase/write block size. NULL is ok.
36 int mtd_partition_info(const MtdPartition *partition,
39 /* read or write raw data from a partition, starting at the beginning.
flash_image.c 49 /* Read an image file and write it to a flash partition. */
58 fprintf(stderr, "usage: %s partition file.img\n", argv[0]);
63 const MtdPartition *partition = mtd_find_partition_by_name(argv[1]); local
64 if (partition == NULL) die("can't find %s partition", argv[1]);
66 // If the first part of the file matches the partition, skip writing
75 MtdReadContext *in = mtd_read_partition(partition);
95 MtdWriteContext *out = mtd_write_partition(partition);
114 out = mtd_write_partition(partition);
122 if (mtd_partition_info(partition, NULL, &block_size, NULL)
    [all...]
  /external/grub/stage2/
freebsd.h 44 * adaptor (uba, mba, etc), unit number and partition number.
62 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
65 ((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
  /external/grub/lib/
device.h 44 extern int write_to_partition (char **map, int drive, int partition,
  /bionic/libc/kernel/common/linux/
genhd.h 42 struct partition { struct
  /development/ndk/platforms/android-3/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 42 struct partition { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 42 struct partition { struct
  /cts/tests/SignatureTest/tests/
Android.mk 6 # and when built explicitly put it in the data partition
  /bootable/recovery/applypatch/
applypatch.c 46 // load the contents of a partition.
102 // Load the contents of an MTD or EMMC partition into the provided
106 // which that prefix of the partition contents has the corresponding
111 // interrupted, the partition might contain either the source or the
113 // the length in order to read from a partition (there is no
134 const char* partition = strtok(NULL, ":"); local
179 const MtdPartition* mtd = mtd_find_partition_by_name(partition);
181 printf("mtd partition \"%s\" not found (loading %s)\n",
182 partition, filename);
188 printf("failed to initialize read of mtd partition \"%s\"\n"
354 const char* partition = strtok(NULL, ":"); local
    [all...]
  /bootable/recovery/
roots.c 136 // mount an MTD partition as a YAFFS2 filesystem.
138 const MtdPartition* partition; local
139 partition = mtd_find_partition_by_name(v->device);
140 if (partition == NULL) {
141 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n",
145 return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0);
219 const MtdPartition* partition = mtd_find_partition_by_name(v->device); local
220 if (partition == NULL) {
221 LOGE("format_volume: no MTD partition \"%s\"\n", v->device);
225 MtdWriteContext *write = mtd_write_partition(partition);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 33 #include "fst/lib/partition.h"
40 // comparator for creating partition based on sorting on
59 const Partition<typename A::StateId>& partition,
61 : fst_(fst), partition_(partition), flags_(flags) {}
100 const Partition<typename A::StateId>& partition_;
133 const Partition<StateId>& partition() const { function in class:fst::CyclicMinimizer
142 ArcIterCompare(const Partition<StateId>& partition)
310 const Partition<StateId>& partition() { function in class:fst::AcyclicMinimizer
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
whalHwAccess.c 181 PADDING (partition_t partition [2])
    [all...]
  /build/tools/releasetools/
edify_generator.py 135 """Mount the partition with the given mount_point."""
167 def FormatPartition(self, partition):
168 """Format the given partition, specified by its mount point (eg,
173 p = fstab[partition]
177 # older target-files without per-partition types
178 partition = self.info.get("partition_path", "") + partition
181 partition))
216 """Write the given package file into the partition for the given
238 ('assert(package_extract_file("%(fn)s", "/tmp/%(partition)s.img"),\n
    [all...]

Completed in 291 milliseconds

1 2 3 4