Searched refs:consts (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/tools/
H A Dgen-postmortem-metadata.py460 consts = [];
546 def emit_set(out, consts):
550 for const in consts:
568 consts = [];
573 consts.append({
578 emit_set(out, consts);
581 consts = [];
592 consts.append({
597 emit_set(out, consts);
H A Djs2c.py350 (consts, macros) = ReadMacros(ReadFile(macro_filename))
352 filter_chain.append(lambda l: ExpandConstants(l, consts))
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.h92 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog
118 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
H A Dnv30_fragprog.c85 unsigned off = fp->consts[i].offset;
86 unsigned idx = fp->consts[i].index * 4;
98 /* FP_ACTIVE_PROGRAM needs to be done again even if only the consts
H A Dnv30_vertprog.c45 FREE(vp->consts);
46 vp->consts = NULL;
175 struct nv30_vertprog_data *data = &vp->consts[i];
H A Dnvfx_vertprog.c20 * 1. Indexed consts + ARL
96 if (vp->consts[idx].index == pipe)
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx];
H A Dnvfx_fragprog.c128 fp->consts = realloc(fp->consts, ++fp->nr_consts *
130 fpd = &fp->consts[fp->nr_consts - 1];
/external/opencv3/modules/java/generator/
H A Dgen_java.py773 self.consts = [] # using a list to save the occurence order
832 for cand in self.consts + self.private_consts:
839 consts = self.consts
842 consts = self.private_consts
844 consts.append(constinfo)
971 classinfo.consts.append( ConstInfo([n, val], addedManually=True) )
1036 # scan the headers and build more descriptive maps of classes, consts, functions
1453 if ci.consts:
1454 logging.info("%s", ci.consts)
[all...]
/external/opencv3/modules/python/src2/
H A Dgen2.py257 self.consts = {}
731 self.consts = {}
741 self.consts = {}
788 if name in ns.consts:
792 ns.consts[name] = cname
838 for name, cname in sorted(ns.consts.items()):
863 # step 1: scan the headers and build more descriptive maps of classes, consts, functions
920 constlist = list(self.consts.items())
H A Dcv2.cpp1237 static void init_submodule(PyObject * root, const char * name, PyMethodDef * methods, ConstDef * consts) argument
1271 for (ConstDef * c = consts; c->name != NULL; ++c)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_ppc.c59 float (*consts)[4],
/external/mesa3d/src/mesa/main/
H A DAPIspec.py339 consts = self.switch_constants[desc.name]
342 if (consts[attr] is not None and
343 consts[attr] != getattr(desc, attr)):
345 consts[attr] = getattr(desc, attr)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c153 VGfloat consts[3][4]; local
166 consts[i][0] = mvp->m[i + 0];
167 consts[i][1] = mvp->m[i + 3];
168 consts[i][2] = 0.0f;
169 consts[i][3] = mvp->m[i + 6];
177 sizeof(consts));
180 0, sizeof(consts), consts);
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dmodulegraph.py1668 consts = list(co.co_consts)
1669 for i in range(len(consts)):
1670 if isinstance(consts[i], type(co)):
1671 consts[i] = self._replace_paths_in_code(consts[i])
1677 co.co_flags, co.co_code, tuple(consts), co.co_names,
1683 co.co_flags, co.co_code, tuple(consts), co.co_names,
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c79 static float consts[NUM_CONSTS][4] = { variable
99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4]; member in struct:translate_sse
162 get_offset(p, &p->consts[id][0])));
1467 memcpy(p->consts, consts, sizeof(consts));
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1655 SmallPtrSet<Constant*,64> consts; local
1674 consts.insert(GVar->getInitializer());
1676 consts.insert(C);
1685 consts.insert(GVar->getInitializer());
1711 for (const auto *C : consts) {
/external/pcre/dist/sljit/
H A DsljitLir.h305 struct sljit_const *consts; member in struct:sljit_compiler
H A DsljitNativeSPARC_common.c297 const_ = compiler->consts;
H A DsljitNativeARM_32.c608 const_ = compiler->consts;
773 const_ = compiler->consts;
1612 /* We prefers register and simple consts. */
H A DsljitLir.c619 compiler->consts = const_;
H A DsljitNativeARM_64.c233 const_ = compiler->consts;
H A DsljitNativeARM_T2_32.c367 const_ = compiler->consts;
H A DsljitNativeMIPS_common.c385 const_ = compiler->consts;
H A DsljitNativePPC_common.c350 const_ = compiler->consts;
/external/elfutils/libdw/
H A Dknown-dwarf.h437 DWARF_ONE_KNOWN_DW_OP (consts, DW_OP_consts) \

Completed in 771 milliseconds

12