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

  /src/lib/libc/stdio/
open_wmemstream.c 106 size_t charlen, count; local
111 charlen = mbrlen(buf, len, &lenstate);
112 if (charlen == (size_t)-1)
114 if (charlen == (size_t)-2)
116 if (charlen == 0)
118 charlen = 1;
119 len -= charlen;
120 buf += charlen;
131 size_t charlen; local
149 charlen = mbrtowc(*ms->bufp + ms->offset, buf, len
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 476 gfc_charlen_type charlen; member in struct:transfer_args::__anon14378
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 325 gfc_charlen_type charlen; member in struct:transfer_args::__anon16790
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 706 int charlen = 2; local
710 mbt->common.framebuffer_bpp = charlen * 8;
711 mbt->common.framebuffer_pitch = width * charlen;
  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 6493 HOST_WIDE_INT charlen = 0; local
6507 charlen = gfc_mpz_get_hwi (ts->u.cl->length->value.integer);
6515 gfc_basic_typename (ts->type), charlen, ts->kind);
6776 HOST_WIDE_INT charlen = 0; local
6783 charlen = gfc_mpz_get_hwi (ts->u.cl->length->value.integer);
6793 gfc_basic_typename (ts->type), charlen, ts->kind);
trans-stmt.cc 1740 tree charlen; local
2103 charlen = gfc_class_len_get (se.expr);
2105 gfc_add_modify (&se.pre, charlen,
2106 fold_convert (TREE_TYPE (charlen), tmp));
2110 fold_convert (TREE_TYPE (tmp), charlen));
2342 charlen = sym->ts.type == BT_CHARACTER ? sym->ts.u.cl->backend_decl
2345 if (tmp != charlen)
2347 gfc_add_modify (&se.pre, charlen,
2348 fold_convert (TREE_TYPE (charlen), tmp));
resolve.cc 1450 the old charlen. (There was a block here that attempted to
1451 remove the charlen but broke the chain in so doing.) */
5494 /* Remove the reference and move the charlen, if any. */
6556 /* Ensure that an character expression has a charlen and, if possible, a
6563 for multiple fixes are picked up. In all circumstances, a charlen should
10133 HOST_WIDE_INT charlen = 0; local
10136 charlen = gfc_mpz_get_hwi (c->ts.u.cl->length->value.integer);
10139 gfc_basic_typename (c->ts.type), charlen, c->ts.kind);
10319 HOST_WIDE_INT charlen = 0; local
10423 charlen = gfc_mpz_get_hwi (c->ts.u.cl->length->value.integer)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 6363 HOST_WIDE_INT charlen = 0; local
6377 charlen = gfc_mpz_get_hwi (ts->u.cl->length->value.integer);
6385 gfc_basic_typename (ts->type), charlen, ts->kind);
6614 HOST_WIDE_INT charlen = 0; local
6621 charlen = gfc_mpz_get_hwi (ts->u.cl->length->value.integer);
6631 gfc_basic_typename (ts->type), charlen, ts->kind);
trans-stmt.cc 1736 tree charlen; local
2081 charlen = gfc_class_len_get (se.expr);
2083 gfc_add_modify (&se.pre, charlen,
2084 fold_convert (TREE_TYPE (charlen), tmp));
2088 fold_convert (TREE_TYPE (tmp), charlen));
2270 charlen = sym->ts.type == BT_CHARACTER ? sym->ts.u.cl->backend_decl
2273 if (tmp != charlen)
2275 gfc_add_modify (&se.pre, charlen,
2276 fold_convert (TREE_TYPE (charlen), tmp));
resolve.cc 1420 the old charlen. (There was a block here that attempted to
1421 remove the charlen but broke the chain in so doing.) */
5380 /* Remove the reference and move the charlen, if any. */
6234 /* Ensure that an character expression has a charlen and, if possible, a
6241 for multiple fixes are picked up. In all circumstances, a charlen should
9671 HOST_WIDE_INT charlen = 0; local
9674 charlen = gfc_mpz_get_hwi (c->ts.u.cl->length->value.integer);
9677 gfc_basic_typename (c->ts.type), charlen, c->ts.kind);
9858 HOST_WIDE_INT charlen = 0; local
9962 charlen = gfc_mpz_get_hwi (c->ts.u.cl->length->value.integer)
    [all...]

Completed in 47 milliseconds