Searched refs:distance (Results 1 – 2 of 2) sorted by relevance
1142 Elf64_Sword distance = 20; in find_elf_symbol() local1161 if (d < distance) { in find_elf_symbol()1162 distance = d; in find_elf_symbol()1167 if (distance < 20) in find_elf_symbol()1208 Elf_Addr distance = ~0; in find_elf_symbol2() local1221 if ((addr - sym->st_value) < distance) { in find_elf_symbol2()1222 distance = addr - sym->st_value; in find_elf_symbol2()1224 } else if ((addr - sym->st_value) == distance) { in find_elf_symbol2()
18941 /// Check if the distance of Video time stamp and STC is closed enough.