/minix/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
H A D | sanity_test.c | 56 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 D | sanity_test.c | 54 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 D | 2014-07-18-earlyclobber-str-post.ll | 6 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 D | fcopysign.ll | 1 ; 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 D | basictest.ll | 9 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.h | 46 #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.h | 48 #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.h | 49 #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 D | humanize_number.c | 52 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.h | 59 #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.h | 50 #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.h | 50 #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 D | time.c | 195 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 D | break-anti-dependencies.ll | 2 ; 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 D | tailcallstack64.ll | 1 ; 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 D | critical-anti-dep-breaker.ll | 1 ; 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 D | ldst-opt.ll | 389 ; 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 D | x86masm.pl | 40 my($post,$ret); 52 else { $post=$addr; } 64 $ret .= "$post]";
|
H A D | x86nasm.pl | 37 my($post,$ret); 54 else { $post=$addr; } 65 $ret .= "$post]";
|
/minix/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | README.txt | 9 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 D | use_postinc_value_outside_loop.ll | 5 ; 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 D | README.txt | 9 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 D | README.txt | 9 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 D | README.txt | 9 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 D | pkt_rx1.s | 94 jne @post ; AX=1: second call, do post process 131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
|