Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp161 const uint32_t num_indexes = m_code_indexes.size(); in ParseFunctions() local
162 for (idx = 0; idx < num_indexes; ++idx) { in ParseFunctions()
173 else if (idx + 1 < num_indexes) { in ParseFunctions()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.h60 divbwt(const unsigned char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * …
H A Ddivsufsort.c1751 unsigned char * num_indexes, int * indexes) { in construct_BWT_indexes() argument
1762 *num_indexes = (unsigned char)((n - 1) / (mod + 1)); in construct_BWT_indexes()
1876 divbwt(const unsigned char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * … in divbwt() argument
1893 if (num_indexes == NULL || indexes == NULL) { in divbwt()
1896 pidx = construct_BWT_indexes(T, B, bucket_A, bucket_B, n, m, num_indexes, indexes); in divbwt()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp479 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap() local
480 for (size_t i = 0; i < num_indexes; ++i) { in AppendSymbolNamesToMap()