| /src/usr.bin/error/ |
| pi.c | 157 static bool structured, multiple; variable 420 multiple = false; 424 || (multiple = (cur_wordc == 9 && wordv_eq(cur_wordv+1,6, pi_multiple))) 433 if (!multiple)
|
| /src/external/mit/isl/dist/ |
| isl_int_sioimath.c | 123 /* Compute the lowest common multiple of two numbers. 130 uint64_t multiple; local 140 multiple = (uint64_t) abs(lhssmall) * (uint64_t) abs(rhssmall); 141 isl_sioimath_set_int64(dst, multiple / smallgcd);
|
| isl_output.c | 640 * with explicit representation and "c" needs to be a multiple 674 * moreover assumed to be negative and a multiple of the denominator 692 int multiple; local 697 multiple = !isl_int_is_one(c[last]); 698 if (multiple) { 703 if (multiple) 2534 * with a coefficient that is a multiple of the denominator
|
| /src/usr.sbin/repquota/ |
| repquota.c | 279 static int multiple = 0; local 316 if (multiple++)
|
| /src/external/bsd/pdisk/dist/ |
| partition_map.c | 439 uint32_t multiple; local 523 multiple = get_multiplier(map->logical_block); 524 if (multiple == 0) { 527 } else if (multiple != 1) { 528 if (0xFFFFFFFF/multiple < number) { 532 number *= multiple;
|
| pdisk.c | 764 uint32_t multiple; local 769 multiple = get_multiplier(map->logical_block); 770 if (multiple == 0) { 772 } else if (multiple != 1) { 773 *number *= multiple;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-src.cc | 76 int multiple; member in class:er_src 107 multiple = 0; 154 " differentiate in case of multiple occurences with\n" 342 if (!multiple) 372 multiple++; 436 multiple++; 510 else if (v_opt && !multiple && !exe && !str_compcom) // just er_src -V 527 multiple++; 545 multiple++; 553 multiple++ [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-src.cc | 76 int multiple; member in class:er_src 107 multiple = 0; 154 " differentiate in case of multiple occurences with\n" 342 if (!multiple) 372 multiple++; 436 multiple++; 510 else if (v_opt && !multiple && !exe && !str_compcom) // just er_src -V 527 multiple++; 545 multiple++; 553 multiple++ [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 79 appear ambiguously in multiple input TUs that are all mapped to the same 1174 /* Make sure we never map a single GID to multiple hash values. */ 1531 If multiple distinct types are "most common", pick the one that 1754 /* Return 1 if this type is cited by multiple input dictionaries. */ 1771 int multiple = 0; local 1803 multiple = 1; 1814 if (multiple) 1815 return multiple; 1817 /* This type itself does not appear in multiple input dicts: how about another 1841 multiple = 1 [all...] |
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 79 appear ambiguously in multiple input TUs that are all mapped to the same 1184 /* Make sure we never map a single GID to multiple hash values. */ 1594 If multiple distinct types are "most common", pick the one that 1824 /* Return 1 if this type is cited by multiple input dictionaries. */ 1841 int multiple = 0; local 1873 multiple = 1; 1884 if (multiple) 1885 return multiple; 1887 /* This type itself does not appear in multiple input dicts: how about another 1911 multiple = 1 [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 79 appear ambiguously in multiple input TUs that are all mapped to the same 1184 /* Make sure we never map a single GID to multiple hash values. */ 1594 If multiple distinct types are "most common", pick the one that 1824 /* Return 1 if this type is cited by multiple input dictionaries. */ 1841 int multiple = 0; local 1873 multiple = 1; 1884 if (multiple) 1885 return multiple; 1887 /* This type itself does not appear in multiple input dicts: how about another 1911 multiple = 1 [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 79 appear ambiguously in multiple input TUs that are all mapped to the same 1184 /* Make sure we never map a single GID to multiple hash values. */ 1594 If multiple distinct types are "most common", pick the one that 1824 /* Return 1 if this type is cited by multiple input dictionaries. */ 1841 int multiple = 0; local 1873 multiple = 1; 1884 if (multiple) 1885 return multiple; 1887 /* This type itself does not appear in multiple input dicts: how about another 1911 multiple = 1 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 90 multiple "interpretations" are stored in the table and chained 266 commutativity). So we can have multiple "interpretations" 292 same PHI twice from multiple paths. */ 1404 offset_int index, multiple; 1415 sign, &multiple)) 1428 index = base_cand->index + multiple; 3430 so we don't make any replacements. FIXME: Multiple 1400 offset_int index, multiple; local
|
| sched-int.h | 236 unsigned multiple:1; member in struct:_dep 256 #define DEP_MULTIPLE(D) ((D)->multiple) 467 may have multiple memory accesses, and hence needs to be on the list 516 represent last function calls from multiple predecessor blocks. 522 multiple predecessor blocks. Used to prevent moving trapping insns 608 to be formatted so that multiple output lines will line up nicely. */ 1136 /* Dependence on instruction can be of multiple types
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 90 multiple "interpretations" are stored in the table and chained 266 commutativity). So we can have multiple "interpretations" 292 same PHI twice from multiple paths. */ 1404 widest_int index, multiple; 1415 sign, &multiple)) 1428 index = base_cand->index + multiple; 3430 so we don't make any replacements. FIXME: Multiple 1400 widest_int index, multiple; local
|
| sched-int.h | 236 unsigned multiple:1; member in struct:_dep 256 #define DEP_MULTIPLE(D) ((D)->multiple) 467 may have multiple memory accesses, and hence needs to be on the list 514 represent last function calls from multiple predecessor blocks. 520 multiple predecessor blocks. Used to prevent moving trapping insns 606 to be formatted so that multiple output lines will line up nicely. */ 1134 /* Dependence on instruction can be of multiple types
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-replication.c | 1830 bool *required, bool *multiple, const char **names, int *indices, int num, 1844 if (indices[j] != -1 && (multiple == NULL || multiple[j] == false)) { 1937 bool multiple[3] = { false, false, false }; local 1956 if (!srpl_find_dso_additionals(srpl_connection, dso, additionals, required, multiple, names, indices, 3, 0, 3, 2252 bool multiple[4] = { false, true, false, false }; local 2264 if (!srpl_find_dso_additionals(srpl_connection, dso, additionals, required, multiple, names, indices, 2277 if (!srpl_find_dso_additionals(srpl_connection, dso, additionals, required, multiple, names, indices, 5725 // assuming that the contention is no longer present (it's possible that there are multiple sources of
|