Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c213 static void func_iinfo(int hidx) in func_iinfo() argument
215 if (hidx >= 0) { in func_iinfo()
216 sem_index = hidx; in func_iinfo()
/third_party/elfutils/src/
H A Dstrip.c2318 size_t hidx = elf_hash (name) % nbucket; in handle_elf() local
2320 if (bucket[hidx] == 0) in handle_elf()
2321 bucket[hidx] = inner; in handle_elf()
2324 hidx = bucket[hidx]; in handle_elf()
2326 while (chain[hidx] != 0 && chain[hidx] < nchain) in handle_elf()
2327 hidx = chain[hidx]; in handle_elf()
2329 chain[hidx] in handle_elf()
2379 size_t hidx = elf_hash (name) % nbucket; handle_elf() local
[all...]

Completed in 4 milliseconds