| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| attribute.c | 40 if (form != DW_FORM_addr && form != DW_FORM_addrx 41 && form != DW_FORM_GNU_addr_index) 44 contain an address must always be in DW_FORM_addr form. 51 a list of legitimate cases where a non-address form is allowed, 68 return (form == DW_FORM_strp || form == DW_FORM_line_strp 69 || form == DW_FORM_string 70 || form == DW_FORM_strx 71 || form == DW_FORM_strx [all...] |
| stringify.h | 29 /* Convert a DWARF value form code into its string name. */ 30 extern const char *dwarf_form_name (unsigned form); 32 /* Convert a boolean to a string form. */
|
| attribute.h | 46 attribute's form into account. */ 49 /* If the attribute has a string form, return the string value; 53 /* Return the block value. The attribute must have block form. */ 61 form. */ 64 gdb_assert (form == DW_FORM_ref_sig8); 69 form. */ 85 /* Return the unsigned value. Requires that the form be an unsigned 86 form, and that reprocessing not be needed. */ 151 return (form == DW_FORM_ref_addr 152 || form == DW_FORM_ref 308 ENUM_BITFIELD(dwarf_form) form : 15; member in struct:attribute [all...] |
| stringify.c | 81 dwarf_form_name (unsigned form) 83 const char *name = get_DW_FORM_name (form); 86 return dwarf_unknown ("FORM", form);
|
| /src/lib/libform/ |
| post.c | 35 #include "form.h" 39 * Post the form to the screen. 42 post_form(FORM *form) 46 if (form == NULL) 49 if (form->posted == 1) 52 if ((form->fields == NULL) || (form->fields[0] == NULL)) 55 if (form->in_init == 1) 58 if (scale_form(form, &rows, &cols) != E_OK [all...] |
| form.c | 1 /* $NetBSD: form.c,v 1.17 2021/04/13 13:13:04 christos Exp $ */ 33 __RCSID("$NetBSD: form.c,v 1.17 2021/04/13 13:13:04 christos Exp $"); 37 #include <form.h> 42 FORM _formi_default_form = { 44 FALSE, /* the form is posted */ 46 NULL, /* window for the form */ 47 NULL, /* subwindow for the form */ 50 0, /* options for the form */ 51 NULL, /* function called when form posted and 53 NULL, /* function called when form is unposted an [all...] |
| driver.c | 36 #include "form.h" 40 traverse_form_links(FORM *form, int direction); 50 traverse_form_links(FORM *form, int direction) 54 idx = form->cur_field; 59 if (form->fields[idx]->left == NULL) 61 idx = form->fields[idx]->left->index; 65 if (form->fields[idx]->right == NULL) 67 idx = form->fields[idx]->right->index [all...] |
| internals.h | 33 #include "form.h" 42 /* define the default options for a form... */ 107 _formi_draw_page(FORM *form); 109 _formi_find_pages(FORM *form); 111 _formi_field_choice(FORM *form, int c); 115 _formi_manipulate_field(FORM *form, int c) [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| attribute.c | 40 if (form != DW_FORM_addr && form != DW_FORM_addrx 41 && form != DW_FORM_GNU_addr_index) 44 contain an address must always be in DW_FORM_addr form. 51 a list of legitimate cases where a non-address form is allowed, 68 return (form == DW_FORM_strp || form == DW_FORM_line_strp 69 || form == DW_FORM_string 70 || form == DW_FORM_strx 71 || form == DW_FORM_strx [all...] |
| attribute.h | 46 attribute's form into account. */ 49 /* If the attribute has a string form, return the string value; 53 /* Return the block value. The attribute must have block form. */ 61 form. */ 64 gdb_assert (form == DW_FORM_ref_sig8); 69 form. */ 85 /* Return the unsigned value. Requires that the form be an unsigned 86 form, and that reprocessing not be needed. */ 112 If a signed form and negative value is used, or if a non-constant 113 form is used, then complaint is issued and an empty value i 350 ENUM_BITFIELD(dwarf_form) form : 15; member in struct:attribute [all...] |
| stringify.h | 29 /* Convert a DWARF value form code into its string name. */ 30 extern const char *dwarf_form_name (unsigned form); 32 /* Convert a boolean to a string form. */
|
| stringify.c | 81 dwarf_form_name (unsigned form) 83 const char *name = get_DW_FORM_name (form); 86 return dwarf_unknown ("FORM", form);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/man/ |
| ngettext.x | 2 ngettext \- translate message and choose plural form 7 chooses the appropriate plural form, which depends on the number \fICOUNT\fP
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw-form-strx.exp | 22 source $srcdir/$subdir/dw-form-strx.exp.tcl
|
| dw-form-strx-out-of-bounds.exp | 26 source $srcdir/$subdir/dw-form-strx.exp.tcl
|
| /src/lib/libc/gen/ |
| getbsize.c | 12 * 2. Redistributions in binary form must reproduce the above copyright 59 const char *form; local 65 form = ""; 75 form = "G"; 80 form = "K"; 85 form = "M"; 106 form = ""; 114 snprintf(header, sizeof(header), "%ld%s-blocks", n, form);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ec2_oct.c | 127 point_conversion_form_t form, 138 if ((form != POINT_CONVERSION_COMPRESSED) 139 && (form != POINT_CONVERSION_UNCOMPRESSED) 140 && (form != POINT_CONVERSION_HYBRID)) { 159 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; 187 buf[0] = form; 188 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { 213 if (form == POINT_CONVERSION_UNCOMPRESSED 214 || form == POINT_CONVERSION_HYBRID) { 258 point_conversion_form_t form; local [all...] |
| ecp_oct.c | 160 point_conversion_form_t form, 169 if ((form != POINT_CONVERSION_COMPRESSED) 170 && (form != POINT_CONVERSION_UNCOMPRESSED) 171 && (form != POINT_CONVERSION_HYBRID)) { 190 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; 215 if ((form == POINT_CONVERSION_COMPRESSED 216 || form == POINT_CONVERSION_HYBRID) 218 buf[0] = form + 1; 220 buf[0] = form; 240 if (form == POINT_CONVERSION_UNCOMPRESSE 277 point_conversion_form_t form; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ec2_oct.c | 127 point_conversion_form_t form, 138 if ((form != POINT_CONVERSION_COMPRESSED) 139 && (form != POINT_CONVERSION_UNCOMPRESSED) 140 && (form != POINT_CONVERSION_HYBRID)) { 160 (form == 189 buf[0] = form; 190 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { 215 if (form == POINT_CONVERSION_UNCOMPRESSED 216 || form == POINT_CONVERSION_HYBRID) { 260 point_conversion_form_t form; local [all...] |
| ecp_oct.c | 160 point_conversion_form_t form, 169 if ((form != POINT_CONVERSION_COMPRESSED) 170 && (form != POINT_CONVERSION_UNCOMPRESSED) 171 && (form != POINT_CONVERSION_HYBRID)) { 191 (form == 217 if ((form == POINT_CONVERSION_COMPRESSED 218 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y)) 219 buf[0] = form + 1; 221 buf[0] = form; 241 if (form == POINT_CONVERSION_UNCOMPRESSE 278 point_conversion_form_t form; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ec2_oct.c | 114 point_conversion_form_t form, 123 if ((form != POINT_CONVERSION_COMPRESSED) 124 && (form != POINT_CONVERSION_UNCOMPRESSED) 125 && (form != POINT_CONVERSION_HYBRID)) { 145 (form == 172 buf[0] = form; 173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { 198 if (form == POINT_CONVERSION_UNCOMPRESSED 199 || form == POINT_CONVERSION_HYBRID) { 239 point_conversion_form_t form; local [all...] |
| ecp_oct.c | 155 point_conversion_form_t form, 164 if ((form != POINT_CONVERSION_COMPRESSED) 165 && (form != POINT_CONVERSION_UNCOMPRESSED) 166 && (form != POINT_CONVERSION_HYBRID)) { 186 (form == 212 if ((form == POINT_CONVERSION_COMPRESSED 213 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y)) 214 buf[0] = form + 1; 216 buf[0] = form; 236 if (form == POINT_CONVERSION_UNCOMPRESSE 272 point_conversion_form_t form; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| genmova.sh | 96 # There doesn't seem to be a well-established canonical form for 99 for form in mult ashift; do 100 case $form in 112 (plus:$d ($form:$d $operand 131 ($form:$d (zero_extend:$d $operand) 139 (plus:$d ($form:$d (zero_extend:$d $operand) 159 # memory form first since register_operand accepts mem subregs 168 (and:$d ($form:$d $paradoxical 177 (plus:$d (and:$d ($form:$d $paradoxical
|
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| genmova.sh | 96 # There doesn't seem to be a well-established canonical form for 99 for form in mult ashift; do 100 case $form in 112 (plus:$d ($form:$d $operand 131 ($form:$d (zero_extend:$d $operand) 139 (plus:$d ($form:$d (zero_extend:$d $operand) 159 # memory form first since register_operand accepts mem subregs 168 (and:$d ($form:$d $paradoxical 177 (plus:$d (and:$d ($form:$d $paradoxical
|
| /src/external/bsd/mdocml/dist/ |
| dba.h | 43 const char *, const char *, enum form);
|