| /netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
| H A D | t-scan.c | 63 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 D | eval.c | 340 oindex = 0; in expand_builtin() 353 pbnum(oindex); in expand_builtin() 826 oindex = n; in dodiv()
|
| H A D | extern.h | 164 extern int oindex; /* diversion index. */
|
| H A D | main.c | 75 int oindex = 0; /* diversion index.. */ variable
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | hashtab.c | 524 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 D | hashtab.c | 524 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 D | hashtab.c | 524 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 D | hashtab.c | 524 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 D | hash-table.h | 782 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 D | hash-table.h | 782 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 D | typesem.d | 121 …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 D | mtype.h | 696 Expression **pe, Type **pt, Dsymbol **ps, RootObject *oindex);
|
| H A D | mtype.c | 6775 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()
|