Home
last modified time | relevance | path

Searched refs:partitions (Results 1 – 20 of 20) sorted by relevance

/external/tremolo/Tremolo/
Dres012.c69 info->partitions=(char)(oggpack_read(opb,6)+1); in res_unpack()
73 info->stagemasks=_ogg_malloc(info->partitions*sizeof(*info->stagemasks)); in res_unpack()
74 info->stagebooks=_ogg_malloc(info->partitions*8*sizeof(*info->stagebooks)); in res_unpack()
76 for(j=0;j<info->partitions;j++){ in res_unpack()
83 for(j=0;j<info->partitions;j++){ in res_unpack()
142 partword[0][i+k]=partword[0][i+k+1]*info->partitions; in res_inverse()
210 partword[i+k]=partword[i+k+1]*info->partitions; in res_inverse()
Dfloor1.c113 info->partitions=oggpack_read(opb,5); /* only 0 to 31 legal */ in floor1_info_unpack()
115 (char *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass)); in floor1_info_unpack()
116 for(j=0;j<info->partitions;j++){ in floor1_info_unpack()
144 for(j=0,k=0;j<info->partitions;j++) in floor1_info_unpack()
156 for(j=0,k=0;j<info->partitions;j++){ in floor1_info_unpack()
304 for(i=0,j=2;i<info->partitions;i++){ in floor1_inverse1()
Dcodec_internal.h123 int partitions; /* 0 to 31 */ member
142 char partitions; /* possible codebooks for a partition */ member
/external/e2fsprogs/lib/ext2fs/
Ddosio.c44 static PARTITION **partitions = NULL; variable
217 if(!strcmp(partitions[i]->dev, dev)) in dos_open()
220 active = partitions[i]; in dos_open()
335 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart); in dos_open()
340 partitions = newparts; in dos_open()
341 partitions[npart++] = active = part; in dos_open()
/external/libxml2/
Drelaxng.c934 xmlRelaxNGFreePartition(xmlRelaxNGPartitionPtr partitions) in xmlRelaxNGFreePartition() argument
939 if (partitions != NULL) { in xmlRelaxNGFreePartition()
940 if (partitions->groups != NULL) { in xmlRelaxNGFreePartition()
941 for (j = 0; j < partitions->nbgroups; j++) { in xmlRelaxNGFreePartition()
942 group = partitions->groups[j]; in xmlRelaxNGFreePartition()
951 xmlFree(partitions->groups); in xmlRelaxNGFreePartition()
953 if (partitions->triage != NULL) { in xmlRelaxNGFreePartition()
954 xmlHashFree(partitions->triage, NULL); in xmlRelaxNGFreePartition()
956 xmlFree(partitions); in xmlRelaxNGFreePartition()
4281 xmlRelaxNGPartitionPtr partitions = NULL; in xmlRelaxNGComputeInterleaves() local
[all …]
/external/grub/
DREADME6 - recognizes fdisk partitions and BSD disklabels
DAUTHORS45 logical partitions, and did a significant bugfix for the terminal stuff.
DNEWS96 * The commands "hide" and "unhide" support logical partitions.
417 * "Extended" partitions now work (still cannot make an extended
460 * "makeactive" now works for standard PC partitions on hard disks (not
461 extended partitions... so any PC partition number above 3 will give
DChangeLog752 This fixes a problem where files from other partitions appear at
1981 of this function which now supports logical partitions.
2643 * stage2/fsys_ext2.c (ext2fs_mount): Detect ext2 partitions in
2657 partitions needed for linux. This contains the code that was
3228 partitions.
3259 function now checks all partitions you have certainly.
3271 partition is a PC slice which may have BSD partitions. Instead,
3272 try to complete the command-line with possible partitions.
/external/kernel-headers/original/linux/mtd/
Dnand.h541 struct mtd_partition *partitions; member
/external/bison/djgpp/
Dconfig.sed107 # and compiling across partitions.
Dconfig.bat332 Rem if the package is configured across partitions.
/external/grub/docs/
Dmultiboot.texi696 example, if a disk is partitioned first into DOS partitions, and then
697 one of those DOS partitions is subdivided into several BSD partitions
702 DOS extended partitions are indicated as partition numbers starting from
703 4 and increasing, rather than as nested sub-partitions, even though the
704 underlying disk layout of extended partitions is hierarchical in
Dmultiboot.info653 partitioned first into DOS partitions, and then one of those DOS
654 partitions is subdivided into several BSD partitions using BSD's
659 DOS extended partitions are indicated as partition numbers starting
660 from 4 and increasing, rather than as nested sub-partitions, even
661 though the underlying disk layout of extended partitions is
Dgrub.texi280 devices, partitions, and files in a directory depending on context.
411 drive. Note that the partition numbers for extended partitions are
413 partitions on your hard disk.
425 Of course, to actually access the disks or partitions with GRUB, you
437 partitions, or file names. So it should be quite easy to determine the
1026 primary partitions for DOS/Windows. Certainly you should avoid doing
1851 from zero for primary partitions and from four for extended partitions,
1997 completion listing of disks, partitions, and file names depending on the
2350 and multiple primary FAT partitions exist in one disk. See also
2648 and multiple primary partitions exist on one disk. See also
[all …]
Dgrub.info229 partitions, and files in a directory depending on context.
366 drive. Note that the partition numbers for extended partitions are
367 counted from `4', regardless of the actual number of primary partitions
377 Of course, to actually access the disks or partitions with GRUB, you
387 partitions, or file names. So it should be quite easy to determine the
931 more than one primary partitions for DOS/Windows. Certainly you should
1662 zero for primary partitions and from four for extended partitions, and
1808 disks, partitions, and file names depending on the context. Note that
2153 Windows and multiple primary FAT partitions exist in one disk. See
2463 Windows and multiple primary partitions exist on one disk. See also
[all …]
/external/e2fsprogs/
DRELEASE-NOTES371 Fix hueristics in blkid which could cause a disk without partitions to
616 Add support in blkid to detect LUKS encrypted partitions.
1056 Add support for the reiser4 and software suspend partitions to the
2175 Partition in /proc/partitions that being with the string "lvm" are
2176 considered real partitions even if they do not end with a number.
3066 /proc/partitions are incorrect, fsck will search /dev for the correct
4507 partitions in the next pass before it finishes checking partitions in
4508 the current pass. This still won't cause two partitions on the same
/external/e2fsprogs/debian/
Dchangelog240 * blkid: Add support for detecting LUKS encrypted partitions
535 * Add support for detecting software suspend partitions to the blkid library.
2047 llseek() causing problem with partitions > 2Gb.
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml433 Each pair of escape sequences partitions the complete set of characters
/external/bluetooth/glib/gio/
DChangeLog3835 instances (typically partitions) and also contains utility to query