| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-report.c | 63 uint32_t field_num; member in struct:field_properties 291 uint32_t field_num) 293 dest->field_num = field_num; 294 dest->width = rh->fields[field_num].width; 295 dest->flags = rh->fields[field_num].flags & DM_REPORT_FIELD_MASK; 298 dest->type = _find_type(rh, rh->fields[field_num].type); 301 rh->fields[field_num].id); 309 uint32_t field_num, uint32_t flags) 319 if (!_copy_field(rh, fp, field_num)) { [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-explore.exp | 64 set field_num 0 66 set result "$result$field\[ \]+=\[ \]+<Enter $field_num to explore this field of type .*" 67 incr field_num
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-type.c | 63 int field_num; member in struct:field_smob 417 gdbscm_printf (port, " %d", f_smob->field_num); 426 /* Low level routine to create a <gdb:field> object for field FIELD_NUM 430 tyscm_make_field_smob (SCM type_scm, int field_num) 437 f_smob->field_num = field_num; 460 /* Create a new <gdb:field> object that encapsulates field FIELD_NUM 464 tyscm_scm_from_field (SCM type_scm, int field_num) 466 return tyscm_make_field_smob (type_scm, field_num); 517 return &type->field (f_smob->field_num); [all...] |
| guile-internal.h | 578 extern SCM tyscm_scm_from_field (SCM type_scm, int field_num);
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-type.c | 63 int field_num; member in struct:field_smob 417 gdbscm_printf (port, " %d", f_smob->field_num); 426 /* Low level routine to create a <gdb:field> object for field FIELD_NUM 430 tyscm_make_field_smob (SCM type_scm, int field_num) 437 f_smob->field_num = field_num; 460 /* Create a new <gdb:field> object that encapsulates field FIELD_NUM 464 tyscm_scm_from_field (SCM type_scm, int field_num) 466 return tyscm_make_field_smob (type_scm, field_num); 517 return &type->field (f_smob->field_num); [all...] |
| guile-internal.h | 600 extern SCM tyscm_scm_from_field (SCM type_scm, int field_num);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-explore.exp | 64 set field_num 0 66 set result "$result$field\[ \]+=\[ \]+<Enter $field_num to explore this field of type .*" 67 incr field_num
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-typeprint.c | 435 /* Print the choices encoded by field FIELD_NUM of variant-part TYPE on 443 print_choices (struct type *type, int field_num, struct ui_file *stream, 448 const char *name = type->field (field_num).name (); 544 /* Assuming that field FIELD_NUM of TYPE represents variants whose 553 print_variant_clauses (struct type *type, int field_num, 561 var_type = type->field (field_num).type (); 579 /* Assuming that field FIELD_NUM of TYPE is a variant part whose 588 print_variant_part (struct type *type, int field_num, struct type *outer_type, 593 = ada_variant_discrim_name (type->field (field_num).type ()); 598 print_variant_clauses (type, field_num, outer_type, stream, show [all...] |
| ada-valprint.c | 537 print_variant_part (struct value *value, int field_num, 545 struct type *var_type = type->field (field_num).type (); 551 struct value *variant_field = value_field (value, field_num);
|
| ada-lang.c | 6185 /* True if field number FIELD_NUM in struct or union type TYPE is supposed 6189 ada_is_ignored_field (struct type *type, int field_num) 6191 if (field_num < 0 || field_num > type->num_fields ()) 6196 const char *name = type->field (field_num).name (); 6230 && (ada_is_dispatch_table_ptr_type (type->field (field_num).type ()) 6231 || ada_is_interface_tag (type->field (field_num).type ()))) 6585 /* True iff field number FIELD_NUM of structure type TYPE contains the 6587 a structure type with at least FIELD_NUM+1 fields. */ 6590 ada_is_parent_field (struct type *type, int field_num) [all...] |
| rust-lang.c | 188 int field_num = 0; local 193 field_num = 1; 201 return strcmp (type->field (field_num).name (), "end") == 0;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-typeprint.c | 435 /* Print the choices encoded by field FIELD_NUM of variant-part TYPE on 443 print_choices (struct type *type, int field_num, struct ui_file *stream, 448 const char *name = type->field (field_num).name (); 544 /* Assuming that field FIELD_NUM of TYPE represents variants whose 553 print_variant_clauses (struct type *type, int field_num, 561 var_type = type->field (field_num).type (); 579 /* Assuming that field FIELD_NUM of TYPE is a variant part whose 588 print_variant_part (struct type *type, int field_num, struct type *outer_type, 593 = ada_variant_discrim_name (type->field (field_num).type ()); 598 print_variant_clauses (type, field_num, outer_type, stream, show [all...] |
| ada-valprint.c | 537 print_variant_part (struct value *value, int field_num, 545 struct type *var_type = type->field (field_num).type (); 551 struct value *variant_field = value_field (value, field_num);
|
| ada-lang.c | 6182 /* True if field number FIELD_NUM in struct or union type TYPE is supposed 6186 ada_is_ignored_field (struct type *type, int field_num) 6188 if (field_num < 0 || field_num > type->num_fields ()) 6193 const char *name = type->field (field_num).name (); 6227 && (ada_is_dispatch_table_ptr_type (type->field (field_num).type ()) 6228 || ada_is_interface_tag (type->field (field_num).type ()))) 6582 /* True iff field number FIELD_NUM of structure type TYPE contains the 6584 a structure type with at least FIELD_NUM+1 fields. */ 6587 ada_is_parent_field (struct type *type, int field_num) [all...] |
| rust-lang.c | 193 int field_num = 0; local 198 field_num = 1; 206 return strcmp (type->field (field_num).name (), "end") == 0;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| amdgpu_dcn10_optc.c | 161 uint32_t field_num = 0; local 252 field_num = 1; 272 OTG_FIELD_NUMBER_CNTL, field_num);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 3334 int field_num = 0; local 3366 if (field_num == 0) 3370 sprintf (buf, "field_%d : aliased ", field_num + 1); 3379 field_num++; 3392 sprintf (buf, "when %d =>", field_num); 3404 field_num++; 3417 if (field_num == 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 3287 int field_num = 0; local 3319 if (field_num == 0) 3323 sprintf (buf, "field_%d : aliased ", field_num + 1); 3332 field_num++; 3345 sprintf (buf, "when %d =>", field_num); 3357 field_num++; 3370 if (field_num == 0)
|