| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| signed-builtin-types.c | 23 int result = foo (); local 24 return result;
|
| signed-builtin-types.c | 23 int result = foo (); local 24 return result;
|
| break-include.c | 23 int result = -1; local 25 result = next (result); 26 return result;
|
| break-include.c | 23 int result = -1; local 25 result = next (result); 26 return result;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| signed-builtin-types.c | 23 int result = foo (); local 24 return result;
|
| signed-builtin-types.c | 23 int result = foo (); local 24 return result;
|
| break-include.c | 23 int result = -1; local 25 result = next (result); 26 return result;
|
| break-include.c | 23 int result = -1; local 25 result = next (result); 26 return result;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| tls-main.c | 5 int result; local 6 result = foo (); /* Call to foo should return 2, not 1. */ 7 result ++; 8 return 0; /* break here to check result */
|
| tls-main.c | 5 int result; local 6 result = foo (); /* Call to foo should return 2, not 1. */ 7 result ++; 8 return 0; /* break here to check result */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| ppc-fp.c | 21 double result; local 24 : "=f" (result) 32 : "=f" (result)
|
| ppc-fp.c | 21 double result; local 24 : "=f" (result) 32 : "=f" (result)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| tls-main.c | 5 int result; local 6 result = foo (); /* Call to foo should return 2, not 1. */ 7 result ++; 8 return 0; /* break here to check result */
|
| tls-main.c | 5 int result; local 6 result = foo (); /* Call to foo should return 2, not 1. */ 7 result ++; 8 return 0; /* break here to check result */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| ppc-fp.c | 21 double result; local 24 : "=f" (result) 32 : "=f" (result)
|
| ppc-fp.c | 21 double result; local 24 : "=f" (result) 32 : "=f" (result)
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| itold.c | 24 _Qp_itoq (long double *result, int a) 27 *result = (double) a;
|
| itold.c | 24 _Qp_itoq (long double *result, int a) 27 *result = (double) a;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| itold.c | 24 _Qp_itoq (long double *result, int a) 27 *result = (double) a;
|
| itold.c | 24 _Qp_itoq (long double *result, int a) 27 *result = (double) a;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| basename.c | 15 /* \fIpath\fR and returns a pointer to the result. 42 char *result; local 44 if ((result = strrchr(path, '/')) == 0) 45 result = (char *) path; 47 result += 1; 48 return (result);
|
| basename.c | 15 /* \fIpath\fR and returns a pointer to the result. 42 char *result; local 44 if ((result = strrchr(path, '/')) == 0) 45 result = (char *) path; 47 result += 1; 48 return (result);
|
| /src/sys/arch/hppa/spmath/ |
| setovfl.c | 54 sgl_floating_point result; local 56 /* set result to infinity or largest number */ 61 Sgl_setlargestnegative(result); 63 Sgl_setinfinitypositive(result); 68 Sgl_setlargestpositive(result); 70 Sgl_setinfinitynegative(result); 74 Sgl_setinfinity(result,sign); 78 Sgl_setlargest(result,sign); 82 Sgl_setinfinity(result,sign); 83 return(result); 88 dbl_floating_point result; local [all...] |
| setovfl.c | 54 sgl_floating_point result; local 56 /* set result to infinity or largest number */ 61 Sgl_setlargestnegative(result); 63 Sgl_setinfinitypositive(result); 68 Sgl_setlargestpositive(result); 70 Sgl_setinfinitynegative(result); 74 Sgl_setinfinity(result,sign); 78 Sgl_setlargest(result,sign); 82 Sgl_setinfinity(result,sign); 83 return(result); 88 dbl_floating_point result; local [all...] |
| /src/external/gpl2/libmalloc/dist/ |
| mstats.c | 33 struct mstats result; local 35 result.bytes_total = (char *) (*__morecore) (0) - _heapbase; 36 result.chunks_used = _chunks_used; 37 result.bytes_used = _bytes_used; 38 result.chunks_free = _chunks_free; 39 result.bytes_free = _bytes_free; 40 return result;
|