Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c1604 size_t hidx = elf_hash (name) % nbucket; in handle_elf() local
1606 if (bucket[hidx] == 0) in handle_elf()
1607 bucket[hidx] = inner; in handle_elf()
1610 hidx = bucket[hidx]; in handle_elf()
1612 while (chain[hidx] != 0 && chain[hidx] < nchain) in handle_elf()
1613 hidx = chain[hidx]; in handle_elf()
1615 chain[hidx] = inner; in handle_elf()
1666 size_t hidx = elf_hash (name) % nbucket; in handle_elf() local
1668 if (bucket[hidx] == 0) in handle_elf()
1669 bucket[hidx] = inner; in handle_elf()
[all …]
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c520 static void func_iinfo(int hidx) in func_iinfo() argument
522 if (hidx >= 0) { in func_iinfo()
523 sem_index = hidx; in func_iinfo()