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

  /src/usr.sbin/ifmcstat/
ifmcstat.c 184 uint8_t *mcast_addrs, *p, *last_p; local
206 last_p = NULL;
208 if (last_p == NULL ||
209 memcmp(p, last_p, sizeof(struct in6_addr)))
211 last_p = p;
  /src/external/gpl3/gcc.old/dist/gcc/
genemit.cc 285 bool last_p = (i == len - 1);
292 if (!last_p && needs_barrier_p (next))
299 printf (", %s);\n", last_p ? "false" : "true");
284 bool last_p = (i == len - 1); local
ssa-iterators.h 859 currently delimited by HEAD and LAST_P. The new LAST_P value is
864 use_operand_p last_p)
870 /* If use_p is already linked in after last_p, continue. */
871 if (last_p->next == use_p)
872 last_p = use_p;
875 /* Delink from current location, and link in at last_p. */
877 link_imm_use_to_list (use_p, last_p);
878 last_p = use_p;
881 return last_p;
892 use_operand_p last_p = head; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genemit.cc 286 bool last_p = (i == len - 1);
293 if (!last_p && needs_barrier_p (next))
300 fprintf (file, ", %s);\n", last_p ? "false" : "true");
285 bool last_p = (i == len - 1); local
ssa-iterators.h 859 currently delimited by HEAD and LAST_P. The new LAST_P value is
864 use_operand_p last_p)
870 /* If use_p is already linked in after last_p, continue. */
871 if (last_p->next == use_p)
872 last_p = use_p;
875 /* Delink from current location, and link in at last_p. */
877 link_imm_use_to_list (use_p, last_p);
878 last_p = use_p;
881 return last_p;
892 use_operand_p last_p = head; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c 981 char *last_p; local
988 last_p = NULL;
1003 if (last_p != NULL && last_column + piece_width > width)
1006 *last_p = UC_BREAK_POSSIBLE;
1015 last_p = NULL;
1027 last_p = p;
1031 UC_BREAK_POSSIBLE later, via last_p. */
1048 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1051 *last_p = UC_BREAK_POSSIBLE;
1067 char *last_p; local
1151 char *last_p; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c 981 char *last_p; local
988 last_p = NULL;
1003 if (last_p != NULL && last_column + piece_width > width)
1006 *last_p = UC_BREAK_POSSIBLE;
1015 last_p = NULL;
1027 last_p = p;
1031 UC_BREAK_POSSIBLE later, via last_p. */
1048 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1051 *last_p = UC_BREAK_POSSIBLE;
1067 char *last_p; local
1151 char *last_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 1405 tree *last_p = NULL; local
1443 if (!last_p)
1445 last_p = p;
1459 innermost_aggr_scope (TREE_PURPOSE (*last_p)));
1462 || ctx == TREE_TYPE (TREE_PURPOSE (*last_p))))
1465 if (TREE_VALUE (init) && !TREE_VALUE (*last_p))
1466 *last_p = TREE_CHAIN (*last_p);
1467 else if (TREE_VALUE (*last_p) && !TREE_VALUE (init))
1478 last_p = p
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 1376 tree *last_p = NULL; local
1414 if (!last_p)
1416 last_p = p;
1430 innermost_aggr_scope (TREE_PURPOSE (*last_p)));
1433 || ctx == TREE_TYPE (TREE_PURPOSE (*last_p))))
1436 if (TREE_VALUE (init) && !TREE_VALUE (*last_p))
1437 *last_p = TREE_CHAIN (*last_p);
1438 else if (TREE_VALUE (*last_p) && !TREE_VALUE (init))
1449 last_p = p
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 12285 tree *last_p;
12295 last_p = &BIND_EXPR_BODY (body);
12324 last_p = tsi_stmt_ptr (l);
12325 last = *last_p;
12333 last_p = &TREE_OPERAND (last, 0);
12334 last = *last_p;
12377 *last_p = build2 (MODIFY_EXPR, void_type_node, tmp, val);
12378 SET_EXPR_LOCATION (*last_p, EXPR_LOCATION (last));
12248 tree *last_p; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 11443 tree *last_p;
11453 last_p = &BIND_EXPR_BODY (body);
11482 last_p = tsi_stmt_ptr (l);
11483 last = *last_p;
11491 last_p = &TREE_OPERAND (last, 0);
11492 last = *last_p;
11535 *last_p = build2 (MODIFY_EXPR, void_type_node, tmp, val);
11536 SET_EXPR_LOCATION (*last_p, EXPR_LOCATION (last));
11408 tree *last_p; local

Completed in 54 milliseconds