/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
list_partition.h | 86 * @c num_parts+1. For convenience, @c starts @c [num_parts] 89 * @param num_parts Number of parts to split the sequence into. 101 InputIterator* starts, size_t* lengths, const int num_parts, 113 std::vector<InputIterator> os_starts(2 * oversampling * num_parts + 1); 147 size_t size_part = (cur - 1) / num_parts; 148 int size_greater = static_cast<int>((cur - 1) % num_parts); 154 for (int i = 1; i < (num_parts + 1 - size_greater); ++i) 162 for (int i = num_parts + 1 - size_greater; i <= num_parts; ++i [all...] |
/system/core/libdiskconfig/ |
config_mbr.c | 225 for (cnt = 0; cnt < dinfo->num_parts; ++cnt) { 230 if (cnt + 1 < dinfo->num_parts) { 255 pnext = cnt + 1 < dinfo->num_parts ? &dinfo->part_lst[cnt+1] : NULL; 299 int has_extended = (dinfo->num_parts > PC_NUM_BOOT_RECORD_PARTS); 301 for(num = 1; num <= dinfo->num_parts; ++num) { 306 if (num > dinfo->num_parts)
|
diskconfig.c | 97 dinfo->num_parts = 0; 99 struct part_info *pinfo = &dinfo->part_lst[dinfo->num_parts]; 133 ++dinfo->num_parts; 348 for (cnt = 0; cnt < dinfo->num_parts; ++cnt) { 357 if (cnt + 1 != dinfo->num_parts) { 485 for (cnt = 0; cnt < dinfo->num_parts; ++cnt) { 509 for (cnt = 0; cnt < dinfo->num_parts; ++cnt) {
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 308 num_parts, 315 by_parts = [[] for _ in range(num_parts)] 331 assert num_parts == 2, "Can't handle > 2 dlls currently" 352 num_parts = len(description_parts) 353 assert num_parts == 2, "Can't handle > 2 dlls currently" 357 num_parts, 362 inputs_by_part = [[] for _ in range(num_parts)] 377 unresolved_by_part = [[] for _ in range(num_parts)] 378 import_libs = [None] * num_parts 379 deffiles = [None] * num_parts [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.h | 23 int num_parts,
|
/system/core/include/diskconfig/ |
diskconfig.h | 96 int num_parts; member in struct:disk_info
|
/external/qemu/android/skin/ |
file.h | 105 int num_parts; member in struct:SkinFile
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cciss_ioctl.h | 187 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cciss_ioctl.h | 187 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cciss_ioctl.h | 187 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 360 ldr r10, [sp, #20] ; num_parts 443 ldr r10, [sp, #20] ; num_parts
|
/system/vold/ |
Volume.cpp | 622 dinfo.num_parts = 1;
|
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 2190 $num_parts = $k; variable 2205 $num_parts = 2; variable 2221 $num_parts = 2; variable [all...] |