Searched refs:nfields (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.c340 int ninterfaces, nfields, nmethods; local
376 nfields = value_as_long (value_struct_elt (&temp, NULL, "field_count", NULL, "structure"));
377 nfields += TYPE_N_BASECLASSES (type);
378 nfields++; /* Add one for dummy "class" field. */
379 TYPE_NFIELDS (type) = nfields;
381 TYPE_ALLOC (type, sizeof (struct field) * nfields);
383 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nfields);
386 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
387 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); local
390 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
391 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); local
395 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); local
[all...]
H A Ddwarfread.c942 int nfields = 0; local
1071 nfields++;
1084 if (nfields == 0)
1090 TYPE_NFIELDS (type) = nfields;
1092 TYPE_ALLOC (type, sizeof (struct field) * nfields);
1094 for (n = nfields; list; list = list->next)
1660 int nfields = 0; local
1719 nfields++;
1740 if (nfields > 0)
1744 TYPE_NFIELDS (type) = nfields;
[all...]
H A Dremote-mips.c1718 int nfields;
1757 nfields = sscanf (buff, "0x%*x %*c 0x%*x 0x%*x 0x%x 0x%x 0x%x 0x%*x %s",
1759 if (nfields >= 3)
1775 if (nfields == 9)
1814 if (nfields == 1 && rpc == 1)
2408 int nfields;
2448 nfields = sscanf (buf, "0x%x b 0x0 0x%x", &rpid, &rerrflg);
2449 if (nfields != 2)
2499 nfields = sscanf (buf, "0x%x %c 0x%x 0x%x",
2501 if (nfields !
1715 int nfields; local
2404 int nfields; local
[all...]
H A Dstabsread.c3148 int nfields = 0;
3159 nfields++;
3170 TYPE_NFIELDS (type) = nfields;
3172 TYPE_ALLOC (type, sizeof (struct field) * nfields);
3173 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nfields);
3180 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3181 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields);
3184 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3185 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields);
3188 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3142 int nfields = 0; local
3175 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); local
3179 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); local
3183 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); local
[all...]
H A Dhpread.c3623 int n, nfields = 0, n_fn_fields = 0, n_fn_fields_total = 0;
3745 nfields++;
4062 nfields++;
4097 nfields++;
4118 nfields++;
4139 nfields++;
4215 nfields++;
4288 TYPE_NFIELDS (type) = nfields;
4291 obstack_alloc (&objfile->objfile_obstack, sizeof (struct field) * nfields);
4293 for (n = nfields, tmp_lis
3608 int n, nfields = 0, n_fn_fields = 0, n_fn_fields_total = 0; local
4315 B_CLRALL (TYPE_FIELD_VIRTUAL_BITS (type), nfields); local
4319 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); local
4323 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); local
4328 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); local
[all...]
H A Dcoffread.c1950 int nfields = 0;
1989 nfields++;
2008 nfields++;
2018 TYPE_NFIELDS (type) = nfields;
2020 TYPE_ALLOC (type, sizeof (struct field) * nfields);
2024 for (n = nfields; list; list = list->next)
1937 int nfields = 0; local
H A Dada-lang.c6051 int nfields, bit_len;
6061 nfields = TYPE_NFIELDS (type);
6064 nfields = 0;
6065 while (nfields < TYPE_NFIELDS (type)
6066 && !ada_is_variant_part (type, nfields)
6067 && !is_dynamic_field (type, nfields))
6068 nfields++;
6074 TYPE_NFIELDS (rtype) = nfields;
6076 TYPE_ALLOC (rtype, nfields * sizeof (struct field));
6077 memset (TYPE_FIELDS (rtype), 0, sizeof (struct field) * nfields);
6040 int nfields, bit_len; local
6210 int nfields; local
6264 int nfields = TYPE_NFIELDS (type); local
[all...]
H A Ddwarf2read.c615 int nfields; member in struct:field_info
3255 fip->nfields++;
3415 int nfields = fip->nfields; local
3419 TYPE_NFIELDS (type) = nfields;
3421 TYPE_ALLOC (type, sizeof (struct field) * nfields);
3422 memset (TYPE_FIELDS (type), 0, sizeof (struct field) * nfields);
3429 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3430 B_CLRALL (TYPE_FIELD_PRIVATE_BITS (type), nfields); local
3433 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields));
3434 B_CLRALL (TYPE_FIELD_PROTECTED_BITS (type), nfields); local
3438 B_CLRALL (TYPE_FIELD_IGNORE_BITS (type), nfields); local
[all...]
H A Dgdbtypes.h382 short nfields; member in struct:main_type
601 nfields and private_field_bits is a bit vector containing one bit
608 nfields and protected_field_bits is a bit vector containing one bit
810 #define TYPE_NFIELDS(thistype) TYPE_MAIN_TYPE(thistype)->nfields
H A Dmdebugread.c862 int nfields;
893 nfields = 0;
930 if (nfields == 0 && type_code == TYPE_CODE_UNDEF)
953 nfields++;
1038 if (nfields > 1 && max_value == 0)
1065 TYPE_NFIELDS (t) = nfields;
1068 nfields * sizeof (struct field)));
855 int nfields; local
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesf.cc50 NCursesForm::mapFields(NCursesFormField* nfields[]) argument
55 assert(nfields != 0);
57 for (lcv=0; nfields[lcv]->field; ++lcv)
62 for (lcv=0;nfields[lcv]->field;++lcv) {
63 fields[lcv] = nfields[lcv]->field;
67 my_fields = nfields;
106 NCursesForm::InitForm(NCursesFormField* nfields[], argument
119 form = ::new_form(mapFields(nfields));
H A Dcursesf.h374 FIELD** mapFields(NCursesFormField* nfields[]);
/haiku-fatelf/src/bin/coreutils/src/
H A Djoin.c74 size_t nfields; /* Number of elements in `fields'. */ member in struct:line
222 if (line->nfields >= line->nfields_allocated)
226 line->fields[line->nfields].beg = field;
227 line->fields[line->nfields].len = len;
228 ++(line->nfields);
297 if (jf_1 < line1->nfields)
308 if (jf_2 < line2->nfields)
381 line->nfields = 0;
507 if (n < line->nfields)
576 for (i = 0; i < join_field_1 && i < line1->nfields;
[all...]
/haiku-fatelf/src/bin/zic/
H A Dzic.c129 static void inleap P((char ** fields, int nfields));
130 static void inlink P((char ** fields, int nfields));
131 static void inrule P((char ** fields, int nfields));
132 static int inzcont P((char ** fields, int nfields));
133 static int inzone P((char ** fields, int nfields));
134 static int inzsub P((char ** fields, int nfields, int iscont));
827 register int nfields; local
854 nfields = 0;
855 while (fields[nfields] != NULL) {
858 if (strcmp(fields[nfields], "
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirwrite.c86 uint32 nfields; local
139 nfields = 0;
142 nfields += (b < FIELD_SUBFILETYPE ? 2 : 1);
143 nfields += td->td_customValueCount;
144 dirsize = nfields * sizeof (TIFFDirEntry);
176 nfields--;
357 dircount = (uint16) nfields;
374 dircount = (uint16) nfields;
441 uint32 nfields; local
458 nfields
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure19921 nfields = split(line, field, "@")
19924 for (i = 2; i < nfields; i++) {
/haiku-fatelf/src/bin/bash/
H A Dconfigure30865 nfields = split(line, field, "@")
30868 for (i = 2; i < nfields; i++) {
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure33564 nfields = split(line, field, "@")
33567 for (i = 2; i < nfields; i++) {
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure[all...]

Completed in 447 milliseconds