Home
last modified time | relevance | path

Searched refs:oindex (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-scan.c63 int test, neg, sought, oindex, o; in check_ref() local
81 for (oindex = 0; oindex < numberof (offset); oindex++) in check_ref()
83 o = offset[oindex]; in check_ref()
/netbsd-src/usr.bin/m4/
H A Deval.c340 oindex = 0; in expand_builtin()
353 pbnum(oindex); in expand_builtin()
826 oindex = n; in dodiv()
H A Dextern.h164 extern int oindex; /* diversion index. */
H A Dmain.c75 int oindex = 0; /* diversion index.. */ variable
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dhashtab.c524 unsigned int oindex, nindex; in htab_expand() local
527 oindex = htab->size_prime_index; in htab_expand()
541 nindex = oindex; in htab_expand()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dhashtab.c524 unsigned int oindex, nindex; in htab_expand() local
527 oindex = htab->size_prime_index; in htab_expand()
541 nindex = oindex; in htab_expand()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dhashtab.c524 unsigned int oindex, nindex; in htab_expand() local
527 oindex = htab->size_prime_index; in htab_expand()
541 nindex = oindex; in htab_expand()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dhashtab.c524 unsigned int oindex, nindex; in htab_expand() local
527 oindex = htab->size_prime_index; in htab_expand()
541 nindex = oindex; in htab_expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-table.h782 unsigned int oindex = m_size_prime_index; in expand() local
798 nindex = oindex; in expand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-table.h782 unsigned int oindex = m_size_prime_index; in expand() local
798 nindex = oindex; in expand()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d121 …f Loc loc, Scope* sc, Dsymbol s, out Expression pe, out Type pt, out Dsymbol ps, RootObject oindex) in resolveTupleIndex() argument
125 auto eindex = isExpression(oindex); in resolveTupleIndex()
126 auto tindex = isType(oindex); in resolveTupleIndex()
127 auto sindex = isDsymbol(oindex); in resolveTupleIndex()
149 .error(loc, "index `%s` is not an expression", oindex.toChars()); in resolveTupleIndex()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h696 Expression **pe, Type **pt, Dsymbol **ps, RootObject *oindex);
H A Dmtype.c6775 Expression **pe, Type **pt, Dsymbol **ps, RootObject *oindex) in resolveTupleIndex() argument
6783 Expression *eindex = isExpression(oindex); in resolveTupleIndex()
6784 Type *tindex = isType(oindex); in resolveTupleIndex()
6785 Dsymbol *sindex = isDsymbol(oindex); in resolveTupleIndex()
6807 ::error(loc, "index is %s not an expression", oindex->toChars()); in resolveTupleIndex()