| /src/external/gpl3/binutils/dist/libiberty/ |
| _doprnt.c | 62 int result; \ 66 result = fprintf(stream, specifier, value); \ 67 if (result == -1) \ 71 total_printed += result; \ 211 #define RESULT(x) do \ 223 int result; local 227 result = _doprnt (format, args, stdout); 230 return result; 236 RESULT(checkit ("<%d>\n", 0x12345678)); 237 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| _doprnt.c | 62 int result; \ 66 result = fprintf(stream, specifier, value); \ 67 if (result == -1) \ 71 total_printed += result; \ 211 #define RESULT(x) do \ 223 int result; local 227 result = _doprnt (format, args, stdout); 230 return result; 236 RESULT(checkit ("<%d>\n", 0x12345678)); 237 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| _doprnt.c | 63 int result; \ 67 result = fprintf(stream, specifier, value); \ 68 if (result == -1) \ 72 total_printed += result; \ 212 #define RESULT(x) do \ 224 int result; local 228 result = _doprnt (format, args, stdout); 231 return result; 237 RESULT(checkit ("<%d>\n", 0x12345678)); 238 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| _doprnt.c | 62 int result; \ 66 result = fprintf(stream, specifier, value); \ 67 if (result == -1) \ 71 total_printed += result; \ 211 #define RESULT(x) do \ 223 int result; local 227 result = _doprnt (format, args, stdout); 230 return result; 236 RESULT(checkit ("<%d>\n", 0x12345678)); 237 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| _doprnt.c | 62 int result; \ 66 result = fprintf(stream, specifier, value); \ 67 if (result == -1) \ 71 total_printed += result; \ 211 #define RESULT(x) do \ 223 int result; local 227 result = _doprnt (format, args, stdout); 230 return result; 236 RESULT(checkit ("<%d>\n", 0x12345678)); 237 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| _doprnt.c | 62 int result; \ 66 result = fprintf(stream, specifier, value); \ 67 if (result == -1) \ 71 total_printed += result; \ 211 #define RESULT(x) do \ 223 int result; local 227 result = _doprnt (format, args, stdout); 230 return result; 236 RESULT(checkit ("<%d>\n", 0x12345678)); 237 RESULT(printf ("<%d>\n", 0x12345678)) [all...] |
| /src/external/gpl2/gmake/dist/ |
| hash.h | 85 #define STRING_HASH_1(KEY, RESULT) do { \ 88 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 96 #define STRING_HASH_2(KEY, RESULT) do { \ 99 (RESULT) += (*_key_ << (_key_[1] & 0x7)); \ 107 #define STRING_COMPARE(X, Y, RESULT) do { \ 108 RESULT = strcmp ((X), (Y)); \ 115 #define STRING_N_HASH_1(KEY, N, RESULT) do { \ 120 (RESULT) += (*_key_ << (_key_[1] & 0xf)); \ 121 (RESULT) += *++_key_; \ 129 #define STRING_N_HASH_2(KEY, N, RESULT) do { [all...] |
| /src/sys/arch/luna68k/dev/ |
| xpcmd.c | 49 RESULT = 2, 76 xp_writemem8(addr + RESULT, 0); 91 xp_writemem8(addr + RESULT, 0); 93 while ((rv = xp_readmem8(addr + RESULT)) == 0)
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| unit_tests.sh | 18 RESULT=0 79 ((RESULT+=1)) 122 echo "${RESULT} error(s) encountered" 125 exit ${RESULT}
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| update_version_git | 30 RESULT=$? 35 exit $RESULT
|
| update_version_svn | 35 RESULT=0 73 RESULT=1 85 exit $RESULT
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| update_version_git | 30 RESULT=$? 35 exit $RESULT
|
| /src/external/gpl3/gcc.old/dist/contrib/regression/ |
| objs-gcc.sh | 45 # OUTPUT: in $RESULT, one of the following keywords: 52 RESULT=$STATE/RESULT 67 # that way if something is badly wrong and $RESULT can't 71 echo error > $RESULT || exit 1 100 echo build > $RESULT 127 echo pass > $RESULT
|
| btest-gcc.sh | 71 # OUTPUT: in $RESULT, one of the following keywords: 78 RESULT=$STATE/RESULT 93 # that way if something is badly wrong and $RESULT can't 97 echo error > $RESULT || exit 1 123 echo build > $RESULT 141 echo error > $RESULT || exit 1 195 echo build > $RESULT 236 echo regress-$NUMREGRESS > $RESULT 240 echo pass > $RESULT [all...] |
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| objs-gcc.sh | 44 # OUTPUT: in $RESULT, one of the following keywords: 51 RESULT=$STATE/RESULT 66 # that way if something is badly wrong and $RESULT can't 70 echo error > $RESULT || exit 1 99 echo build > $RESULT 128 echo pass > $RESULT
|
| btest-gcc.sh | 79 # OUTPUT: in $RESULT, one of the following keywords: 86 RESULT=$STATE/RESULT 101 # that way if something is badly wrong and $RESULT can't 105 echo error > $RESULT || exit 1 131 echo build > $RESULT 149 echo error > $RESULT || exit 1 203 echo build > $RESULT 248 echo regress-$NUMREGRESS > $RESULT 252 echo pass > $RESULT [all...] |
| /src/usr.bin/rpcgen/ |
| rpc_clntout.c | 62 static char RESULT[] = "clnt_res"; 99 printarglist(proc, RESULT, "clnt", "CLIENT *"); 114 printarglist(proc_list *proc, const char *result, 131 result); 148 result); 193 f_print(fout, "%s;\n", RESULT); 198 ampr(proc->res_type), RESULT, RESULT); 205 stringfix(proc->res_type), RESULT); 212 RESULT); [all...] |
| /src/external/historical/nawk/dist/testdir/ |
| T.split | 11 RESULT=0 15 RESULT=1 225 exit $RESULT
|
| /src/lib/libc/arch/alpha/gen/ |
| divrem.m4 | 49 define(RESULT, `t12') 69 mov zero, RESULT /* Initialize result to zero */ 73 /* Compute sign of result. If either is negative, this is easy. */ 116 /* RESULT is already zero, from above. A is untouched. */ 120 cmovne CC, 1, RESULT 158 or RESULT, BIT, T_0 159 cmoveq CC, T_0, RESULT 169 `', ` mov A, RESULT 174 subq zero, RESULT, T_ [all...] |
| /src/sys/lib/libkern/arch/alpha/ |
| divrem.m4 | 49 define(RESULT, `t12') 69 mov zero, RESULT /* Initialize result to zero */ 73 /* Compute sign of result. If either is negative, this is easy. */ 116 /* RESULT is already zero, from above. A is untouched. */ 120 cmovne CC, 1, RESULT 158 or RESULT, BIT, T_0 159 cmoveq CC, T_0, RESULT 169 `', ` mov A, RESULT 174 subq zero, RESULT, T_ [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| quad-float128.h | 210 #define CVT_FLOAT128_TO_IBM128(RESULT, VALUE) \ 234 RESULT = u.ibm128; \ 237 #define CVT_IBM128_TO_FLOAT128(RESULT, VALUE) \ 248 RESULT = (TFtype) __high; \ 253 RESULT = (TFtype) __high; \ 256 RESULT = ((TFtype) __high) + ((TFtype) __low); \
|
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| quad-float128.h | 226 #define CVT_FLOAT128_TO_IBM128(RESULT, VALUE) \ 250 RESULT = u.ibm128; \ 253 #define CVT_IBM128_TO_FLOAT128(RESULT, VALUE) \ 264 RESULT = (TFtype) __high; \ 269 RESULT = (TFtype) __high; \ 272 RESULT = ((TFtype) __high) + ((TFtype) __low); \
|
| /src/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap.sh | 30 ok RESULT [NAME] 32 is RESULT EXPECTED [NAME] 33 isnt RESULT EXPECTED [NAME] 34 like RESULT PATTERN [NAME] 35 unlike RESULT PATTERN [NAME] 50 ok $result "some not implemented test" 163 # prints the tests result. 165 local result=${1:?} 179 if (( result != 0 )) ; then 192 if (( result != 0 )) ; the [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| alu-n-tst.h | 24 #define RESULT XCONCAT3(ALU,N,_RESULT) 82 print_hex (tst->result, N); 101 if ((unsignedN) CARRY_BORROW_RESULT != (unsignedN) tst->result) 103 printf (" -- result for carry/borrow wrong "); 107 if ((unsignedN) OVERFLOW_RESULT != (unsignedN) tst->result) 109 printf (" -- result for overflow wrong "); 113 if ((unsignedN) RESULT != (unsignedN) tst->result) 115 printf (" -- result wrong "); 116 print_hex (RESULT, N) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/common/ |
| alu-n-tst.h | 24 #define RESULT XCONCAT3(ALU,N,_RESULT) 82 print_hex (tst->result, N); 101 if ((unsignedN) CARRY_BORROW_RESULT != (unsignedN) tst->result) 103 printf (" -- result for carry/borrow wrong "); 107 if ((unsignedN) OVERFLOW_RESULT != (unsignedN) tst->result) 109 printf (" -- result for overflow wrong "); 113 if ((unsignedN) RESULT != (unsignedN) tst->result) 115 printf (" -- result wrong "); 116 print_hex (RESULT, N) [all...] |