| /src/external/mit/isl/dist/ |
| isl_tarjan.h | 7 * min_index is the index of the root of a (sub)component. 12 int min_index; member in struct:isl_tarjan_node
|
| /src/sys/dev/ic/ |
| advlib.c | 2222 int min_index; local 2227 min_index = sc->host_init_sdtr_index; 2229 for (i = min_index; i < (max_index - 1); i++) {
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdstate.c | 4335 u_int32_t canuse, min_index, max_index; local 4347 min_index = 0; 4355 if (stp->ls_stateid.other[2] > min_index) 4356 min_index = stp->ls_stateid.other[2]; 4364 if (min_index == 0x80000000 && max_index == 0x80000001) { 4388 clp->lc_stateindex = min_index + 1;
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 792 tree min_index = TREE_OPERAND (index, 0); local 794 if (min_index == max_index) 797 min_index, val)) 803 min_index, max_index, val)) 815 from MIN_INDEX to MAX_INDEX (including endpoints). 823 tree min_index, tree max_index, 826 gcc_assert (TREE_CODE (min_index) == INTEGER_CST); 831 = get_subregion_within_ctor (parent_reg, min_index, mgr);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 920 tree min_index = TREE_OPERAND (index, 0); local 922 if (min_index == max_index) 925 min_index, val)) 931 min_index, max_index, val)) 943 from MIN_INDEX to MAX_INDEX (including endpoints). 951 tree min_index, tree max_index, 954 gcc_assert (TREE_CODE (min_index) == INTEGER_CST); 959 = get_subregion_within_ctor (parent_reg, min_index, mgr);
|
| /src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| xtensa.cc | 1757 int min_cost, min_index, i, n, cost; 1781 min_cost = INT_MAX, min_index = 0; 1810 min_cost = cost, min_index = i; 1813 fprintf (dump_file, " choose method %d.\n", min_index); 1816 if (min_index == 0) 1819 emit_insn (seq[min_index]); 1755 int min_cost, min_index, i, n, cost; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| varasm.cc | 5530 tree min_index; /* Lower bound if specified for an array. */ 5558 - wi::to_offset (local->min_index), prec); 5627 - wi::to_offset (local->min_index), prec); 5718 ? tree_to_uhwi (local->index) - tree_to_uhwi (local->min_index) 5890 local.min_index = TYPE_MIN_VALUE (TYPE_DOMAIN (local.type)); 5892 local.min_index = integer_zero_node; 5505 tree min_index; \/* Lower bound if specified for an array. *\/ member in struct:oc_local_state
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| varasm.cc | 5429 tree min_index; /* Lower bound if specified for an array. */ 5457 - wi::to_offset (local->min_index), prec); 5526 - wi::to_offset (local->min_index), prec); 5617 - tree_to_shwi (local->min_index)) 5790 local.min_index = TYPE_MIN_VALUE (TYPE_DOMAIN (local.type)); 5792 local.min_index = integer_zero_node; 5404 tree min_index; \/* Lower bound if specified for an array. *\/ member in struct:oc_local_state
|