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

  /src/usr.sbin/ldpd/
conffile.c 57 min_label, max_label, no_default_route, loop_detection;
325 max_label = ml;
label.c 47 int min_label = MIN_LABEL, max_label = MAX_LABEL; variable
277 for (lbl = min_label; lbl <= max_label; lbl++) {
ldp_command.c 56 min_label, max_label, debug_f, warn_f;
570 max_label);
  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 1383 tree max_label = gimple_switch_label (stmt, max_idx); local
1401 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
1402 && CASE_HIGH (max_label) != NULL_TREE
1403 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
1404 CASE_HIGH (max_label) = vr_max;
1410 if (min_label == max_label)
1440 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
1441 && CASE_HIGH (max_label) != NULL_TREE
1442 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
1443 CASE_LOW (max_label)
    [all...]
tree-vrp.cc 929 tree max_label = gimple_switch_label (switch_stmt, n - 1); local
930 tree case_high = CASE_HIGH (max_label);
932 case_high = CASE_LOW (max_label);
  /src/external/gpl2/texinfo/dist/info/
echo-area.c 938 int limit, iterations, max_label = 0;
951 if (len > max_label)
952 max_label = len;
955 max_label += 4;
958 limit = calling_window->width / max_label;
959 if (limit != 1 && (limit * max_label == calling_window->width))
962 /* Avoid a possible floating exception. If max_label > width then
995 for (k = 0; k < max_label - printed_length; k++)
935 int limit, iterations, max_label = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3766 tree max_label = gimple_switch_label (stmt, max_idx); local
3784 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3785 && CASE_HIGH (max_label) != NULL_TREE
3786 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
3787 CASE_HIGH (max_label) = vr_max;
3793 if (min_label == max_label)
3823 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3824 && CASE_HIGH (max_label) != NULL_TREE
3825 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
3826 CASE_LOW (max_label)
    [all...]
tree-vrp.cc 2490 tree max_label = gimple_switch_label (switch_stmt, n - 1); local
2491 tree case_high = CASE_HIGH (max_label);
2493 case_high = CASE_LOW (max_label);

Completed in 30 milliseconds