Home
last modified time | relevance | path

Searched defs:after (Results 1 – 25 of 114) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991216-1.c5 test1 (int a, long long value, int after) in test1()
14 test2 (int a, int b, long long value, int after) in test2()
24 test3 (int a, int b, int c, long long value, int after) in test3()
35 test4 (int a, int b, int c, int d, long long value, int after) in test4()
47 test5 (int a, int b, int c, int d, int e, long long value, int after) in test5()
60 test6 (int a, int b, int c, int d, int e, int f, long long value, int after) in test6()
74 test7 (int a, int b, int c, int d, int e, int f, int g, long long value, int after) in test7()
89 test8 (int a, int b, int c, int d, int e, int f, int g, int h, long long value, int after) in test8()
/openbsd-src/usr.bin/tmux/
H A Dcmd-send-keys.c60 cmd_send_keys_inject_key(struct cmdq_item *item, struct cmdq_item *after, in cmd_send_keys_inject_key() argument
102 cmd_send_keys_inject_string(struct cmdq_item * item,struct cmdq_item * after,struct args * args,int i) cmd_send_keys_inject_string() argument
162 struct cmdq_item *after = item; cmd_send_keys_exec() local
[all...]
H A Dformat-draw.c230 struct screen *list_right, struct screen *after, int focus_start, in format_draw_left()
333 struct screen *list_right, struct screen *after, int focus_start, in format_draw_centre()
441 struct screen *list_left, struct screen *list_right, struct screen *after, in format_draw_right()
547 struct screen *list_left, struct screen *list_right, struct screen *after, in format_draw_absolute_centre()
H A Dcmd-source-file.c52 struct cmdq_item *after; global() member
/openbsd-src/regress/sys/kern/clock_gettime/
H A Dmonotonicrelapse.c65 report_relapse(int num, struct timespec *before, struct timespec *after) in report_relapse()
85 struct timespec after, before, timeout; in thread_func() local
/openbsd-src/usr.bin/make/
H A Dexpandchildren.c76 ExpandVarChildren(LstNode after, GNode *cgn, GNode *pgn) in ExpandVarChildren()
161 ExpandWildChildren(LstNode after, GNode *cgn, GNode *pgn) in ExpandWildChildren()
/openbsd-src/gnu/gcc/gcc/
H A Demit-rtl.c3106 rtx after = NEXT_INSN (trial); in try_split() local
3373 add_insn_after (rtx insn, rtx after) in add_insn_after()
3611 reorder_insns_nobb (rtx from, rtx to, rtx after) in reorder_insns_nobb()
3636 reorder_insns (rtx from, rtx to, rtx after) in reorder_insns()
3893 emit_insn_after_1 (rtx first, rtx after) in emit_insn_after_1()
3931 emit_insn_after_noloc (rtx x, rtx after) in emit_insn_after_noloc()
3970 emit_insn_after_with_line_notes (rtx x, rtx after, rtx from) in emit_insn_after_with_line_notes()
3987 emit_jump_insn_after_noloc (rtx x, rtx after) in emit_jump_insn_after_noloc()
4023 emit_call_insn_after_noloc (rtx x, rtx after) in emit_call_insn_after_noloc()
4059 emit_barrier_after (rtx after) in emit_barrier_after()
[all …]
H A Dcfghooks.c355 move_block_after (basic_block bb, basic_block after) in move_block_after()
461 create_basic_block (void *head, void *end, basic_block after) in create_basic_block()
481 create_empty_bb (basic_block after) in create_empty_bb()
698 duplicate_block (basic_block bb, edge e, basic_block after) in duplicate_block()
H A Dcfgrtl.c246 create_basic_block_structure (rtx head, rtx end, rtx bb_note, basic_block after) in create_basic_block_structure()
256 rtx after; in create_basic_block_structure() local
322 rtl_create_basic_block (void *headp, void *endp, basic_block after) in rtl_create_basic_block()
346 cfg_layout_create_basic_block (void *head, void *end, basic_block after) in cfg_layout_create_basic_block()
1353 rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; in commit_one_edge_insertion() local
H A Dtree-loop-linear.c256 lambda_loopnest before, after; in linear_transform_loops() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c3268 rtx after = NEXT_INSN (trial); local
3539 add_insn_after (insn, after) in add_insn_after() argument
3766 reorder_insns_nobb (from, to, after) in reorder_insns_nobb() argument
3792 reorder_insns (from, to, after) in reorder_insns() argument
3844 reorder_insns_with_line_notes (from, to, after) in reorder_insns_with_line_notes() argument
4202 emit_insn_after_1 (first, after) in emit_insn_after_1() argument
4241 emit_insn_after (x, after) in emit_insn_after() argument
4284 emit_insn_after_with_line_notes (x, after, from) in emit_insn_after_with_line_notes() argument
4306 emit_jump_insn_after (x, after) in emit_jump_insn_after() argument
4346 emit_call_insn_after (x, after) in emit_call_insn_after() argument
[all …]
H A Dcfgrtl.c254 create_basic_block_structure (head, end, bb_note, after) in create_basic_block_structure() argument
267 rtx after; local
331 create_basic_block (head, end, after) in create_basic_block() argument
1396 rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; local
/openbsd-src/regress/usr.bin/calendar/
H A DMakefile24 after: target
/openbsd-src/usr.bin/make/lst.lib/
H A DlstAppend.c60 Lst_Append(Lst l, LstNode after, void *d) in Lst_Append()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp76 uptr after = store_.Allocated(); in TEST_F() local
154 uptr after = store_.Allocated(); in TEST_P() local
/openbsd-src/regress/sbin/pfctl/
H A Dchangerule.c141 int after = 0; in main() local
/openbsd-src/usr.bin/time/
H A Dtime.c51 struct timespec before, after, during; in main() local
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp515 u8 byte, const char *after = "\n") { in PrintShadowByte()
568 const char *after = p == guilty ? "]" : ""; in PrintShadowBytes() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp213 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort()
219 const char *after) { in PrintMutexShortWithAddress()
H A Dtsan_ilist.h92 void IList<Base, Node, Elem>::Push(Elem* e, INode* after) { in Push()
/openbsd-src/lib/libcurses/tty/
H A Dlib_mvcur.c788 struct timeval before, after; in onscreen_mvcur() local
1232 struct timeval before, after; in main() local
1245 struct timeval before, after; in main() local
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dlist.h129 #define __ISC_LIST_INSERTAFTERUNSAFE(list, after, elt, link) \ argument
141 #define ISC_LIST_INSERTAFTER(list, after, elt, link) \ argument
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_fw.c157 ktime_t before, after, delta; in guc_wait_ucode() local
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h102 bool insertWrap(StringRef before, SourceRange TokenRange, StringRef after) { in insertWrap()
/openbsd-src/gnu/usr.bin/perl/
H A Dregexec.c2827 LB_enum after = getLB_VAL_CP((U8) *s); S_find_byclass() local
2849 SB_enum after = getSB_VAL_CP((U8) *s); S_find_byclass() local
2872 WB_enum after = getWB_VAL_CP((U8) *s); S_find_byclass() local
2990 GCB_enum after = getGCB_VAL_UTF8((U8*) s, S_find_byclass() local
3014 LB_enum after = getLB_VAL_UTF8((U8*) s, S_find_byclass() local
3040 SB_enum after = getSB_VAL_UTF8((U8*) s, S_find_byclass() local
3073 WB_enum after = getWB_VAL_UTF8((U8*) s, S_find_byclass() local
5195 S_isGCB(pTHX_ const GCB_enum before,const GCB_enum after,const U8 * const strbeg,const U8 * const curpos,const bool utf8_target) S_isGCB() argument
5328 S_isLB(pTHX_ LB_enum before,LB_enum after,const U8 * const strbeg,const U8 * const curpos,const U8 * const strend,const bool utf8_target) S_isLB() argument
5625 S_isSB(pTHX_ SB_enum before,SB_enum after,const U8 * const strbeg,const U8 * const curpos,const U8 * const strend,const bool utf8_target) S_isSB() argument
5902 S_isWB(pTHX_ WB_enum previous,WB_enum before,WB_enum after,const U8 * const strbeg,const U8 * const curpos,const U8 * const strend,const bool utf8_target) S_isWB() argument
[all...]

12345