Home
last modified time | relevance | path

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

/minix3/common/lib/libc/gen/
H A Dradixtree.c106 entry_ptr(void *p) in entry_ptr() function
130 KASSERT(entry_ptr(p) != NULL || entry_tagmask(p) == 0); in entry_match_p()
216 return entry_ptr(*path_pptr(t, p, height)); in path_node()
451 c = entry_ptr(entry); in radix_tree_lookup_ptr()
547 return entry_ptr(oldp); in radix_tree_replace_node()
580 n = entry_ptr(entry); in radix_tree_remove_node()
609 n = entry_ptr(entry); in radix_tree_remove_node()
622 return entry_ptr(oldp); in radix_tree_remove_node()
641 return entry_ptr(*vpp); in radix_tree_lookup_node()
716 results[nfound] = entry_ptr(*vpp); in gang_lookup_scan()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1214 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local
1215 --entry_ptr; in GenerateBlockFunction()
1230 ++entry_ptr; in GenerateBlockFunction()
1231 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction()
1251 entry_ptr == entry->end() in GenerateBlockFunction()
1252 ? nullptr : entry_ptr); in GenerateBlockFunction()