Searched refs:new_type (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dhp300hpux.c365 int new_type; local
368 new_type = 0;
377 new_type = N_FN;
383 new_type = N_UNDF;
387 new_type = N_ABS;
391 new_type = N_TEXT;
395 new_type = N_DATA;
399 new_type = N_BSS;
403 new_type = N_COMM;
411 new_type |
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dcurve.c441 GdkCursorType new_type = c->cursor_type; local
498 new_type = GDK_TCROSS;
573 new_type = GDK_FLEUR;
589 new_type = GDK_FLEUR;
591 new_type = GDK_TCROSS;
596 new_type = GDK_TCROSS;
659 new_type = GDK_TCROSS;
661 new_type = GDK_PENCIL;
664 if (new_type != (GdkCursorType) c->cursor_type)
668 c->cursor_type = new_type;
686 stpui_curve_set_curve_type(StpuiCurve *c, StpuiCurveType new_type) argument
[all...]
H A Dgammacurve.c460 StpuiCurveType new_type; local
463 new_type = STPUI_CURVE (w)->curve_type;
464 switch (new_type)
/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools702 darwin) local new_type="macho" ;;
703 haiku) local new_type="elf" ;;
704 *) local new_type="none"
708 if [ ! -z "${type}" ] && [ "${type}" != "${new_type}" ]; then
711 local type="${new_type}"
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_chorus.c116 int new_type; /* next value, if parameter check is OK */ member in struct:_fluid_chorus_t
298 chorus->new_type=type;
406 chorus->type = chorus->new_type;
417 /* chorus->new_type = chorus->type; */
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcups-genppdupdate.in569 my ($new_type) = $new_default_types{$_};
573 if ($old_type ne $new_type) {
574 print " $_ ($old_type -> $new_type) : ";
576 print " $_ ($new_type) : ";
/haiku-fatelf/src/bin/rc/
H A Dparser.y1005 cast_to_uint8(type_t new_type, data_t data)
1007 data_t out = make_data(sizeof(uint8), new_type);
1044 cast_to_uint16(type_t new_type, data_t data)
1046 data_t out = make_data(sizeof(uint16), new_type);
1083 cast_to_uint32(type_t new_type, data_t data)
1085 data_t out = make_data(sizeof(uint32), new_type);
1122 cast_to_uint64(type_t new_type, data_t data)
1124 data_t out = make_data(sizeof(uint64), new_type);
1161 cast_to_float(type_t new_type, data_t data)
1163 data_t out = make_data(sizeof(float), new_type);
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dc-exp.y943 struct type *new_type;
955 new_type = cp_lookup_nested_type (type, ncopy,
957 if (new_type == NULL)
961 $$ = new_type;
H A Dc-exp.c2353 struct type *new_type;
2365 new_type = cp_lookup_nested_type (type, ncopy,
2367 if (new_type == NULL)
2371 yyval.tval = new_type;
2350 struct type *new_type; local
H A Dvalue.h343 struct type *new_type);
H A Dada-lang.c1582 struct type *new_type;
1589 new_type = alloc_type (TYPE_OBJFILE (type));
1592 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0));
1593 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits;
1594 TYPE_NAME (new_type) = ada_type_name (type);
1600 *elt_bits = TYPE_LENGTH (new_type) = 0;
1604 TYPE_LENGTH (new_type) =
1608 TYPE_FLAGS (new_type) |= TYPE_FLAG_FIXED_INSTANCE;
1609 return new_type;
6233 struct type *new_type;
1578 struct type *new_type; local
6222 struct type *new_type; local
[all...]
H A Dvarobj.c1643 char *old_type, *new_type;
1651 new_type = varobj_get_type (tmp_var);
1652 if (strcmp (old_type, new_type) == 0)
1639 char *old_type, *new_type; local
H A Dmdebugread.c285 static struct type *new_type (char *);
1048 t = new_type (NULL);
4706 new_type (char *name)
4695 new_type (char *name) function

Completed in 138 milliseconds