Searched refs:ntypes (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/scsi/
H A Dses.c267 int flags = 0, ntypes = 0, nelems = 0; local
320 ntypes += enc->n_types;
327 for (i = 0; i < ntypes; i++) {
338 for (i = 0; i < ntypes; i++) {
346 sc->sc_buflen = SES_STAT_LEN(ntypes, nelems);
354 if (ses_make_sensors(sc, tdlist, ntypes) != 0) {
400 ses_make_sensors(struct ses_softc *sc, struct ses_type_desc *types, int ntypes) argument
423 for (i = 0; i < ntypes; i++) {
/openbsd-current/gnu/lib/libiberty/src/
H A Dcplus-dem.c127 int ntypes; member in struct:work_stuff
1107 for (i = 0; i < from->ntypes; i++)
3444 if (!get_count (mangled, &n) || n >= work -> ntypes)
4089 if (work -> ntypes >= work -> typevec_size)
4106 work -> typevec[work -> ntypes++] = tem;
4211 while (work -> ntypes > 0)
4213 i = --(work -> ntypes);
4302 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10)
4328 if ((t < 0) || (t >= work -> ntypes))
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dada-lex.l748 int ntypes;
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8561 size_t ntypes = type_list.GetSize(); local
8563 for (size_t i = 0; i < ntypes; ++i) {

Completed in 201 milliseconds