Home
last modified time | relevance | path

Searched refs:maxidx (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dvisitor.cpp81 Index minidx=0, maxidx=0; in vectorVisitor() local
92 maxidx = i; in vectorVisitor()
100 VERIFY(maxidx == eigen_maxidx); in vectorVisitor()
/external/elfutils/src/
Delflint.c2014 size_t maxidx = nchain; in check_sysv_hash() local
2024 maxidx = symsize; in check_sysv_hash()
2034 else if (buf[cnt] >= maxidx) in check_sysv_hash()
2044 else if (buf[cnt] >= maxidx) in check_sysv_hash()
2065 size_t maxidx = nchain; in check_sysv_hash64() local
2075 maxidx = symsize; in check_sysv_hash64()
2085 else if (buf[cnt] >= maxidx) in check_sysv_hash64()
2095 else if (buf[cnt] >= maxidx) in check_sysv_hash64()
2152 size_t maxidx = shdr->sh_size / sizeof (Elf32_Word) - (4 + bitmask_words in check_gnu_hash() local
2156 maxidx = MIN (maxidx, symshdr->sh_size / symshdr->sh_entsize); in check_gnu_hash()
[all …]