Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gdb-7/gdb/
H A Dcli-out.c176 int before = 0; in cli_field_string() local
185 before = width - strlen (string); in cli_field_string()
186 if (before <= 0) in cli_field_string()
187 before = 0; in cli_field_string()
194 after = before; in cli_field_string()
195 before = 0; in cli_field_string()
200 after = before / 2; in cli_field_string()
201 before -= after; in cli_field_string()
206 if (before) in cli_field_string()
207 ui_out_spaces (uiout, before); in cli_field_string()
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.christian31 Easter-47 Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
34 Easter-7 Palm Sunday (7 days before Easter)
35 Easter-3 Maundy Thursday (3 days before Easter)
36 Easter-2 Good Friday (2 days before Easter)
39 Easter+39 Ascension Day (10 days before Pentecost)
H A Dcalendar.orthodox37 Paskha-47 Shrove Tuesday / Mardi Gras (day before Ash Wednesday)
41 Paskha-7 Palm Sunday (7 days before Easter)
42 Paskha-3 Maundy Thursday (3 days before Easter)
43 Paskha-2 Good Friday (2 days before Easter)
46 Paskha+39 Ascension Day (10 days before Pentecost)
H A Dcalendar.uk22 Easter-21 Mothering Sunday (Sunday 3 weeks before Easter Sunday)
26 05/MonLast Victoria Day in Scotland (last Monday before or on 24 May)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-interchange.c541 lst_perfect_nestify (lst_p loop1, lst_p loop2, lst_p *before, in lst_perfect_nestify() argument
553 *before = copy_lst (loop1); in lst_perfect_nestify()
557 lst_remove_all_before_including_pbb (*before, first, false); in lst_perfect_nestify()
563 if (lst_empty_p (*before)) in lst_perfect_nestify()
565 free_lst (*before); in lst_perfect_nestify()
566 *before = NULL; in lst_perfect_nestify()
591 lst_p before = NULL, nest = NULL, after = NULL; in lst_try_interchange_loops() local
603 if (before || nest || after) in lst_try_interchange_loops()
606 before, nest, after); in lst_try_interchange_loops()
619 lst_insert_in_sequence (before, loop1, true); in lst_try_interchange_loops()
[all …]
H A Dplugin.def36 /* Called before GCC exits. */
60 /* Called before processing a translation unit. */
66 /* Called before first pass from all_passes. */
72 /* Called before first ipa pass. */
81 /* Called before executing a pass. */
84 /* Called before executing subpasses of a GIMPLE_PASS in
H A Dgraphite-poly.h1290 return before; in lst_remove_all_before_including_pbb()
1295 before = lst_remove_all_before_including_pbb (l, pbb, before); in lst_remove_all_before_including_pbb()
1307 if (before) in lst_remove_all_before_including_pbb()
1310 before = false; in lst_remove_all_before_including_pbb()
1317 before = true; in lst_remove_all_before_including_pbb()
1325 return before; in lst_remove_all_before_including_pbb()
1339 return before; in lst_remove_all_before_excluding_pbb()
1344 before = lst_remove_all_before_excluding_pbb (l, pbb, before); in lst_remove_all_before_excluding_pbb()
1357 if (before && LST_PBB (l) != pbb) in lst_remove_all_before_excluding_pbb()
1367 before = before ? false : true; in lst_remove_all_before_excluding_pbb()
[all …]
H A Demit-rtl.c3669 : NEXT_INSN (before); in try_split()
3853 rtx prev = PREV_INSN (before); in add_insn_before()
3858 NEXT_INSN (insn) = before; in add_insn_before()
3876 if (before == stack->first) in add_insn_before()
3886 && !BARRIER_P (before) in add_insn_before()
3903 PREV_INSN (before) = insn; in add_insn_before()
3904 if (NONJUMP_INSN_P (before) && GET_CODE (PATTERN (before)) == SEQUENCE) in add_insn_before()
4140 gcc_assert (before); in emit_pattern_before_noloc()
4184 return emit_pattern_before_noloc (x, before, before, bb, make_insn_raw); in emit_insn_before_noloc()
4221 emit_barrier_before (rtx before) in emit_barrier_before() argument
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dplugin.def20 /* Called before parsing the body of a function. */
41 /* Called before GCC exits. */
62 /* Called before processing a translation unit. */
68 /* Called before first pass from all_passes. */
74 /* Called before first ipa pass. */
83 /* Called before executing a pass. */
86 /* Called before executing subpasses of a GIMPLE_PASS in
H A Dmultiple_target.c391 cgraph_function_version_info *before = NULL; in expand_target_clones() local
396 before = decl1_v; in expand_target_clones()
424 while (before->next != NULL) in expand_target_clones()
425 before = before->next; in expand_target_clones()
429 before->next = after; in expand_target_clones()
430 after->prev = before; in expand_target_clones()
H A Demit-rtl.c3830 rtx_insn *before, *after; in try_split() local
3992 before = PREV_INSN (trial); in try_split()
4012 : NEXT_INSN (before); in try_split()
4215 if (before == seq->first) in add_insn_before_nobb()
4270 && !BARRIER_P (before) in add_insn_before()
4272 bb = BLOCK_FOR_INSN (before); in add_insn_before()
4526 gcc_assert (before); in emit_pattern_before_noloc()
4570 return emit_pattern_before_noloc (x, before, before, bb, make_insn_raw); in emit_insn_before_noloc()
4608 emit_barrier_before (rtx before) in emit_barrier_before() argument
4831 basic_block bb = BARRIER_P (before) ? NULL : BLOCK_FOR_INSN (before); in emit_note_before()
[all …]
H A Dgimplify-me.c110 tree var, bool before, in force_gimple_operand_gsi_1() argument
119 if (before) in force_gimple_operand_gsi_1()
138 bool simple_p, tree var, bool before, in force_gimple_operand_gsi() argument
144 var, before, m); in force_gimple_operand_gsi()
H A Dlra-constraints.c1056 *before = get_insns (); in match_reload()
1173 rtx_insn *before; in check_and_process_move() local
1290 before = get_insns (); in check_and_process_move()
1471 if (before) in insert_move_for_subreg()
1505 before = after = NULL; in simplify_operand_subreg()
3525 *before = get_insns (); in process_address_1()
3854 before = after = NULL; in curr_insn_transform()
3990 emit_insn (before); in curr_insn_transform()
3991 before = get_insns (); in curr_insn_transform()
4011 emit_insn (before); in curr_insn_transform()
[all …]
H A Dpasses.def84 /* Don't record nonzero bits before IPA to avoid
194 /* Initial scalar cleanups before alias computation.
229 propagations have already run, but before some more dead code
267 in the function. Make sure to run pass_fix_loops before
268 to discover/remove loops before running the gate function
346 /* If DCE is not run before checking for uninitialized uses,
351 /* Split critical edges before late uninit warning to reduce the
382 /* Split critical edges before late uninit warning to reduce the
/dragonfly/usr.bin/ncal/
H A Dncal.c214 int before, after; in main() local
257 before = after = -1; in main()
456 before = 0; in main()
460 before = 0; in main()
464 before = 0; in main()
474 before = 1; in main()
479 if (before == -1) in main()
480 before = 0; in main()
611 while (before != 0) { in monthrangeb()
613 before--; in monthrangeb()
[all …]
/dragonfly/lib/libc/include/isc/
H A Dlist.h91 #define INSERT_BEFORE(list, before, elt, link) \ argument
94 if ((before)->link.prev == NULL) \
97 (elt)->link.prev = (before)->link.prev; \
98 (before)->link.prev = (elt); \
100 (elt)->link.next = (before); \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtypeindex64 { return _M_target->before(*__rhs._M_target); }
68 { return !__rhs._M_target->before(*_M_target); }
72 { return __rhs._M_target->before(*_M_target); }
76 { return !_M_target->before(*__rhs._M_target); }
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtypeindex67 { return _M_target->before(*__rhs._M_target); }
71 { return !__rhs._M_target->before(*_M_target); }
75 { return __rhs._M_target->before(*_M_target); }
79 { return !_M_target->before(*__rhs._M_target); }
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c787 struct timeval before, after; in onscreen_mvcur() local
789 gettimeofday(&before, NULL); in onscreen_mvcur()
932 diff = after.tv_usec - before.tv_usec in onscreen_mvcur()
933 + (after.tv_sec - before.tv_sec) * 1000000; in onscreen_mvcur()
1239 struct timeval before, after; in main() local
1243 gettimeofday(&before, NULL); in main()
1248 (long) (after.tv_usec - before.tv_usec in main()
1249 + (after.tv_sec - before.tv_sec) in main()
1252 struct timeval before, after; in main() local
1256 gettimeofday(&before, NULL); in main()
[all …]
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c174 bool before = FALSE; in _nc_va_tracef() local
188 before = TRUE; in _nc_va_tracef()
193 if (before || after) { in _nc_va_tracef()
222 if (before || after) { in _nc_va_tracef()
/dragonfly/crypto/libressl/tls/
H A Dtls_conninfo.c110 ASN1_TIME *before, *after; in tls_get_peer_cert_times() local
115 if ((before = X509_get_notBefore(ctx->ssl_peer_cert)) == NULL) in tls_get_peer_cert_times()
119 if (ASN1_time_parse(before->data, before->length, &before_tm, 0) == -1) in tls_get_peer_cert_times()
/dragonfly/usr.bin/time/
H A Dtime.c243 showtime(FILE *out, struct timespec *before, struct timespec *after, in showtime() argument
247 after->tv_sec -= before->tv_sec; in showtime()
248 after->tv_nsec -= before->tv_nsec; in showtime()
/dragonfly/contrib/file/magic/Magdir/
H A Dsequent22 # Symmetry magic nums will not be reached if DOS COM comes before them;
23 # byte 0xeb is matched before these get a chance.
/dragonfly/sys/platform/pc64/conf/
H A Dfiles6 no-obj no-implicit-rule before-depend \
11 no-obj no-implicit-rule before-depend \
16 no-obj no-implicit-rule before-depend \
52 # no-obj no-implicit-rule before-depend \
57 # no-obj no-implicit-rule before-depend \
62 # no-obj no-implicit-rule before-depend \
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dplugins.texi69 This function is called from @code{compile_file} right before invoking
157 PLUGIN_FINISH, /* Called before GCC exits. */
165 PLUGIN_START_UNIT, /* Called before processing a translation unit. */
167 /* Called before first pass from all_passes. */
171 /* Called before first ipa pass. */
177 /* Called before executing a pass. */
179 /* Called before executing subpasses of a GIMPLE_PASS in
231 PASS_POS_INSERT_BEFORE, // Insert before the reference pass.
294 before using @code{PLUGIN_GGC_MARKING}, @code{PLUGIN_REGISTER_GGC_ROOTS}

12345678910>>...17