/external/tremolo/Tremolo/ |
D | res012.c | 69 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()
|
D | floor1.c | 113 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()
|
D | codec_internal.h | 123 int partitions; /* 0 to 31 */ member 142 char partitions; /* possible codebooks for a partition */ member
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 44 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/ |
D | relaxng.c | 934 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/ |
D | README | 6 - recognizes fdisk partitions and BSD disklabels
|
D | AUTHORS | 45 logical partitions, and did a significant bugfix for the terminal stuff.
|
D | NEWS | 96 * 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
|
D | ChangeLog | 752 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/ |
D | nand.h | 541 struct mtd_partition *partitions; member
|
/external/bison/djgpp/ |
D | config.sed | 107 # and compiling across partitions.
|
D | config.bat | 332 Rem if the package is configured across partitions.
|
/external/grub/docs/ |
D | multiboot.texi | 696 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
|
D | multiboot.info | 653 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
|
D | grub.texi | 280 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 …]
|
D | grub.info | 229 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/ |
D | RELEASE-NOTES | 371 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/ |
D | changelog | 240 * 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/ |
D | regex-syntax.sgml | 433 Each pair of escape sequences partitions the complete set of characters
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 3835 instances (typically partitions) and also contains utility to query
|