| /freebsd-9-stable/contrib/ntp/lib/isc/include/isc/ |
| D | list.h | 36 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument 41 #define ISC_LINK_INIT(elt, link) \ argument 43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument 60 #define ISC_LIST_PREPEND(list, elt, link) \ argument 66 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument 69 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument 80 #define ISC_LIST_APPEND(list, elt, link) \ argument 86 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument 89 #define __ISC_LIST_UNLINKUNSAFE_TYPE(list, elt, link, type) \ argument [all …]
|
| D | util.h | 192 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument 196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument 197 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument 198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 199 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument 200 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 201 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 202 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
|
| D | queue.h | 38 #define ISC_QLINK_INIT(elt, link) \ argument 43 #define ISC_QLINK_LINKED(elt, link) ((elt)->link.linked) argument 69 #define ISC_QUEUE_PUSH(queue, elt, link) \ argument
|
| /freebsd-9-stable/contrib/bind9/lib/isc/include/isc/ |
| D | list.h | 36 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument 41 #define ISC_LINK_INIT(elt, link) \ argument 43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument 60 #define ISC_LIST_PREPEND(list, elt, link) \ argument 66 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument 69 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument 80 #define ISC_LIST_APPEND(list, elt, link) \ argument 86 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument 89 #define __ISC_LIST_UNLINKUNSAFE_TYPE(list, elt, link, type) \ argument [all …]
|
| D | queue.h | 42 #define ISC_QLINK_INIT(elt, link) \ argument 47 #define ISC_QLINK_LINKED(elt, link) ((void*)(elt)->link.next != (void*)(-1)) argument 96 #define ISC_QUEUE_PUSH(queue, elt, link) \ argument 147 #define ISC_QUEUE_UNLINK(queue, elt, link) \ argument
|
| D | util.h | 194 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument 198 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument 199 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument 200 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 201 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument 202 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 203 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 204 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
|
| /freebsd-9-stable/lib/libc/include/isc/ |
| D | list.h | 34 #define INIT_LINK_TYPE(elt, link, type) \ argument 39 #define INIT_LINK(elt, link) \ argument 41 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 48 #define PREPEND(list, elt, link) \ argument 60 #define APPEND(list, elt, link) \ argument 72 #define UNLINK_TYPE(list, elt, link, type) \ argument 89 #define UNLINK(list, elt, link) \ argument 92 #define PREV(elt, link) ((elt)->link.prev) argument 93 #define NEXT(elt, link) ((elt)->link.next) argument 95 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
| /freebsd-9-stable/contrib/bind9/lib/lwres/include/lwres/ |
| D | list.h | 30 #define LWRES_LINK_INIT(elt, link) \ argument 35 #define LWRES_LINK_LINKED(elt, link) \ argument 42 #define LWRES_LIST_PREPEND(list, elt, link) \ argument 53 #define LWRES_LIST_APPEND(list, elt, link) \ argument 64 #define LWRES_LIST_UNLINK(list, elt, link) \ argument 78 #define LWRES_LIST_PREV(elt, link) ((elt)->link.prev) argument 79 #define LWRES_LIST_NEXT(elt, link) ((elt)->link.next) argument 81 #define LWRES_LIST_INSERTBEFORE(list, before, elt, link) \ argument 93 #define LWRES_LIST_INSERTAFTER(list, after, elt, link) \ argument 118 #define LWRES_LIST_ENQUEUE(list, elt, link) LWRES_LIST_APPEND(list, elt, link) argument [all …]
|
| /freebsd-9-stable/contrib/bind9/lib/isccc/ |
| D | symtab.c | 49 typedef struct elt { struct 53 ISC_LINK(struct elt) link; argument 105 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) { in free_elt() 117 elt_t *elt, *nelt; in isccc_symtab_destroy() local 199 elt_t *elt; in isccc_symtab_lookup() local 220 elt_t *elt; in isccc_symtab_define() local 259 elt_t *elt; in isccc_symtab_undefine() local 279 elt_t *elt, *nelt; in isccc_symtab_foreach() local
|
| /freebsd-9-stable/contrib/bind9/lib/isc/ |
| D | symtab.c | 32 typedef struct elt { struct 36 LINK(struct elt) link; argument 102 elt_t *elt, *nelt; in isc_symtab_destroy() local 174 elt_t *elt; in isc_symtab_lookup() local 209 elt_t *elt, *nelt; in grow_table() local 235 elt_t *elt; in isc_symtab_define() local 285 elt_t *elt; in isc_symtab_undefine() local
|
| D | heap.c | 146 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 189 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 207 void *elt; in isc_heap_delete() local
|
| /freebsd-9-stable/contrib/ntp/lib/isc/ |
| D | symtab.c | 32 typedef struct elt { struct 36 LINK(struct elt) link; argument 100 elt_t *elt, *nelt; in isc_symtab_destroy() local 172 elt_t *elt; in isc_symtab_lookup() local 207 elt_t *elt, *nelt; in grow_table() local 233 elt_t *elt; in isc_symtab_define() local 283 elt_t *elt; in isc_symtab_undefine() local
|
| D | heap.c | 146 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 189 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 207 void *elt; in isc_heap_delete() local
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-sra.c | 396 can_completely_scalarize_p (struct sra_elt *elt) in can_completely_scalarize_p() 533 struct sra_elt *elt; in lookup_element() local 589 struct sra_elt *elt; in maybe_lookup_element_for_expr() local 731 struct sra_elt *elt = maybe_lookup_element_for_expr (expr); in sra_walk_expr() local 1035 scan_use (struct sra_elt *elt, tree *expr_p ATTRIBUTE_UNUSED, in scan_use() 1058 scan_ldst (struct sra_elt *elt, tree other ATTRIBUTE_UNUSED, in scan_ldst() 1068 scan_dump (struct sra_elt *elt) in scan_dump() 1103 struct sra_elt *elt = lookup_element (NULL, var, NULL, NO_INSERT); in scan_function() local 1118 build_element_name_1 (struct sra_elt *elt) in build_element_name_1() 1163 build_element_name (struct sra_elt *elt) in build_element_name() [all …]
|
| D | bitmap.c | 50 bitmap_elem_to_freelist (bitmap head, bitmap_element *elt) in bitmap_elem_to_freelist() 71 bitmap_element_free (bitmap head, bitmap_element *elt) in bitmap_element_free() 150 bitmap_elt_clear_from (bitmap head, bitmap_element *elt) in bitmap_elt_clear_from() 356 bitmap_elt_insert_after (bitmap head, bitmap_element *elt, unsigned int indx) in bitmap_elt_insert_after() 562 bitmap_element *elt; in bitmap_count_bits() local 589 bitmap_element *elt = a->first; in bitmap_first_set_bit() local 866 bitmap_element *elt = bitmap_find_bit (head, start); in bitmap_clear_range() local
|
| D | cse.c | 682 struct table_elt *elt; in dump_class() local 1310 remove_from_table (struct table_elt *elt, unsigned int hash) in remove_from_table() 1390 struct table_elt *elt; in remove_pseudo_from_table() local 1512 struct table_elt *elt; in insert() local 1690 struct table_elt *elt, *next, *new; in merge_equiv_classes() local 2085 use_related_value (rtx x, struct table_elt *elt) in use_related_value() 2283 rtx elt; in hash_rtx() local 2855 struct table_elt *elt; in find_best_addr() local 3282 struct table_elt *elt; in fold_rtx_subreg() local 3323 struct table_elt *elt; in fold_rtx_subreg() local [all …]
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | listenlist.c | 38 ns_listenelt_t *elt = NULL; in ns_listenelt_create() local 52 ns_listenelt_destroy(ns_listenelt_t *elt) { in ns_listenelt_destroy() 74 ns_listenelt_t *elt, *next; in destroy() local 108 ns_listenelt_t *elt = NULL; in ns_listenlist_default() local
|
| /freebsd-9-stable/contrib/libucl/src/ |
| D | ucl_schema.c | 141 const ucl_object_t *elt; in ucl_schema_test_pattern() local 165 const ucl_object_t *elt, *cur, *cur_dep; in ucl_schema_validate_dependencies() local 202 const ucl_object_t *elt, *prop, *found, *additional_schema = NULL, in ucl_schema_validate_object() local 342 const ucl_object_t *elt, *test; in ucl_schema_validate_number() local 408 const ucl_object_t *elt; in ucl_schema_validate_string() local 486 const ucl_object_t *elt; in ucl_schema_array_is_unique() local 523 const ucl_object_t *elt, *it, *found, *additional_schema = NULL, in ucl_schema_validate_array() local 640 const ucl_object_t *elt; in ucl_schema_type_is_allowed() local 696 const ucl_object_t *elt; in ucl_schema_validate_enum() local 834 const ucl_object_t *elt, *cur; in ucl_schema_validate_values() local [all …]
|
| D | ucl_hash.c | 42 ucl_hash_node_t *elt, *tmp; in ucl_hash_destroy() local 72 ucl_hash_node_t *elt = *iter; in ucl_hash_iterate() local 94 ucl_hash_node_t *elt = iter; in ucl_hash_iter_has_next() local
|
| D | ucl_util.c | 1136 ucl_object_insert_key_common (ucl_object_t *top, ucl_object_t *elt, 1293 ucl_object_insert_key (ucl_object_t *top, ucl_object_t *elt, 1300 ucl_object_insert_key_merged (ucl_object_t *top, ucl_object_t *elt, 1307 ucl_object_replace_key (ucl_object_t *top, ucl_object_t *elt, 1342 const ucl_object_t *elt; local 1529 ucl_array_append (ucl_object_t *top, ucl_object_t *elt) 1554 ucl_array_prepend (ucl_object_t *top, ucl_object_t *elt) 1580 ucl_array_delete (ucl_object_t *top, ucl_object_t *elt) 1664 ucl_elt_append (ucl_object_t *head, ucl_object_t *elt)
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | expprint.c | 759 int elt; in dump_raw_expression() local 797 dump_subexp (struct expression *exp, struct ui_file *stream, int elt) in dump_subexp() 823 dump_subexp_body (struct expression *exp, struct ui_file *stream, int elt) in dump_subexp_body() 832 struct ui_file *stream, int elt) in dump_subexp_body_standard() 1052 int elt; in dump_prefix_expression() local
|
| /freebsd-9-stable/contrib/libucl/uthash/ |
| D | utlist.h | 84 #define _SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt); } argument 85 #define _NEXT(elt,list,next) ((char*)((list)->next)) argument 86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument 88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to);… argument 92 #define _SV(elt,list) argument 93 #define _NEXT(elt,list,next) ((elt)->next) argument 94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 96 #define _PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument 450 #define LL_SEARCH(head,out,elt,cmp) \ argument 453 #define LL_SEARCH2(head,out,elt,cmp,next) \ argument [all …]
|
| /freebsd-9-stable/contrib/groff/src/preproc/grn/ |
| D | gprint.h | 80 #define DBNextElt(elt) (elt->nextelt) argument 81 #define DBNextofSet(elt) (elt->setnext) argument 82 #define DBNullelt(elt) (elt == NULL) argument
|
| /freebsd-9-stable/contrib/bind9/lib/isccfg/ |
| D | parser.c | 456 cfg_listelt_t *elt = NULL; in parser_openfile() local 1061 cfg_listelt_t *elt; in create_listelt() local 1072 free_list_elt(cfg_parser_t *pctx, cfg_listelt_t *elt) { in free_list_elt() 1079 cfg_listelt_t *elt, *next; in free_list() local 1094 cfg_listelt_t *elt = NULL; in cfg_parse_listelt() local 1123 cfg_listelt_t *elt = NULL; in parse_list() local 1150 const cfg_listelt_t *elt; in print_list() local 1203 cfg_listelt_t *elt = NULL; in cfg_parse_spacelist() local 1223 const cfg_listelt_t *elt; in cfg_print_spacelist() local 1249 cfg_list_next(const cfg_listelt_t *elt) { in cfg_list_next() [all …]
|
| D | aclconf.c | 107 const cfg_listelt_t *elt; in get_acl_def() local 221 const cfg_listelt_t *elt; in count_acl_elements() local 304 const cfg_listelt_t *elt; in cfg_acl_fromconfig2() local
|