Searched refs:indices (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp106 SmallVector<unsigned, 2> indices; local
115 indices.push_back(i);
122 for (unsigned i = 0; i < indices.size(); ++i) {
123 unsigned mopIdx = indices[i];
/freebsd-9.3-release/gnu/usr.bin/texinfo/info/
H A DMakefile7 footnotes.c gc.c indices.c info-utils.c info.c infodoc.c \
/freebsd-9.3-release/contrib/gcc/
H A Doptc-gen.awk128 indices[opts[i]] = j;
136 indices[opts[i]] = j;
180 idx = indices[neg]
186 idx = indices[opts[i]];
/freebsd-9.3-release/contrib/libc++/src/
H A Dhash.cpp76 // potential primes = 210*k + indices[i], k >= 1
79 const unsigned indices[] = member in namespace:__anon1651
189 // Start searching list of potential primes: L * k0 + indices[in]
190 const size_t M = sizeof(indices) / sizeof(indices[0]);
194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L)
195 - indices);
196 n = L * k0 + indices[in];
566 n = L * k0 + indices[i
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-opc.c552 int *indices)
563 indices[i] = opinst->index;
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
586 int *indices,
596 cgen_get_insn_operands (cd, insn, fields, indices);
545 cgen_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const CGEN_FIELDS *fields, int *indices) argument
576 cgen_lookup_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, CGEN_INSN_INT insn_int_value, unsigned char *insn_bytes_value, int length, int *indices, CGEN_FIELDS *fields) argument
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantsContext.h323 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
328 SmallVector<unsigned, 4> indices; member in struct:llvm::ExprMapKeyType
334 this->indices == that.indices;
343 if (this->indices != that.indices) return this->indices < that.indices;
456 V.indices, Ty);
458 return new ExtractValueConstantExpr(V.operands[0], V.indices, T
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_lockf.c153 static int graph_add_indices(int *indices, int n,
155 static int graph_assign_indices(struct owner_graph *g, int *indices,
2181 graph_add_indices(int *indices, int n, struct owner_vertex_list *set) argument
2188 i > 0 && indices[i - 1] > v->v_order; i--)
2191 indices[j + 1] = indices[j];
2192 indices[i] = v->v_order;
2200 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, argument
2212 vlowest->v_order = indices[nextunused];
2227 int *indices; local
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dmga_state.c951 drm_mga_indices_t *indices = data; local
955 if (indices->idx < 0 || indices->idx > dma->buf_count)
958 buf = dma->buflist[indices->idx];
961 buf_priv->discard = indices->discard;
964 if (indices->discard) {
975 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
/freebsd-9.3-release/contrib/gperf/src/
H A Dsearch.cc184 /* Computes the upper bound on the indices passed to asso_values[],
497 /* Computes the upper bound on the indices passed to asso_values[]. */
643 DYNAMIC_ARRAY (indices, unsigned int, nindices);
653 indices[j++] = key_pos;
675 tryal[indices[j]] += inc;
707 if (current[indices[j]] != 0)
712 indices[j] + 1, current[indices[j]]);
717 FREE_DYNAMIC_ARRAY (indices);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c112 * preference, regardless of the order of counter indices. For example,
496 int *indices, isc_uint64_t *values, int options)
513 dumparg.counterindices = indices;
520 index = indices[i];
494 dump_counters(isc_stats_t *stats, statsformat_t type, void *arg, const char *category, const char **desc, int ncounters, int *indices, isc_uint64_t *values, int options) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp384 llvm::Value *indices[] = { zero, zero }; local
386 Builder.CreateInBoundsGEP(DestPtr, indices, "arrayinit.begin");
H A DCGExprScalar.cpp959 SmallVector<llvm::Constant*, 32> indices; local
964 indices.push_back(llvm::UndefValue::get(CGF.Int32Ty));
966 indices.push_back(Builder.getInt32(Idx.getZExtValue()));
969 Value *SV = llvm::ConstantVector::get(indices);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delflink.c769 /* Assign dynsym indices. In a shared library we generate a section
958 indices used by MIPS ELF. */
6457 /* And a buffer for symbol section indices. */
6464 long *indices;
6470 /* And one for symbol section indices. */
7203 preserved. But, if they reference global symbols, the indices
8371 for (isym = isymbuf, pindex = finfo->indices, ppsection = finfo->sections;
8713 /* Adjust the reloc addresses and symbol indices. */
8863 if (finfo->indices[r_symndx] == -1)
8907 finfo->indices[r_symnd
6454 long *indices; member in struct:elf_final_link_info
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mep.c52 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon472
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c4473 unsigned char *start, *indices;
4543 indices = start;
4545 entry = byte_get (indices, 4);
4546 indices += 4;
4562 entry = byte_get (indices, 4);
4563 indices += 4;
4470 unsigned char *start, *indices; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c98 merely computing the indices. */
1966 VEC(tree_pair_s,gc) *indices = CLASSTYPE_VCALL_INDICES (type);
1970 for (ix = 0; VEC_iterate (tree_pair_s, indices, ix, p); ix++)
7493 compute the indices -- but do not add to the vtable -- when
7516 /* If we are just computing the vcall indices -- but do not need
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex567 % Definitions to produce \{ and \} commands for indices,
1497 % Fonts for indices, footnotes, small examples (9pt).
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex576 % Definitions to produce \{ and \} commands for indices,
1557 % Fonts for indices, footnotes, small examples (9pt).
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex568 % Definitions to produce \{ and \} commands for indices,
1491 % Fonts for indices, footnotes, small examples (9pt).

Completed in 253 milliseconds