HomeSort by: relevance | last modified time | path
    Searched refs:_insert (Results 1 - 19 of 19) sorted by relevancy

  /src/games/sail/
array.h 151 int ARRAY##_insert(struct ARRAY *a, unsigned index_); \
219 ARRAY##_insert(struct ARRAY *a, unsigned index_) \
  /src/sys/external/bsd/drm2/include/linux/
interval_tree_generic.h 88 PREFIX##_insert(T *__node, struct rb_root_cached *__root) \
  /src/crypto/external/apache2/openssl/dist/include/internal/
hashtable.h 199 pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \
251 int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, vtype *data, \
  /src/external/bsd/tradcpp/dist/
array.h 176 INLINE void ARRAY##_insert(struct ARRAY *a, unsigned index_); \
241 ARRAY##_insert(struct ARRAY *a, unsigned index_) \
  /src/external/gpl2/lvm2/dist/lib/device/
dev-cache.c 60 static int _insert(const char *path, int rec);
376 r &= _insert(path, 1);
407 static int _insert(const char *path, int rec) function
709 _insert(name, 0);
737 _insert(name, 0);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
lhash.h 133 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
safestack.h 88 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
tuiterm.exp 533 _insert [string repeat $_last_char $n]
659 proc _insert {str} {
750 _insert $expect_out(0,string)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
tuiterm.exp 533 _insert [string repeat $_last_char $n]
659 proc _insert {str} {
750 _insert $expect_out(0,string)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
safestack.h.in 135 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
lhash.h.in 282 lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
safestack.h.in 133 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
lhash.h.in 184 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ph.h 460 a_attr void a_prefix##_insert(a_prefix##_t *ph, a_type *phn); \
494 a_prefix##_insert(a_prefix##_t *ph, a_type *phn) { \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ph.h 460 a_attr void a_prefix##_insert(a_prefix##_t *ph, a_type *phn); \
494 a_prefix##_insert(a_prefix##_t *ph, a_type *phn) { \
  /src/usr.bin/config/
defs.h 566 int HT##_insert(struct HT *, const char *, struct VT *); \
hash.c 407 HT##_insert(struct HT *tbl, const char *name, struct VT *val) \
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 307 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d);
365 static ossl_inline int sk_$1_insert(STACK_OF($1) *sk, $2 *ptr, int idx);
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 301 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d);
359 static ossl_inline int sk_$1_insert(STACK_OF($1) *sk, $2 *ptr, int idx);

Completed in 50 milliseconds