Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 1 – 25 of 54) sorted by relevance

123

/minix/tests/lib/libc/stdlib/
H A Dh_atexit.c67 #define SUCCESS() \ macro
92 SUCCESS(); in cxa_handler_5()
106 SUCCESS(); in cxa_handler_4()
120 SUCCESS(); in cxa_handler_3()
134 SUCCESS(); in cxa_handler_2()
147 SUCCESS(); in normal_handler_1()
159 SUCCESS(); in normal_handler_0()
/minix/tests/lib/libpthread/
H A Dh_atexit.c72 #define SUCCESS() \ macro
97 SUCCESS(); in cxa_handler_5()
111 SUCCESS(); in cxa_handler_4()
125 SUCCESS(); in cxa_handler_3()
139 SUCCESS(); in cxa_handler_2()
152 SUCCESS(); in normal_handler_1()
164 SUCCESS(); in normal_handler_0()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/AtomicExpand/ARM/
H A Dcmpxchg-weak.ll16 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
17 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB]]
28 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
48 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
49 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB:.*]]
60 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
61 ; CHECK: ret i1 [[SUCCESS]]
80 ; CHECK: [[SUCCESS:%.*]] = icmp eq i32 [[STREX]], 0
81 ; CHECK: br i1 [[SUCCESS]], label %[[SUCCESS_BB:.*]], label %[[FAILURE_BB:.*]]
92 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
H A Datomic-expansion-v8.ll111 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
145 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
177 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
220 ; CHECK: [[SUCCESS:%.*]] = phi i1 [ true, %[[SUCCESS_BB]] ], [ false, %[[FAILURE_BB]] ]
/minix/minix/tests/fbdtest/
H A Dtest.sh72 SUCCESS=0
97 echo SUCCESS
98 SUCCESS=`expr $SUCCESS + 1`
131 echo SUCCESS
132 SUCCESS=`expr $SUCCESS + 1`
199 echo "$SUCCESS out of $TOTAL tests succeeded."
/minix/external/mit/expat/dist/tests/
H A Dxmltest.sh72 SUCCESS=0
77 SUCCESS=`expr $SUCCESS + 1`
141 echo "Passed: $SUCCESS"
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dstack-protector-weight.ll5 ; SELDAG: Successors according to CFG: BB#[[SUCCESS:[0-9]+]](1048575) BB#[[FAILURE:[0-9]+]](1)
8 ; SELDAG: BB#[[SUCCESS]]:
11 ; IR: Successors according to CFG: BB#[[SUCCESS:[0-9]+]](1048575) BB#[[FAILURE:[0-9]+]](1)
12 ; IR: BB#[[SUCCESS]]:
/minix/external/bsd/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat4 set SUCCESS=0 variable
46 IF %SUCCESS% == 1 goto DONE
59 set SUCCESS=1 variable
76 set SUCCESS=1 variable
93 set SUCCESS=1 variable
110 set SUCCESS=1 variable
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dcmpxchg-weak.ll11 ; CHECK: strexeq [[SUCCESS:r[0-9]+]], r2, [r0]
12 ; CHECK: cmpeq [[SUCCESS]], #0
/minix/lib/libc/net/
H A Dnsparser.y63 %token SUCCESS UNAVAIL NOTFOUND TRYAGAIN
143 : SUCCESS { $$ = NS_SUCCESS; }
H A Dnslexer.l66 [sS][uU][cC][cC][eE][sS][sS] return SUCCESS;
/minix/external/bsd/bind/dist/lib/lwres/
H A Dgetnameinfo.c128 #define SUCCESS 0 macro
186 int result = SUCCESS; in lwres_getnameinfo()
340 result = SUCCESS; in lwres_getnameinfo()
/minix/usr.bin/make/
H A Dsprite.h113 #define SUCCESS 0x00000000 macro
/minix/usr.bin/make/lst.lib/
H A DlstReplace.c75 return (SUCCESS); in Lst_Replace()
H A DlstOpen.c85 return (SUCCESS); in Lst_Open()
H A DlstRemove.c134 return (SUCCESS); in Lst_Remove()
H A DlstAppend.c120 return (SUCCESS); in Lst_InsertAfter()
H A DlstInsert.c120 return (SUCCESS); in Lst_InsertBefore()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-atomic-128.ll191 ; CHECK: stlxp [[SUCCESS:w[0-9]+]], x0, x1, [x2]
192 ; CHECK: cbnz [[SUCCESS]], [[LABEL]]
203 ; CHECK: stlxp [[SUCCESS:w[0-9]+]], x0, x1, [x2]
204 ; CHECK: cbnz [[SUCCESS]], [[LABEL]]
215 ; CHECK: stxp [[SUCCESS:w[0-9]+]], x0, x1, [x2]
216 ; CHECK: cbnz [[SUCCESS]], [[LABEL]]
/minix/lib/libc/rpc/
H A Drpc_prot.c129 case SUCCESS: in xdr_accepted_reply()
252 case SUCCESS: in accepted()
299 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
/minix/external/bsd/bind/dist/lib/irs/
H A Dgetnameinfo.c122 #define SUCCESS 0 macro
170 int result = SUCCESS; in getnameinfo()
408 result = SUCCESS; in getnameinfo()
/minix/include/protocols/
H A Dtalkd.h103 #define SUCCESS 0 /* operation completed properly */ macro
/minix/external/bsd/bind/dist/contrib/queryperf/missing/
H A Dgetnameinfo.c51 #define SUCCESS 0 macro
227 return SUCCESS;
H A Dgetaddrinfo.c48 #define SUCCESS 0 macro
431 return SUCCESS;
464 return SUCCESS;
627 return SUCCESS;
/minix/external/bsd/tcpdump/dist/missing/
H A Dgetnameinfo.c60 #define SUCCESS 0 macro
275 return SUCCESS;

123