| /src/external/bsd/jemalloc/dist/test/unit/ |
| size_classes.c | 27 szind_t index, max_index; local 30 max_index = sz_size2index(max_size_class); 32 for (index = 0, size_class = sz_index2size(index); index < max_index || 35 expect_true(index < max_index,
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| size_classes.c | 27 szind_t index, max_index; local 30 max_index = sz_size2index(max_size_class); 32 for (index = 0, size_class = sz_index2size(index); index < max_index || 35 assert_true(index < max_index,
|
| /src/libexec/ld.elf_so/ |
| tls.c | 337 size_t i, max_index; local 350 max_index = DTV_MAX_INDEX(tcb->tcb_dtv); 351 for (i = 1; i <= max_index; ++i) {
|
| /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
|
| ipa-icf.cc | 3245 unsigned int max_index = 0; local 3256 if (c > max_index) 3257 max_index = c; 3270 for (unsigned int i = 0; i <= max_index; i++)
|
| /src/external/gpl3/gcc.old/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 | 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...] |
| lto-streamer.h | 589 unsigned max_index; variable
|
| ipa-icf.cc | 3218 unsigned int max_index = 0; local 3229 if (c > max_index) 3230 max_index = c; 3242 for (unsigned int i = 0; i <= max_index; i++)
|
| /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/sys/fs/nfs/server/ |
| nfs_nfsdstate.c | 4335 u_int32_t canuse, min_index, max_index; local 4348 max_index = 0xffffffff; 4352 if (stp->ls_stateid.other[2] < max_index) 4353 max_index = stp->ls_stateid.other[2]; 4364 if (min_index == 0x80000000 && max_index == 0x80000001) { 4389 clp->lc_statemaxindex = max_index;
|
| /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/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
|
| /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);
|
| /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/dist/opcodes/ |
| aarch64-opc.c | 1592 [MIN_REGNO, MAX_REGNO] and an index in the range [MIN_INDEX, MAX_INDEX]. 1599 int min_index, int max_index) 1607 if (!value_in_range_p (opnd->reglane.index, min_index, max_index)) 1610 max_index); 1719 int max_index = max_value * range_size; 1720 if (!value_in_range_p (opnd->indexed_za.index.imm, 0, max_index)) 1722 set_offset_out_of_range_error (mismatch_detail, idx, 0, max_index); 1717 int max_index = max_value * range_size; 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/binutils.old/dist/opcodes/ |
| aarch64-opc.c | 1583 [MIN_REGNO, MAX_REGNO] and an index in the range [MIN_INDEX, MAX_INDEX]. 1590 int min_index, int max_index) 1598 if (!value_in_range_p (opnd->reglane.index, min_index, max_index)) 1601 max_index); 1710 int max_index = max_value * range_size; 1711 if (!value_in_range_p (opnd->indexed_za.index.imm, 0, max_index)) 1713 set_offset_out_of_range_error (mismatch_detail, idx, 0, max_index); 1708 int max_index = max_value * range_size; local
|
| /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);
|
| /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/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
|