| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86InsertPrefetch.cpp | 122 int16_t max_index = -1; 145 max_index = std::max(max_index, static_cast<int16_t>(index)); 148 assert(max_index + 1 >= 0 && 149 "Possible overflow: max_index + 1 should be positive."); 150 assert(static_cast<size_t>(max_index + 1) == Prefetches.size() &&
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| size_classes.c | 29 szind_t index, gen_index, max_index; local 34 max_index = sz_size2index(max_size_class); 37 index < max_index || size_class < max_size_class; 40 expect_true(index < max_index,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| size_classes.c | 29 szind_t index, gen_index, max_index; local 34 max_index = sz_size2index(max_size_class); 37 index < max_index || size_class < max_size_class; 40 expect_true(index < max_index,
|
| /src/libexec/ld.elf_so/ |
| tls.c | 408 size_t i, max_index; local 421 max_index = DTV_MAX_INDEX(tcb->tcb_dtv); 422 for (i = 1; i <= max_index; ++i) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-param-manipulation.cc | 391 int max_index = -1; local 396 && max_index < apm->base_index) 397 max_index = apm->base_index; 399 return max_index; 413 int max_index = get_max_base_index (); local 415 if (max_index < 0) 417 surviving_params->reserve_exact (max_index + 1); 418 surviving_params->quick_grow_cleared (max_index + 1); 436 int max_index = get_max_base_index (); local 438 if (max_index < 0 [all...] |
| dominance.cc | 230 int max_index = region[0]->index; local 232 if (region[i]->index > max_index) 233 max_index = region[i]->index; 234 max_index += 1; /* set index on the first bb out of region. */ 236 m_dfs_order = new_zero_array <TBB> (max_index + 1); 237 m_dfs_last = &m_dfs_order[max_index];
|
| lto-streamer.h | 589 unsigned max_index; variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dominance.cc | 230 int max_index = region[0]->index; local 232 if (region[i]->index > max_index) 233 max_index = region[i]->index; 234 max_index += 1; /* set index on the first bb out of region. */ 236 m_dfs_order = new_zero_array <TBB> (max_index + 1); 237 m_dfs_last = &m_dfs_order[max_index];
|
| ipa-param-manipulation.cc | 394 int max_index = -1; local 399 && max_index < apm->base_index) 400 max_index = apm->base_index; 402 return max_index; 416 int max_index = get_max_base_index (); local 418 if (max_index < 0) 420 surviving_params->reserve_exact (max_index + 1); 421 surviving_params->quick_grow_cleared (max_index + 1); 439 int max_index = get_max_base_index (); local 441 if (max_index < 0 [all...] |
| lto-streamer.h | 591 unsigned max_index; variable
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 251 tree max_index; local 256 max_index = fold_build2_loc (input_location, MINUS_EXPR, 263 max_index = array_type_nelts (type); 267 if (max_index == error_mark_node) 269 gcc_assert (TREE_CODE (max_index) == INTEGER_CST); 273 if (!integer_minus_onep (max_index)) 278 if (integer_zerop (max_index)) 282 max_index); 474 tree max_index = array_type_nelts (type); local 478 if (max_index == error_mark_node [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| init.cc | 251 tree max_index; local 256 max_index = fold_build2_loc (input_location, MINUS_EXPR, 263 max_index = array_type_nelts (type); 267 if (max_index == error_mark_node) 269 gcc_assert (TREE_CODE (max_index) == INTEGER_CST); 273 if (!integer_minus_onep (max_index)) 278 if (integer_zerop (max_index)) 282 max_index); 474 tree max_index = array_type_nelts (type); local 478 if (max_index == error_mark_node [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_clientstub.c | 201 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered member in struct:_DNSServiceRef_t 677 x->max_index = 0; 763 sdr->max_index = 0; 2420 rref->record_index = sdRef->max_index++; 2504 rref->record_index = sdRef->max_index++; 2630 if (!sdRef->max_index) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRemoveRecord called with bad DNSServiceRef"); return kDNSServiceErr_BadReference; }
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 921 tree max_index = TREE_OPERAND (index, 1); local 922 if (min_index == max_index) 931 min_index, max_index, val)) 943 from MIN_INDEX to MAX_INDEX (including endpoints). 951 tree min_index, tree max_index, 955 gcc_assert (TREE_CODE (max_index) == INTEGER_CST); 961 = get_subregion_within_ctor (parent_reg, max_index, mgr);
|
| store.h | 565 tree min_index, tree max_index,
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 793 tree max_index = TREE_OPERAND (index, 1); local 794 if (min_index == max_index) 803 min_index, max_index, val)) 815 from MIN_INDEX to MAX_INDEX (including endpoints). 823 tree min_index, tree max_index, 827 gcc_assert (TREE_CODE (max_index) == INTEGER_CST); 833 = get_subregion_within_ctor (parent_reg, max_index, mgr);
|
| store.h | 520 tree min_index, tree max_index,
|
| /src/sys/dev/ic/ |
| advlib.c | 2221 int max_index; local 2226 max_index = sc->max_sdtr_index; 2228 if ((syn_time <= period_table[max_index])) { 2229 for (i = min_index; i < (max_index - 1); i++) { 2234 return (max_index); 2236 return (max_index + 1);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff-rs6000.c | 2827 unsigned int max_index; 2833 max_index = 0; 2835 if (s->index > max_index) 2836 max_index = s->index; 2841 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); 2823 unsigned int max_index; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff-rs6000.c | 2827 unsigned int max_index; 2833 max_index = 0; 2835 if (s->index > max_index) 2836 max_index = s->index; 2841 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); 2823 unsigned int max_index; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coff-rs6000.c | 2827 unsigned int max_index; 2833 max_index = 0; 2835 if (s->index > max_index) 2836 max_index = s->index; 2841 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); 2823 unsigned int max_index; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coff-rs6000.c | 2827 unsigned int max_index; 2833 max_index = 0; 2835 if (s->index > max_index) 2836 max_index = s->index; 2841 n_rl = bfd_zmalloc ((max_index + 1) * sizeof (*n_rl)); 2823 unsigned int max_index; local
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
| amdgpu_color_gamma.c | 678 uint32_t max_index) 691 if ((point->left_index < 0) || (point->left_index > max_index)) { 696 if ((point->right_index < 0) || (point->right_index > max_index)) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-sh.c | 1942 int max_index = 4; 1971 max_index = 8; 1976 for (indx = 0; indx < max_index; indx++) 1940 int max_index = 4; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-sh.c | 1942 int max_index = 4; 1971 max_index = 8; 1976 for (indx = 0; indx < max_index; indx++) 1940 int max_index = 4; local
|