/openbsd/usr.bin/dig/lib/isc/include/isc/ |
H A D | list.h | 28 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument 33 #define ISC_LINK_INIT(elt, link) \ argument 41 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument 52 #define ISC_LIST_PREPEND(list, elt, link) \ argument 57 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument 60 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument 71 #define ISC_LIST_APPEND(list, elt, link) \ argument 76 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument 99 #define __ISC_LIST_UNLINKUNSAFE(list, elt, link) \ argument 106 #define ISC_LIST_UNLINK(list, elt, link) \ argument [all …]
|
H A D | util.h | 97 #define INIT_LINK(elt, link) ISC_LINK_INIT(elt, link) argument 101 #define PREV(elt, link) ISC_LIST_PREV(elt, link) argument 102 #define NEXT(elt, link) ISC_LIST_NEXT(elt, link) argument 103 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 104 #define PREPEND(list, elt, link) ISC_LIST_PREPEND(list, elt, link) argument 105 #define UNLINK(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument 106 #define ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument 107 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | array16.C | 10 struct elt struct 13 static elt*ptr; argument 17 elt (); argument 26 elt::elt () in elt() function
|
/openbsd/gnu/gcc/gcc/ |
H A 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 1068 scan_dump (struct sra_elt *elt) in scan_dump() 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() 1173 instantiate_element (struct sra_elt *elt) in instantiate_element() 1377 decide_block_copy (struct sra_elt *elt) in decide_block_copy() 1593 mark_no_warning (struct sra_elt *elt) in mark_no_warning() 1649 generate_element_ref (struct sra_elt *elt) in generate_element_ref() [all …]
|
H A 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
|
H A D | cse.c | 681 struct table_elt *elt; in dump_class() local 1498 struct table_elt *elt; in insert() local 1809 struct table_elt *elt; in invalidate() local 2273 rtx elt; in hash_rtx() local 2845 struct table_elt *elt; in find_best_addr() local 3272 struct table_elt *elt; in fold_rtx_subreg() local 3313 struct table_elt *elt; in fold_rtx_subreg() local 4487 struct table_elt *elt; in equiv_constant() local 5966 struct table_elt *elt; in cse_insn() local 6072 struct table_elt *elt; in cse_insn() local [all …]
|
H A D | 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
|
H A D | 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
|
H A D | cselib.h | 62 cselib_val *elt; member
|
H A D | 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
|
/openbsd/usr.bin/dig/lib/isc/ |
H A D | symtab.c | 27 typedef struct elt { struct 31 LINK(struct elt) link; argument 85 elt_t *elt, *nelt; in isc_symtab_destroy() local 153 elt_t *elt; in isc_symtab_lookup() local 187 elt_t *elt, *nelt; in grow_table() local 212 elt_t *elt; in isc_symtab_define() local
|
H A D | heap.c | 127 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 145 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 170 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 186 void *elt; in isc_heap_delete() local
|
/openbsd/sys/uvm/ |
H A D | uvm_aobj.c | 70 #define UAO_SWHASH_ELT_PAGESLOT(elt, idx) \ argument 74 #define UAO_SWHASH_ELT_PAGEIDX_BASE(elt) \ argument 203 struct uao_swhash_elt *elt; in uao_find_swhash_elt() local 260 struct uao_swhash_elt *elt = in uao_find_swslot() local 313 struct uao_swhash_elt *elt = in uao_set_swslot() local 408 struct uao_swhash_elt *elt; in uao_shrink_hash() local 456 struct uao_swhash_elt *elt; in uao_shrink_convert() local 570 struct uao_swhash_elt *elt; in uao_grow_hash() local 614 struct uao_swhash_elt *elt; in uao_grow_convert() local 1303 struct uao_swhash_elt *elt; in uao_pagein() local [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A 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
|
/openbsd/usr.bin/dig/lib/isccfg/ |
H A D | parser.c | 298 cfg_listelt_t *elt = NULL; in parser_openfile() local 536 cfg_listelt_t *elt; in create_listelt() local 548 free_list_elt(cfg_parser_t *pctx, cfg_listelt_t *elt) { in free_list_elt() 555 cfg_listelt_t *elt, *next; in free_list() local 570 cfg_listelt_t *elt = NULL; in cfg_parse_listelt() local 872 cfg_listelt_t *elt = NULL; in parse_unsupported() local 934 cfg_listelt_t *elt; in cfg_gettoken() local 1025 cfg_listelt_t *elt; in have_current_file() local 1039 cfg_listelt_t *elt; in current_file() local
|
/openbsd/usr.sbin/nsd/ |
H A D | netio.c | 41 netio_handler_list_type *elt; in netio_add_handler() local 116 netio_handler_list_type *elt; in netio_dispatch() local
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cse.c | 715 struct table_elt *elt; local 1372 remove_from_table (elt, hash) in remove_from_table() argument 1572 struct table_elt *elt; local 1888 struct table_elt *elt; local 2157 use_related_value (x, elt) in use_related_value() argument 2355 rtx elt; local 2907 struct table_elt *elt; local 3424 struct table_elt *elt; local 3481 struct table_elt *elt; local 4420 struct table_elt *elt; local [all …]
|
H A D | cselib.h | 60 cselib_val *elt; member
|
H A D | bitmap.c | 56 bitmap_elem_to_freelist (head, elt) in bitmap_elem_to_freelist() argument 76 bitmap_element_free (head, elt) in bitmap_element_free() argument
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-domain.c | 143 int bitlen, elt; in labellen() local 164 int elt; in ns_nprint() local
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | xml.c | 664 xml_push_current_element (int elt) in xml_push_current_element() 783 xml_insert_element_with_attribute (int elt, int arg, char *format, ...) in xml_insert_element_with_attribute() 993 xml_insert_element (int elt, int arg) in xml_insert_element() 1353 xml_begin_docbook_float (int elt) in xml_begin_docbook_float() 1646 int elt = xml_in_para ? INLINEIMAGE : MEDIAOBJECT; in xml_insert_docbook_image() local
|
H A D | insertion.c | 102 INSERTION_ELT *elt = insertion_stack; in current_item_function() local 1919 int elt = STREQ (command, "shortcaption") ? SHORTCAPTION : CAPTION; in cm_caption() local 2037 int elt = 0; in cm_titlepage_cmds() local
|
H A D | toc.c | 365 int elt = STREQ (command, "contents") ? CONTENTS : SHORTCONTENTS; in cm_contents() local
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_mod_inverse.c | 279 BIGNUM *i, *a, *m, *inv, *elt, *mod; in bn_mod_inverse_test() local
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | AbstractBasicWriter.h | 144 for (const T &elt : array) { in writeArray() local
|