Searched refs:first_index (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp369 int first_index; local
370 for (first_index = 0; first_index < TROFF_INDEX; first_index++)
371 if (commands[first_index].get_name() != 0)
375 commands[first_index].append_arg("--");
377 commands[first_index].append_arg(argv[i]);
379 commands[first_index].append_arg("-");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp170 uint32_t first_index = next_index_; local
176 return first_index;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_qmgr.c146 u16 first_index = qtag->qidx[0]; local
147 for (i = first_index; i < first_index + qtag->num_allocated; i++)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h178 int64_t first_index = 0; member in struct:lldb_private::SymbolFile::ArrayInfo
/freebsd-11-stable/contrib/gcc/
H A Dbitmap.c872 unsigned int first_index = start / BITMAP_ELEMENT_ALL_BITS;
885 if (head->indx < first_index)
862 unsigned int first_index = start / BITMAP_ELEMENT_ALL_BITS; local
H A Ddf-problems.c2930 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin;
2931 unsigned int last_index = first_index + count - 1;
2933 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi)
2923 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c989 apr_uint32_t first_index = local
991 apr_uint32_t last_index = first_index + GROUP_INIT_GRANULARITY;
995 for (i = first_index; i < last_index; ++i)

Completed in 106 milliseconds