| /trueos/contrib/ntp/include/isc/ |
| HD | 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 …]
|
| HD | util.h | 186 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument 190 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument 191 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument 192 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 193 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument 194 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 195 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 196 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
|
| /trueos/lib/libc/include/isc/ |
| HD | 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 …]
|
| /trueos/sys/sys/mach/ |
| HD | queue.h | 137 #define enqueue(queue,elt) enqueue_tail(queue, elt) argument 179 queue_entry_t elt) in enqueue_head() 190 queue_entry_t elt) in enqueue_tail() 202 register queue_entry_t elt = (queue_entry_t) 0; in dequeue_head() local 217 register queue_entry_t elt = (queue_entry_t) 0; in dequeue_tail() local 231 queue_entry_t elt) in remqueue() 250 register queue_entry_t elt) in remque() 355 #define queue_enter(head, elt, type, field) \ argument 382 #define queue_enter_first(head, elt, type, field) \ argument 410 #define queue_insert_before(head, elt, cur, type, field) \ argument [all …]
|
| /trueos/contrib/gcc/ |
| HD | 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 …]
|
| HD | 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
|
| HD | 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 …]
|
| HD | cselib.h | 62 cselib_val *elt; member
|
| HD | tree-nested.c | 270 struct var_map_elt *elt, dummy; in lookup_field_for_decl() local 471 struct var_map_elt *elt, dummy; in lookup_tramp_for_decl() local 867 struct var_map_elt *elt, dummy; in get_nonlocal_debug_decl() local 1200 struct var_map_elt *elt, dummy; in get_local_debug_decl() local 1493 struct var_map_elt *elt, dummy; in convert_nl_goto_reference() local 1561 struct var_map_elt *elt, dummy; in convert_nl_goto_receiver() local
|
| HD | tree-ssa-uncprop.c | 337 struct equiv_hash_elt *elt = (struct equiv_hash_elt *) p; in equiv_free() local 515 struct equiv_hash_elt *elt = (struct equiv_hash_elt *) *slot; in uncprop_into_successor_phis() local
|
| HD | tree-ssa-address.c | 423 add_to_parts (struct mem_address *parts, tree elt) in add_to_parts() 456 tree mult_elt = NULL_TREE, elt; in most_expensive_mult_to_index() local
|
| /trueos/contrib/libucl/src/ |
| HD | 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 …]
|
| HD | 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
|
| HD | 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)
|
| /trueos/contrib/gdb/gdb/ |
| HD | 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
|
| /trueos/contrib/libucl/uthash/ |
| HD | 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 …]
|
| /trueos/contrib/groff/src/preproc/grn/ |
| HD | gprint.h | 80 #define DBNextElt(elt) (elt->nextelt) argument 81 #define DBNextofSet(elt) (elt->setnext) argument 82 #define DBNullelt(elt) (elt == NULL) argument
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | skel.c | 160 svn_skel_t *elt; in is_valid_proplist_skel() local 179 svn_skel_t *elt; in is_valid_iproplist_skel() local 700 svn_skel_t *elt; in svn_skel__parse_proplist() local 728 svn_skel_t *elt; in svn_skel__parse_iprops() local 758 svn_skel_t *elt; in svn_skel__parse_prop() local
|
| /trueos/contrib/tcpdump/ |
| HD | print-domain.c | 135 int bitlen, elt; in labellen() local 156 int elt; in ns_nprint() local
|
| /trueos/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | internal_auth.c | 44 svn_ra_svn_item_t *elt; in svn_ra_svn__find_mech() local
|
| HD | client.c | 201 svn_ra_svn_item_t *elt = &APR_ARRAY_IDX(list, i, svn_ra_svn_item_t); in parse_prop_diffs() local 1106 svn_ra_svn_item_t *elt = &APR_ARRAY_IDX(iproplist, i, in parse_iproplist() local 1268 svn_ra_svn_item_t *elt = &APR_ARRAY_IDX(dirlist, i, svn_ra_svn_item_t); in ra_svn_get_dir() local 1329 svn_ra_svn_item_t *elt; in ra_svn_get_mergeinfo() local 1607 svn_ra_svn_item_t *elt = &APR_ARRAY_IDX(cplist, i, in perform_ra_svn_log() local 2228 svn_ra_svn_item_t *elt; in ra_svn_lock() local 2284 svn_ra_svn_item_t *elt; in ra_svn_lock() local 2357 svn_ra_svn_item_t *elt; in ra_svn_unlock() local 2411 svn_ra_svn_item_t *elt; in ra_svn_unlock() local 2502 svn_ra_svn_item_t *elt = &APR_ARRAY_IDX(list, i, svn_ra_svn_item_t); in ra_svn_get_locks() local
|
| /trueos/contrib/apr-util/misc/ |
| HD | apr_thread_pool.c | 210 struct apr_thread_list_elt *elt; in elt_new() local 243 struct apr_thread_list_elt *elt; in thread_pool_func() local 664 struct apr_thread_list_elt *elt; in wait_on_busy_threads() local 783 struct apr_thread_list_elt *head, *tail, *elt; in trim_threads() local 831 struct apr_thread_list_elt *elt, *head, *tail; in trim_idle_threads() local
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | xml.c | 664 xml_push_current_element (int elt) in xml_push_current_element() 780 xml_insert_element_with_attribute (int elt, int arg, char *format, ...) in xml_insert_element_with_attribute() 988 xml_insert_element (int elt, int arg) in xml_insert_element() 1348 xml_begin_docbook_float (int elt) in xml_begin_docbook_float() 1641 int elt = xml_in_para ? INLINEIMAGE : MEDIAOBJECT; in xml_insert_docbook_image() local
|
| HD | toc.c | 365 int elt = STREQ (command, "contents") ? CONTENTS : SHORTCONTENTS; in cm_contents() local
|
| /trueos/contrib/libucl/tests/ |
| HD | test_schema.c | 128 const ucl_object_t *elt; in main() local
|