HomeSort by: relevance | last modified time | path
    Searched refs:slength (Results 1 - 6 of 6) sorted by relevancy

  /src/games/canfield/canfield/
canfield.c 1201 int dlength, slength, i; local
1207 slength = length[sour];
1208 if (slength == tabrow)
1211 while (slength != tabrow - 1) {
1213 for (i=1; i<=slength-tabrow; i++)
1216 slength--;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_pax.c 1266 int64_t soffset, slength; local
1296 &soffset, &slength) == ARCHIVE_OK) {
1300 (intmax_t)slength);
1301 sparse_total += slength;
1302 if (sparse_list_add(pax, soffset, slength)
  /src/external/bsd/libpcap/dist/
optimize.c 2453 slength(struct slist *s) function
2509 * side-effect statements in 'p' (slength(p->stmts));
2530 return slength(p->stmts) + n + 1 + p->longjt + p->longjf;
2672 max_stmts += slength(opt_state->blocks[i]->stmts) + 1;
2725 slen = slength(p->stmts);
3006 icount = slength(block->stmts) + 1 + block->longjt + block->longjf;
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 1686 size_t slength;
1695 slength = vasprintf (&s, format, ap);
1696 if (s == NULL || (int) slength < 0)
1700 if (o->bufused + slength > o->buflength)
1709 while (o->bufused + slength >= new_len);
1713 memcpy (o->buf + o->bufused, s, slength);
1714 o->bufused += slength;
1679 size_t slength; local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc 1914 quote_string (const gfc_char_t *s, const size_t slength)
1922 for (p = s, i = 0; i < slength; p++, i++)
1933 for (p = s, i = 0; i < slength; p++, i++)
trans-expr.cc 8058 int dkind, tree slength, tree src, int skind)
8073 if (slength != NULL_TREE)
8075 slen = gfc_evaluate_now (fold_convert (gfc_charlen_type_node, slength), block);
8142 if (slength && POINTER_TYPE_P (TREE_TYPE (src)))
8171 if (slength && TREE_CONSTANT (slength))

Completed in 53 milliseconds