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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
typed_list.h 43 list_type##_remove(list_type##_t *list, el_type *item) { \
ph.h 462 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn); \
506 a_prefix##_remove(a_prefix##_t *ph, a_type *phn) { \
515 a_prefix##_remove(ph, ret); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
typed_list.h 43 list_type##_remove(list_type##_t *list, el_type *item) { \
ph.h 462 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn); \
506 a_prefix##_remove(a_prefix##_t *ph, a_type *phn) { \
515 a_prefix##_remove(ph, ret); \
  /src/games/sail/
array.h 152 void ARRAY##_remove(struct ARRAY *a, unsigned index_)
225 ARRAY##_remove(struct ARRAY *a, unsigned index_) \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
typed_list.h 42 static inline void list_type##_remove( \
ph.h 527 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn); \
568 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn) { \
576 a_prefix##_remove(ph, ret); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
typed_list.h 42 static inline void list_type##_remove( \
ph.h 527 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn); \
568 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn) { \
576 a_prefix##_remove(ph, ret); \
  /src/sys/external/bsd/drm2/include/linux/
interval_tree_generic.h 97 PREFIX##_remove(T *__node, struct rb_root_cached *__root) \
  /src/crypto/external/apache2/openssl/dist/include/internal/
priority_queue.h 64 ossl_pqueue_##type##_remove(PRIORITY_QUEUE_OF(type) * pq, \
list.h 123 ossl_list_##name##_remove(OSSL_LIST(name) * list, type * elem) \
  /src/external/bsd/tradcpp/dist/
array.h 177 INLINE void ARRAY##_remove(struct ARRAY *a, unsigned index_)
247 ARRAY##_remove(struct ARRAY *a, unsigned index_) \
  /src/external/gpl3/binutils/dist/include/
doubly-linked-list.h 203 #define LINKED_LIST_REMOVE(LTYPE) LTYPE##_remove
207 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node)
211 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node) \
  /src/external/gpl3/binutils.old/dist/include/
doubly-linked-list.h 203 #define LINKED_LIST_REMOVE(LTYPE) LTYPE##_remove
207 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node)
211 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node) \
  /src/external/gpl3/gdb/dist/include/
doubly-linked-list.h 203 #define LINKED_LIST_REMOVE(LTYPE) LTYPE##_remove
207 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node)
211 LTYPE##_remove (LWRAPPERTYPE *wrapper, LTYPE *node) \
  /src/external/bsd/wpa/dist/src/radius/
radius_client.c 1429 struct radius_msg_list *entry, *prev, *_remove; local
1447 _remove = entry;
1449 _remove = NULL;
1454 if (_remove)
1455 radius_client_msg_free(_remove);
  /src/usr.bin/config/
defs.h 568 int HT##_remove(struct HT *, const char *); \
hash.c 419 HT##_remove(struct HT *tbl, const char *name) \
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 1221 static int _remove(int argc, char **argv, void *data __attribute((unused))) function
2530 {"remove", "[-f|--force] <device>", 0, 1, _remove},

Completed in 73 milliseconds