| /src/external/gpl3/binutils/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/binutils.old/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/gcc/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/gcc.old/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| average.c | 14 int total = 0, num_elements = 0, average = 0; local 16 num_elements = high - low; /* note this is an off-by-one bug */ 18 average = total / num_elements;
|
| /src/external/gpl3/gdb/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| average.c | 14 int total = 0, num_elements = 0, average = 0; local 16 num_elements = high - low; /* note this is an off-by-one bug */ 18 average = total / num_elements;
|
| /src/external/gpl3/gdb.old/dist/include/ |
| partition.h | 62 int num_elements; member in struct:partition_def
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| partition.c | 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each 43 partition_new (int num_elements) 49 (num_elements - 1) * sizeof (struct partition_elem)); 50 part->num_elements = num_elements; 51 for (e = 0; e < num_elements; ++e) 143 int num_elements = part->num_elements; local 149 done = (char *) xmalloc (num_elements); 150 memset (done, 0, num_elements); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-windows-tdep.c | 235 int num_elements = 0; local 288 num_elements += ((len + 7) / 8); 295 sp -= num_elements * 8;
|
| sparc-tdep.c | 623 int num_elements = 0; 643 num_elements++; 649 num_elements += (len / 4); 654 num_elements += ((len + 3) / 4); 659 sp -= std::max (6, num_elements) * 4; 701 gdb_assert (element == num_elements); 618 int num_elements = 0; local
|
| sparc64-tdep.c | 1378 int num_elements = 0; 1389 num_elements++; 1402 if (num_elements % 2 && sparc64_16_byte_align_p (type)) 1403 num_elements++; 1404 num_elements += ((len + 7) / 8); 1425 num_elements++; 1436 num_elements += 2; 1442 if ((num_elements % 2) && sparc64_16_byte_align_p (type)) 1443 num_elements++; 1446 num_elements++ 1372 int num_elements = 0; local [all...] |
| amd64-tdep.c | 917 int num_elements = 0; 956 num_elements += ((len + 7) / 8); 1004 sp -= num_elements * 8; 915 int num_elements = 0; local
|
| valprint.c | 2444 unsigned int idx, num_elements; 2453 idx = num_elements = 0; 2482 if (print_max < repeat_count + num_elements) 2484 repeat_count = print_max - num_elements; 2495 num_elements += 1; 2527 num_elements += elem->repeat_count; 2552 num_elements += 1; 2443 unsigned int idx, num_elements; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-windows-tdep.c | 233 int num_elements = 0; local 285 num_elements += ((len + 7) / 8); 292 sp -= num_elements * 8;
|
| sparc-tdep.c | 623 int num_elements = 0; 643 num_elements++; 649 num_elements += (len / 4); 654 num_elements += ((len + 3) / 4); 659 sp -= std::max (6, num_elements) * 4; 701 gdb_assert (element == num_elements); 618 int num_elements = 0; local
|
| sparc64-tdep.c | 1378 int num_elements = 0; 1389 num_elements++; 1402 if (num_elements % 2 && sparc64_16_byte_align_p (type)) 1403 num_elements++; 1404 num_elements += ((len + 7) / 8); 1425 num_elements++; 1436 num_elements += 2; 1442 if ((num_elements % 2) && sparc64_16_byte_align_p (type)) 1443 num_elements++; 1446 num_elements++ 1372 int num_elements = 0; local [all...] |
| /src/sys/dev/pci/ |
| if_iavfvar.h | 198 uint16_t num_elements; member in struct:iavf_vc_eth_addr_list
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 829 def num_elements(num): function 866 num_elements(len(RbtreeIterator(self._val)))) 905 num_elements(len(RbtreeIterator(self._val)))) 1012 return '%s with %s' % (self._typename, num_elements(long(size))) 1194 return '%s with %s' % (self._typename, num_elements(count)) 1221 return '%s with %s' % (self._typename, num_elements(count))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 801 def num_elements(num): function 838 num_elements(len(RbtreeIterator(self.val)))) 877 num_elements(len(RbtreeIterator(self.val)))) 984 return '%s with %s' % (self.typename, num_elements(long(size))) 1109 return '%s with %s' % (self.typename, num_elements(count)) 1136 return '%s with %s' % (self.typename, num_elements(count))
|