Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 228) sorted by relevance

12345678910

/minix/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dsanity_test.c56 enum type { inv, pre, post, unreachable }; enumerator
80 case post: in do_test_child()
139 case post: in do_test()
197 ATF_TC(post);
198 ATF_TC_HEAD(post, tc) in ATF_TC_HEAD() argument
202 ATF_TC_BODY(post, tc) in ATF_TC_BODY() argument
206 do_test(post, false); in ATF_TC_BODY()
207 do_test(post, true); in ATF_TC_BODY()
231 ATF_TP_ADD_TC(tp, post); in ATF_TP_ADD_TCS()
/minix/external/bsd/atf/dist/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator
78 case post: in do_test_child()
137 case post: in do_test()
195 ATF_TC(post);
196 ATF_TC_HEAD(post, tc) in ATF_TC_HEAD() argument
200 ATF_TC_BODY(post, tc) in ATF_TC_BODY() argument
204 do_test(post, false); in ATF_TC_BODY()
205 do_test(post, true); in ATF_TC_BODY()
229 ATF_TP_ADD_TC(tp, post); in ATF_TP_ADD_TCS()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A D2014-07-18-earlyclobber-str-post.ll6 define i32* @earlyclobber-str-post(i32* %addr) nounwind {
7 ; CHECK-LABEL: earlyclobber-str-post
15 define i16* @earlyclobber-strh-post(i16* %addr) nounwind {
16 ; CHECK-LABEL: earlyclobber-strh-post
25 define i8* @earlyclobber-strb-post(i8* %addr) nounwind {
26 ; CHECK-LABEL: earlyclobber-strb-post
H A Dfcopysign.ll1 ; RUN: llc < %s -disable-post-ra -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-…
2 ; RUN: llc < %s -disable-post-ra -mtriple=armv7-gnueabi -float-abi=hard -mcpu=cortex-a8 | FileCheck…
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LCSSA/
H A Dbasictest.ll9 loop.interior: ; preds = %post.if, %entry
13 br label %post.if
16 br label %post.if
17 post.if: ; preds = %if.false, %if.true
20 loop.exit: ; preds = %post.if
/minix/lib/libc/locale/
H A D_wcstod.h46 #define INT_NAME_(pre, middle, post) pre ## middle ## post argument
47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post) argument
H A D_wcstoul.h48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument
49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
H A D_wcstol.h49 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument
50 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
/minix/lib/libc/gen/
H A Dhumanize_number.c52 int64_t divisor, max, post = 1; in humanize_number() local
97 post = 100; in humanize_number()
106 post = 100; in humanize_number()
142 bytes *= post; in humanize_number()
/minix/common/lib/libc/stdlib/
H A D_strtoi.h59 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
60 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
H A D_strtoul.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
H A D_strtol.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
/minix/usr.bin/time/
H A Dtime.c195 const char *post) in prts() argument
199 decpt, (long)ts->tv_nsec / 10000000, post); in prts()
204 const char *post) in prtv() argument
208 decpt, (long)tv->tv_usec / 10000, post); in prtv()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dbreak-anti-dependencies.ll2 ; Use a subtarget that has post-RA scheduling enabled because the anti-dependency
4 ; RUN: llc < %s -march=x86-64 -mcpu=atom -enable-misched=false -post-RA-scheduler -pre-RA-sched=lis…
7 ; RUN: llc < %s -march=x86-64 -mcpu=atom -post-RA-scheduler -break-anti-dependencies=critical > %t
H A Dtailcallstack64.ll1 ; RUN: llc < %s -tailcallopt -mcpu=generic -mtriple=x86_64-linux -post-RA-scheduler=true | FileChec…
2 ; RUN: llc < %s -tailcallopt -mcpu=generic -mtriple=x86_64-win32 -post-RA-scheduler=true | FileChec…
H A Dcritical-anti-dep-breaker.ll1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -relocation-model=pic -post-RA-scheduler=1 -break…
7 ; The post-RA-scheduler and critical-anti-dependency breaker can eliminate that hazard using R10.
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dldst-opt.ll389 ; CHECK-LABEL: load-post-indexed-word
437 ; CHECK-LABEL: load-post-indexed-quadword
461 ; CHECK-LABEL: load-post-indexed-float
485 ; CHECK-LABEL: load-post-indexed-double
519 ; CHECK-LABEL: store-post-indexed-word
588 ; CHECK-LABEL: store-post-indexed-float
611 ; CHECK-LABEL: store-post-indexed-double
650 ; CHECK-LABEL: post-indexed-sub-word
698 ; CHECK-LABEL: post-indexed-sub-quadword
722 ; CHECK-LABEL: post-indexed-sub-float
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86masm.pl40 my($post,$ret);
52 else { $post=$addr; }
64 $ret .= "$post]";
H A Dx86nasm.pl37 my($post,$ret);
54 else { $post=$addr; }
65 $ret .= "$post]";
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A DREADME.txt9 When the blog post is ready this file will be updated with a link to the post.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/
H A Duse_postinc_value_outside_loop.ll5 ; post incremented value of the IV, not the preincremented value. This
6 ; prevents the loop from having to keep the post and pre-incremented value
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DREADME.txt9 When the blog post is ready this file will be updated with a link to the post.
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A DREADME.txt9 When the blog post is ready this file will be updated with a link to the post.
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DREADME.txt9 When the blog post is ready this file will be updated with a link to the post.
/minix/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx1.s94 jne @post ; AX=1: second call, do post process
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr

12345678910