HomeSort by: relevance | last modified time | path
    Searched defs:field0 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
test-names.c 71 char field0[FIELDLEN]; local
91 n = getfield (stream, field0, ';');
103 i = strtoul (field0, NULL, 16);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
gen-lbrkprop.c 138 char field0[FIELDLEN]; local
170 n = getfield (stream, field0, ';');
193 i = strtoul (field0, NULL, 16);
200 n = getfield (stream, field0, ';');
230 j = strtoul (field0, NULL, 16);
343 char field0[FIELDLEN]; local
373 n = getfield (stream, field0, ';');
383 i = strtoul (field0, NULL, 16);
384 if (strstr (field0, "..") != NULL)
387 j = strtoul (strstr (field0, "..") + 2, NULL, 16)
1031 char field0[FIELDLEN]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 148 struct field &field0 = t->field (0); local
149 field0.set_name ("vcall_and_vbase_offsets");
150 field0.set_type (lookup_array_range_type (ptrdiff_type, 0, -1));
151 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
152 offset += field0.type ()->length ();
1016 struct field &field0 = t->field (0); local
1017 field0.set_name ("_vptr.type_info");
1018 field0.set_type (void_ptr_type);
1019 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
1020 offset += field0.type ()->length ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 147 struct field &field0 = t->field (0); local
148 field0.set_name ("vcall_and_vbase_offsets");
149 field0.set_type (lookup_array_range_type (ptrdiff_type, 0, -1));
150 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
151 offset += field0.type ()->length ();
1050 struct field &field0 = t->field (0); local
1051 field0.set_name ("_vptr.type_info");
1052 field0.set_type (void_ptr_type);
1053 field0.set_loc_bitpos (offset * TARGET_CHAR_BIT);
1054 offset += field0.type ()->length ()
    [all...]

Completed in 26 milliseconds