Searched refs:element (Results 26 - 50 of 152) sorted by relevance

1234567

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dgeniec.awk64 # This function is called just when the first information element was found
74 # This is called, when the information element is defaulted (there is
93 function element() { function
H A Dparseie.awk59 # element <name> <code> <coding> [<maxlen> [<options>*]]
61 $1=="element" {
83 element()
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp77 | Results: Examines a picture element and calls the appropriate
83 HGPrintElt(ELT *element, argument
91 if (!DBNullelt(element) && !Nullpoint((p1 = element->ptlist))) {
93 if (TEXT(element->type)) {
94 HGSetFont(element->brushf, element->size);
95 switch (element->size) {
111 HGPutText(element->type, *p1, element
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dtemplate.c297 * INDEFINITE primitive types are one element after the
377 unsigned int *element = DPO(data, choice->offset); local
386 *element = i;
397 *element = 0;
662 const unsigned int *element = DPOC(data, choice->offset); local
666 if (*element > A1_HEADER_LEN(choice)) {
667 printf("element: %d\n", *element);
671 if (*element == 0) {
675 choice += *element;
761 const unsigned char *element = el->val; local
797 const unsigned int *element = DPOC(data, choice->offset); local
886 unsigned char *element = el->val; local
903 const unsigned int *element = DPOC(data, choice->offset); local
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Darsup.c173 bfd *element; local
196 element = bfd_openr_next_archived_file (ibfd, NULL);
198 while (element)
200 *ptr = element;
201 ptr = &element->archive_next;
202 element = bfd_openr_next_archived_file (ibfd, element);
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-disasm.c228 struct tui_win_element * element; local
232 element = (struct tui_win_element *) TUI_DISASM_WIN->generic.content[i];
233 src = &element->which_element.source;
323 struct tui_locator_element * element; local
327 element = &((struct tui_win_element *) locator->content[0])->which_element.locator;
329 if (element->addr == 0)
346 addr = element->addr;
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_frontend_internal.c121 struct ctl_mem_element *element; member in struct:cfi_metatask
156 struct ctl_mem_element *element; member in struct:cfi_lun
401 struct ctl_mem_element *element; local
426 element = ctl_alloc_mem_element(&softc->lun_pool, /*can_wait*/ 0);
428 if (element == NULL) {
433 lun = (struct cfi_lun *)element->bytes;
435 lun->element = element;
488 ctl_free_mem_element(lun->element);
1689 struct ctl_mem_element *element; local
1729 struct ctl_mem_element *element; local
1771 struct ctl_mem_element *element; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-dom.c125 /* The stmt pointer if this element corresponds to a statement. */
462 initialize the hash table element pointed to by ELEMENT. */
465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) argument
474 element->stmt = NULL;
475 element->rhs = expr;
479 element->stmt = expr;
480 element->rhs = COND_EXPR_COND (expr);
484 element->stmt = expr;
485 element->rhs = SWITCH_COND (expr);
489 element
516 struct expr_hash_elt element; local
904 struct expr_hash_elt *element = XCNEW (struct expr_hash_elt); local
1928 struct expr_hash_elt *element = XNEW (struct expr_hash_elt); local
[all...]
H A Dtree-sra.c103 /* If this element is a root, then this is the VAR_DECL. If this is
104 a sub-element, this is some token used to identify the reference.
109 tree element; member in struct:sra_elt
111 /* The type of the element. */
114 /* A VAR_DECL, for any sub-element we've decided to replace. */
117 /* The number of times the element is referenced as a whole. I.e.
121 /* The number of times the element is copied to or from another
122 scalarizable element. */
128 /* True if this element is a group of members of its parent. */
131 /* True if we saw something about this element tha
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_ptr_vector.c92 /* Call the user's destructor for each element in the array. */
121 IN const size_t index, IN const void *const element)
128 /* Determine if the vector has room for this element. */
139 p_vector->p_ptr_array[index] = element;
148 const void *element; local
154 /* Store a copy of the element to return. */
155 element = p_vector->p_ptr_array[index];
162 /* Clear the entry for the element just outside of the new upper bound. */
165 return ((void *)element);
222 /* Determine if the vector has room for this element
120 cl_ptr_vector_set(IN cl_ptr_vector_t * const p_vector, IN const size_t index, IN const void *const element) argument
[all...]
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_domain_states.c381 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front( local
409 while (element != NULL)
412 sci_abstract_list_get_object(element);
418 element = sci_abstract_list_get_next(element);
/freebsd-10.0-release/lib/libelf/
H A Delf_types.m475 * Each member-list element comprises of pairs of (field name, type),
78 * Each member list element comprises a pair containing a field name
82 * The last element of a member list is the null element: `_,_'.
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
H A Dext.c50 if (ent->extensions->val[i].data.element !=
72 if (entry->extensions->val[i].data.element == (unsigned)type)
100 } else if (ext->data.element != choice_HDB_extension_data_asn1_ellipsis) {
101 ext2 = hdb_find_extension(entry, ext->data.element);
108 * unique, so just find the element in the list that have the
130 if (ext3->data.element != choice_HDB_extension_data_asn1_ellipsis)
189 if (entry->extensions->val[i].data.element == (unsigned)type) {
271 ext.data.element = choice_HDB_extension_data_last_pw_change;
353 ext.data.element = choice_HDB_extension_data_password;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dhashtab.c453 HASH is the hash value for the element to be inserted. */
557 element. It cannot be used to insert or delete an element. */
560 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) argument
572 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element)))
585 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element)))
591 element. */
594 htab_find (htab_t htab, const PTR element) argument
596 return htab_find_with_hash (htab, element, (*htab->hash_f) (element));
608 htab_find_slot_with_hash(htab_t htab, const PTR element, hashval_t hash, enum insert_option insert) argument
676 htab_find_slot(htab_t htab, const PTR element, enum insert_option insert) argument
687 htab_remove_elt(htab_t htab, PTR element) argument
698 htab_remove_elt_with_hash(htab_t htab, PTR element, hashval_t hash) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dhashtab.c453 HASH is the hash value for the element to be inserted. */
557 element. It cannot be used to insert or delete an element. */
560 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) argument
572 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element)))
585 || (entry != HTAB_DELETED_ENTRY && (*htab->eq_f) (entry, element)))
591 element. */
594 htab_find (htab_t htab, const PTR element) argument
596 return htab_find_with_hash (htab, element, (*htab->hash_f) (element));
608 htab_find_slot_with_hash(htab_t htab, const PTR element, hashval_t hash, enum insert_option insert) argument
676 htab_find_slot(htab_t htab, const PTR element, enum insert_option insert) argument
687 htab_remove_elt(htab_t htab, PTR element) argument
698 htab_remove_elt_with_hash(htab_t htab, PTR element, hashval_t hash) argument
[all...]
H A Dvmsbuild.com70 $ ofiles = ofiles + " " + f$element(1," ",iline) + ".o"
98 $! compile each element of the space-delimited list 'ofiles'
104 $ f = f$element(i," ",ofiles)
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dmacros.hpp121 #define ATF_REQUIRE_IN(element, collection) \
122 ATF_REQUIRE((collection).find(element) != (collection).end())
124 #define ATF_REQUIRE_NOT_IN(element, collection) \
125 ATF_REQUIRE((collection).find(element) == (collection).end())
/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c115 event.event_type, event.element.port_num);
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.h91 Char *element; member in struct:scroll_tab_list
/freebsd-10.0-release/libexec/bootpd/
H A Dhash.h56 * and a full data element as the second parameter. Thus, the key
57 * and element arguments to functions such as hash_Lookup() may
64 * int compare(key, element)
66 * struct some_complex_structure *element;
68 * return !strcmp(key, element->name);
72 * element = &some_complex_structure
136 hash_datum *element);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c522 struct port_table_attribute *element; local
530 element = kzalloc(sizeof (struct port_table_attribute),
532 if (!element)
534 if (snprintf(element->name, sizeof (element->name),
535 "%d", i) >= sizeof (element->name)) {
536 kfree(element);
539 sysfs_attr_init(&element->attr.attr);
540 element->attr.attr.name = element
[all...]
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.c513 struct KEYS *element; member in struct:KEY_STACK
1192 Spoint->element = (struct KEYS *) malloc(sizeof(struct KEYS));
1193 Spoint->element->string = String_table[key_def];
1194 Spoint->element->length = strlen(String_table[key_def]);
1195 Spoint->element->value = Key_vals[Counter];
1196 Klen = strlen(Spoint->element->string);
1206 if ((Spoint->element->length > 1) &&
1213 Spoint->element = (struct KEYS *) malloc(sizeof(struct KEYS));
1214 Spoint->element->length = strlen(String_table[key_def]);
1215 Spoint->element
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Djv-valprint.c96 CORE_ADDR element; local
110 element = next_element;
119 element = extract_unsigned_integer (buf, sizeof (buf));
131 if (next_element != element)
140 if (element == 0)
143 fprintf_filtered (stream, "@%s", paddr_nz (element));
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.c188 char *element; local
201 element = (char *) malloc (element_len + 1);
202 strncpy (element, nodetext - element_len, element_len);
208 element[element_len] = '\0';
210 handle_tag (element);
213 free (element);
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dname.c222 switch(ds->element) {
282 _hx509_abort("unknown directory type: %d", ds->element);
289 if (ds->element == choice_DirectoryString_bmpString ||
290 ds->element == choice_DirectoryString_universalString)
342 switch(ds->element) {
379 _hx509_abort("unknown directory type: %d", ds->element);
550 rdn->val[0].value.element = choice_DirectoryString_utf8String;
587 n->der_name.element = choice_Name_rdnSequence;
739 if (n->element != choice_Name_rdnSequence) {
760 if (ds->element !
[all...]

Completed in 280 milliseconds

1234567