Home
last modified time | relevance | path

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

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