Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dragonfly/crypto/libressl/crypto/ec/
H A Decp_oct.c252 if ((form == POINT_CONVERSION_COMPRESSED || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y)) in ec_GFp_simple_point2oct()
253 buf[0] = form + 1; in ec_GFp_simple_point2oct()
255 buf[0] = form; in ec_GFp_simple_point2oct()
274 if (form == POINT_CONVERSION_UNCOMPRESSED || form == POINT_CONVERSION_HYBRID) { in ec_GFp_simple_point2oct()
309 point_conversion_form_t form; in ec_GFp_simple_oct2point() local
320 form = buf[0]; in ec_GFp_simple_oct2point()
321 y_bit = form & 1; in ec_GFp_simple_oct2point()
322 form = form & ~1U; in ec_GFp_simple_oct2point()
323 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_oct2point()
329 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GFp_simple_oct2point()
[all …]
H A Dec2_oct.c177 point_conversion_form_t form, in ec_GF2m_simple_point2oct() argument
186 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_point2oct()
231 buf[0] = form; in ec_GF2m_simple_point2oct()
256 form == POINT_CONVERSION_HYBRID) { in ec_GF2m_simple_point2oct()
295 point_conversion_form_t form; in ec_GF2m_simple_oct2point() local
319 form = buf[0] & ~1U; in ec_GF2m_simple_oct2point()
321 if (form != 0 && form != POINT_CONVERSION_COMPRESSED && in ec_GF2m_simple_oct2point()
323 form != POINT_CONVERSION_HYBRID) { in ec_GF2m_simple_oct2point()
327 if (form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GF2m_simple_oct2point()
335 if (form == 0) { in ec_GF2m_simple_oct2point()
[all …]
H A Dec_print.c61 point_conversion_form_t form, BIGNUM * ret, BN_CTX * ctx) in EC_POINT_point2bn() argument
66 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2bn()
74 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) { in EC_POINT_point2bn()
126 point_conversion_form_t form, BN_CTX * ctx) in EC_POINT_point2hex() argument
132 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2hex()
140 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) { in EC_POINT_point2hex()
H A Dec_oct.c129 point_conversion_form_t form, in EC_POINT_point2oct() argument
144 form, buf, len, ctx); in EC_POINT_point2oct()
153 form, buf, len, ctx); in EC_POINT_point2oct()
156 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct()
H A Deck_prn.c203 point_conversion_form_t form; in ECPKParameters_print() local
229 form = EC_GROUP_get_point_conversion_form(x); in ECPKParameters_print()
232 form, NULL, ctx)) == NULL) { in ECPKParameters_print()
289 if (form == POINT_CONVERSION_COMPRESSED) { in ECPKParameters_print()
293 } else if (form == POINT_CONVERSION_UNCOMPRESSED) { in ECPKParameters_print()
/dragonfly/tools/regression/usr.bin/m4/
H A Dregress.args.out1 first form: 1,2,B, second form 1,2,C
2 first form: 1,2,B, second form 1,2,C
3 first form: , second form
H A Dargs.m44 define(`A', `first form: $@, second form $*')dnl
/dragonfly/lib/libc/gen/
H A Dgetbsize.c45 const char *form; in getbsize() local
51 form = ""; in getbsize()
61 form = "G"; in getbsize()
66 form = "K"; in getbsize()
71 form = "M"; in getbsize()
92 form = ""; in getbsize()
98 snprintf(header, sizeof(header), "%ld%s-blocks", n, form); in getbsize()
/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_widget.c73 w->form = NULL; in curses_widget_new()
154 struct curses_form *cf = w->form; in curses_widget_draw()
307 curses_form_refresh(w->form); in curses_textbox_advance_char()
322 curses_form_refresh(w->form); in curses_textbox_retreat_char()
335 curses_form_refresh(w->form); in curses_textbox_home()
347 curses_form_refresh(w->form); in curses_textbox_end()
370 curses_form_refresh(w->form); in curses_textbox_insert_char()
392 curses_form_refresh(w->form); in curses_textbox_backspace_char()
411 curses_form_refresh(w->form); in curses_textbox_delete_char()
421 curses_form_refresh(w->form); in curses_textbox_set_text()
[all …]
H A Dcurses_form.c144 w->form = cf; in curses_form_widget_prepare()
212 cw->form->widget_tail = w; in curses_form_widget_insert_after()
227 w->form->widget_head = w->next; in curses_form_widget_remove()
232 w->form->widget_tail = w->prev; in curses_form_widget_remove()
238 w->form = NULL; in curses_form_widget_remove()
723 wy = w->y + 1 - w->form->y_offset; in curses_form_widget_is_visible()
751 wy = w->y + 1 - w->form->y_offset; in curses_form_widget_ensure_visible()
755 else if (wy > w->form->height) in curses_form_widget_ensure_visible()
756 dy = (wy - w->form->height); in curses_form_widget_ensure_visible()
759 curses_form_draw(w->form); in curses_form_widget_ensure_visible()
[all …]
/dragonfly/contrib/dialog/
H A Dformbox.c516 WINDOW *dialog, *form; in dlg_form() local
597 getbegx(form) - getbegx(dialog), in dlg_form()
598 getmaxy(form), in dlg_form()
599 getmaxx(form), in dlg_form()
656 wsyncup(form); in dlg_form()
657 wcursyncup(form); in dlg_form()
791 dlg_unregister_window(form); in dlg_form()
800 int row = (cell / getmaxx(form)) + scrollamt; in dlg_form()
801 int col = (cell % getmaxx(form)); in dlg_form()
874 dlg_show_string(form, current->text, chr_offset, in dlg_form()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dauto-inc-dec.c111 enum form enum
297 enum form form; member
316 switch (inc_insn.form) in dump_inc_insn()
469 if (inc_insn.form == FORM_PRE_ADD in attempt_change()
470 || inc_insn.form == FORM_POST_ADD) in attempt_change()
503 switch (inc_insn.form) in attempt_change()
612 switch (inc_insn.form) in try_merge()
811 if (inc_insn.form == FORM_PRE_INC in parse_add_or_inc()
812 || inc_insn.form == FORM_POST_INC) in parse_add_or_inc()
1025 if (inc_insn.form == FORM_POST_ADD) in find_inc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dauto-inc-dec.c117 enum form enum
303 enum form form; member
322 switch (inc_insn.form) in dump_inc_insn()
514 switch (inc_insn.form) in attempt_change()
619 switch (inc_insn.form) in try_merge()
842 if (inc_insn.form == FORM_PRE_INC in parse_add_or_inc()
843 || inc_insn.form == FORM_POST_INC) in parse_add_or_inc()
1040 if (inc_insn.form == FORM_POST_ADD) in find_inc()
1088 if (inc_insn.form == FORM_POST_ADD) in find_inc()
1141 if (inc_insn.form == FORM_POST_ADD) in find_inc()
[all …]
/dragonfly/sys/dev/acpica/
H A Dacpi_wmi_if.m10 # 2. Redistributions in binary form must reproduce the above copyright
52 # const char* guid_string: String form of the GUID
63 # const char* guid_string: String form of the GUID
82 # const char* guid_string: String form of the GUID
96 # const char* guid_string: String form of the GUID
111 # const char* guid_string: String form of the GUID
126 # const char* guid_string: String form of the GUID
/dragonfly/crypto/libressl/apps/openssl/
H A Dec.c77 point_conversion_form_t form; member
113 ec_config.form = POINT_CONVERSION_COMPRESSED; in ec_opt_form()
115 ec_config.form = POINT_CONVERSION_UNCOMPRESSED; in ec_opt_form()
117 ec_config.form = POINT_CONVERSION_HYBRID; in ec_opt_form()
280 ec_config.form = POINT_CONVERSION_UNCOMPRESSED; in ec_main()
343 EC_KEY_set_conv_form(eckey, ec_config.form); in ec_main()
H A Decparam.c98 point_conversion_form_t form; member
116 ecparam_config.form = POINT_CONVERSION_COMPRESSED; in ecparam_opt_form()
118 ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_opt_form()
120 ecparam_config.form = POINT_CONVERSION_HYBRID; in ecparam_opt_form()
271 ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_main()
370 EC_GROUP_set_point_conversion_form(group, ecparam_config.form); in ecparam_main()
387 EC_GROUP_set_point_conversion_form(group, ecparam_config.form); in ecparam_main()
/dragonfly/contrib/mdocml/
H A Dmansearch.h78 enum form { enum
98 enum form form; member
H A Dmain.c98 size_t, const char *, enum form,
511 resn->form = FORM_SRC; in main()
581 res[i].form = FORM_SRC; in main()
712 const char *sec, enum form form, struct manpage **res, size_t *ressz) in fs_append() argument
726 page->form = form; in fs_append()
743 enum form form; in fs_lookup() local
752 form = FORM_SRC; in fs_lookup()
763 form = FORM_CAT; in fs_lookup()
831 ipath, sec, form, res, ressz); in fs_lookup()
833 fs_append(&file, 1, 0, ipath, sec, form, res, ressz); in fs_lookup()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Ddwarf_reader.cc279 if (attr == 0 && form == 0) in do_get_abbrev()
285 entry->add_attribute(attr, form); in do_get_abbrev()
695 unsigned int form = this->abbrev_code_->attributes[i].form; in read_attributes() local
705 attr_value.form = form; in read_attributes()
707 switch(form) in read_attributes()
948 unsigned int form = this->abbrev_code_->attributes[i].form; in skip_attributes() local
954 switch(form) in skip_attributes()
1079 switch (attr_val->form) in string_attribute()
1097 switch (attr_val->form) in int_attribute()
1118 switch (attr_val->form) in uint_attribute()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwarf_reader.cc279 if (attr == 0 && form == 0) in do_get_abbrev()
285 entry->add_attribute(attr, form); in do_get_abbrev()
695 unsigned int form = this->abbrev_code_->attributes[i].form; in read_attributes() local
705 attr_value.form = form; in read_attributes()
707 switch(form) in read_attributes()
935 unsigned int form = this->abbrev_code_->attributes[i].form; in skip_attributes() local
941 switch(form) in skip_attributes()
1064 switch (attr_val->form) in string_attribute()
1082 switch (attr_val->form) in int_attribute()
1103 switch (attr_val->form) in uint_attribute()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Doptions.texi151 implicitly assumed to take a ``no-'' form. This form should not be
153 does not have a ``no-'' form, you can use the @code{RejectNegative}
165 A target mask record. These records have one field of the form
216 The option does not have a ``no-'' form. All options beginning with
270 putting it in canonical form, and before comparing with the strings
292 parser will set the variable to 1 when the positive form of the
293 option is used and 0 when the ``no-'' form is used.
325 when the ``no-'' form is used.
384 negated if the alias is used in negated form. In the second form, the
389 @option{-@var{opt}}, and if the alias is used in the negative form
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c876 attr->form = form; in add_abbrev_attr()
980 if (form == 0) in get_FORM_name()
1805 switch (form) in skip_attr_bytes()
2029 switch (form) in display_discr_list()
2136 switch (form) in read_and_display_attr_value()
2209 switch (form) in read_and_display_attr_value()
2435 && (form == DW_FORM_data4 || form == DW_FORM_data8)) in read_and_display_attr_value()
2502 && (form == DW_FORM_data4 || form == DW_FORM_data8)) in read_and_display_attr_value()
2525 switch (form) in read_and_display_attr_value()
2546 switch (form) in read_and_display_attr_value()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/doc/
H A Dbfdsumm.texi17 form. The linker then operates upon the canonical form. When the link is
32 information which can be described in one form has nowhere to go in
50 internal canonical form of the external formats is not exhaustive; there
59 canonical form has structures which are opaque to the BFD core,
61 the canonical form is generated for BFD and the application. At the
64 end routine will be able to use the canonical form provided by the
78 destination format. A brief description of the canonical form may help
140 Object formats can contain, for debugging purposes, some form of mapping
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c61 enum dwarf_form form; member
309 enum dwarf_form form; member
1142 return (form == DW_FORM_string || form == DW_FORM_strp in is_str_attr()
1143 || form == DW_FORM_line_strp || form == DW_FORM_GNU_strp_alt); in is_str_attr()
1152 unsigned form, in read_attribute_value() argument
1170 attr->form = (enum dwarf_form) form; in read_attribute_value()
1172 switch (form) in read_attribute_value()
1334 form); in read_attribute_value()
2013 bfd_vma content_type, form; in read_formatted_entries() local
2053 switch (form) in read_formatted_entries()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c356 u_char form, class; /* tag info */ member
424 u_char form, class, id; in asn1_parse() local
444 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */ in asn1_parse()
445 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */ in asn1_parse()
447 form = (u_char)(GET_U_1(p) & ASN_FORM_BITS) >> ASN_FORM_SHIFT; in asn1_parse()
450 elem->form = form; in asn1_parse()
509 if (form >= sizeof(Form)/sizeof(Form[0])) { in asn1_parse()
510 ND_PRINT("[form?%d]", form); in asn1_parse()
514 ND_PRINT("[class?%c/%d]", *Form[form], class); in asn1_parse()
518 ND_PRINT("[id?%c/%s/%d]", *Form[form], Class[class].name, id); in asn1_parse()
[all …]

12345678910>>...26