Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1142 Elf64_Sword distance = 20; in find_elf_symbol() local
1161 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() local
1221 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()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.018941 /// Check if the distance of Video time stamp and STC is closed enough.