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

1 2

  /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...]
tree-flow.h 69 /* Nonzero if this entry has been assigned a partition. */
72 /* Nonzero if VAR is a memory partition tag that already contains
73 call-clobbered variables in its partition set. */
92 the main key used to sort the list of symbols to partition.
386 /* Memory partition tag assigned to this symbol. */
398 /* Used when going out of SSA form to indicate which partition this
400 unsigned partition; local
    [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...]
tree-flow.h 69 /* Nonzero if this entry has been assigned a partition. */
72 /* Nonzero if VAR is a memory partition tag that already contains
73 call-clobbered variables in its partition set. */
92 the main key used to sort the list of symbols to partition.
386 /* Memory partition tag assigned to this symbol. */
398 /* Used when going out of SSA form to indicate which partition this
400 unsigned partition; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
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_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...]
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/
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...]
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...]
  /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...]
  /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
  /external/libvpx/vp8/decoder/
decodframe.c 432 const unsigned char *partition; local
438 /* Set up pointers to the first partition */
439 partition = cx_data;
446 partition += 3 * (num_part - 1);
454 /* Calculate the length of this partition. The last partition
463 partition_size = user_data_end - partition;
466 if (partition + partition_size > user_data_end)
468 "Truncated packet or corrupt partition "
472 partition, partition_size)
    [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...]
  /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/updater/
install.c 45 // fs_type="yaffs2" partition_type="MTD" location=partition
86 fprintf(stderr, "%s: no mtd partition named \"%s\"",
179 // fs_type="yaffs2" partition_type="MTD" location=partition
211 fprintf(stderr, "%s: no mtd partition named \"%s\"",
664 // write_raw_image(file, partition)
668 char* partition; local
670 if (ReadArgs(state, argv, 2, &filename, &partition) < 0) {
674 if (strlen(partition) == 0) {
675 ErrorAbort(state, "partition argument to %s can't be empty", name);
684 const MtdPartition* mtd = mtd_find_partition_by_name(partition);
    [all...]
  /external/grub/stage2/
disk_io.c 96 /* The register ESI should contain the address of the partition to be
115 /* these are the translated numbers for the open partition */
297 * Check partition boundaries
308 * Get the read to the beginning of a partition.
373 embed a Stage 1.5 into a partition instead of a MBR, use system
439 /* Turn on the active flag for the partition SAVED_PARTITION in the
452 /* If the partition is not a primary partition, the active flag is
464 /* If the partition is an extended partition, setting the activ
949 int partition = dev & 0xFFFFFF; local
    [all...]
  /external/stlport/stlport/stl/
_algo.c 672 // partition, stable_partition, and their auxiliary functions
738 _ForwardIter partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_algo.c 672 // partition, stable_partition, and their auxiliary functions
738 _ForwardIter partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
    [all...]

Completed in 448 milliseconds

1 2