HomeSort by: relevance | last modified time | path
    Searched refs:result (Results 1 - 25 of 7730) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
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;
so-impl-ld.c 15 int result; local
18 result = solib_main (100);
21 result = solib_main (result);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
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;
so-impl-ld.c 15 int result; local
18 result = solib_main (100);
21 result = solib_main (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 */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
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 */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
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;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
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);
line_number.c 11 /* char *format_line_number(result, first, last)
19 /* .IP result
20 /* Result buffer, or null-pointer. In the latter case the
21 /* result is stored in a static buffer that is overwritten
22 /* with subsequent calls. The function result value is a
23 /* pointer into the result buffer.
52 char *format_line_number(VSTRING *result, ssize_t first, ssize_t last)
59 if (result == 0) {
62 result = buf;
68 vstring_sprintf(result, "%ld", (long) first)
    [all...]
  /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...]
  /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;
  /src/external/lgpl2/userspace-rcu/dist/tests/common/
compat-rand.h 27 int result; local
31 result = (unsigned int) (next / 65536) % 2048;
35 result <<= 10;
36 result ^= (unsigned int) (next / 65536) % 1024;
40 result <<= 10;
41 result ^= (unsigned int) (next / 65536) % 1024;
45 return result;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_oper.c 31 TSS_RESULT result = TSS_SUCCESS; local
33 if ((result = obj_tpm_get_tsp_context(hTpm, &tspContext)))
34 return result;
36 if ((result = obj_policy_get_type(hOperatorPolicy, &type)))
37 return result;
42 if ((result = obj_policy_get_secret(hOperatorPolicy, TR_SECRET_CTX_NEW, &operatorAuth)))
43 return result;
45 if ((result = TCS_API(tspContext)->SetOperatorAuth(tspContext, &operatorAuth)))
46 return result;
48 if ((result = obj_tpm_set_policy(hTpm, hOperatorPolicy))
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/lm32/
_mulsi3.c 32 USItype result; local
34 result = 0;
42 result += a;
47 return result;
  /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/
_mulsi3.c 32 USItype result; local
34 result = 0;
42 result += a;
47 return result;
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_counter.c 32 TSS_RESULT result; local
37 if ((result = ctx_verify_context(hContext)))
38 return result;
40 if ((result = tpm_rqu_build(TPM_ORD_ReadCounter, &offset, txBlob, idCounter, NULL)))
41 return result;
43 if ((result = req_mgr_submit_req(txBlob)))
46 if ((result = UnloadBlob_Header(txBlob, &paramSize))) {
47 LogDebugFn("TPM_ReadCounter failed: rc=0x%x", result);
51 if (!result) {
52 result = tpm_rsp_parse(TPM_ORD_ReadCounter, txBlob, paramSize, NULL, counterValue
69 TSS_RESULT result; local
112 TSS_RESULT result; local
148 TSS_RESULT result; local
183 TSS_RESULT result; local
    [all...]
tcsi_admin.c 35 TSS_RESULT result; local
39 if ((result = ctx_verify_context(hContext)))
40 return result;
42 if ((result = tpm_rqu_build(TPM_ORD_SetOwnerInstall, &offset, txBlob, state, NULL)))
43 return result;
45 if ((result = req_mgr_submit_req(txBlob)))
46 return result;
48 result = UnloadBlob_Header(txBlob, &paramSize);
49 LogResult("SetOwnerInstall", result);
50 return result;
60 TSS_RESULT result; local
91 TSS_RESULT result; local
123 TSS_RESULT result; local
146 TSS_RESULT result; local
170 TSS_RESULT result = TCSERR(TSS_E_NOTIMPL); local
199 TSS_RESULT result; local
222 TSS_RESULT result; local
248 TSS_RESULT result; local
271 TSS_RESULT result; local
297 TSS_RESULT result; local
339 TSS_RESULT result; local
378 TSS_RESULT result; local
424 TSS_RESULT result; local
454 TSS_RESULT result; local
478 TSS_RESULT result; local
    [all...]
  /src/external/bsd/unbound/dist/compat/
ctime_r.c 25 char* result; local
34 result = ctime(timep);
35 if(buf && result) {
36 if(strlen(result) > 10 && result[7]==' ' && result[8]=='0')
37 result[8]=' '; /* fix error in windows ctime */
38 strcpy(buf, result);
  /src/external/mpl/bind/dist/doc/misc/
sort-options.pl 35 my $result = "";
37 $result = ${result}.${i};
38 $result = $result."\n" if ($i =~ /^[a-z]/i);
41 $result = ${result}.${fin};
42 return ($result);
  /src/external/mpl/dhcp/dist/keama/
print.c 66 struct string *result; local
82 result = allocString();
88 appendString(result, "check ");
92 appendString(result, "???");
94 concatString(result, stringValue(name));
95 return result->content;
104 appendString(result, "exists ");
108 appendString(result, "???");
109 return result->content;
114 appendString(result, "???")
503 struct string *result; local
1030 struct string *result; local
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>