Searched refs:_find (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| H A D | hash.c | 142 static struct dm_hash_node **_find(struct dm_hash_table *t, const char *key, in _find() function 162 struct dm_hash_node **c = _find(t, key, len); in dm_hash_lookup_binary() 170 struct dm_hash_node **c = _find(t, key, len); in dm_hash_insert_binary() 192 struct dm_hash_node **c = _find(t, key, len); in dm_hash_remove_binary()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | DEFINE_STACK_OF.pod | 173 B<sk_I<TYPE>_find>() searches I<sk> for the element I<ptr>. In the case 178 B<sk_I<TYPE>_find>() returns the index of a matching element or B<-1> if there 182 sorted as the result of a B<sk_I<TYPE>_find>() call, if a lock is being used to 186 B<sk_I<TYPE>_find_ex>() operates like B<sk_I<TYPE>_find>() except when a 193 B<sk_I<TYPE>_find_all>() operates like B<sk_I<TYPE>_find>() but it also 217 as B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_sort>() can also reorder the stack. 225 B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_find_ex>(). They return an index to the 235 B<sk_I<TYPE>_shift>(), B<sk_I<TYPE>_find>(), B<sk_I<TYPE>_find_ex>(), 281 B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_find_ex>() return an index to the found
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | safestack.h | 96 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | safestack.h.in | 141 static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| H A D | rbtree.d | 840 private inout(RBNode)* _find(Elem e) inout in inout() 1051 return _find(e) !is null;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
| H A D | rbtree.d | 848 private inout(RBNode)* _find(Elem e) inout 1062 return _find(e) !is null;
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 290 Don't inline _find in hash.c and tidy signed/unsigned etc.
|