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

  /src/external/mpl/dhcp/dist/common/
options.c 462 unsigned first_len = 0; local
483 if (first_len == 0) {
484 first_len = len;
500 first_len = total_len;
503 if (first_len > 0 &&
505 &bp -> data[6], first_len,
508 if (total_len > 0 && first_len != total_len) {
510 &bp->data[6 + first_len],
511 total_len - first_len,
  /src/external/mit/expat/dist/tests/
basic_tests.c 3444 for (int first_len = 1; first_len >= 0; first_len--) {
3445 set_subtest("with len=%d first", first_len);
3448 assert_true(XML_GetBuffer(parser, first_len) != NULL);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 4891 gfc_charlen_t first_len = ctor->expr->value.character.length; local
4897 has_ts ? -1 : first_len);
trans-array.cc 1877 static bool first_len; variable
1924 if (first_len)
1929 first_len = false;
2769 old_first_len = first_len;
2788 first_len = true;
2959 first_len = old_first_len;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 1886 static bool first_len; variable
1933 if (first_len)
1938 first_len = false;
2817 old_first_len = first_len;
2836 first_len = true;
3028 first_len = old_first_len;
expr.cc 4907 gfc_charlen_t first_len = ctor->expr->value.character.length; local
4913 has_ts ? -1 : first_len);

Completed in 59 milliseconds