| /src/lib/libc/rpc/ |
| pmap_clnt.c | 73 bool_t rslt; local 92 rslt = rpcb_set((rpcprog_t)program, (rpcvers_t)version, nconf, na); 95 return (rslt);
|
| rpcb_clnt.c | 537 bool_t rslt = FALSE; local 575 (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) { 582 return (rslt); 595 bool_t rslt = FALSE; local 617 (char *)(void *)&rslt, tottimeout) != RPC_SUCCESS) { 623 return (rslt);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| vscsiif.h | 311 int32_t rslt; member in struct:vscsiif_response
|
| /src/lib/libc/stdlib/ |
| strfmon.c | 532 char *rslt; local 587 rslt = calloc(1, bufsize); 588 if (rslt == NULL) { 592 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */ 648 bufsize = rslt + bufsize - bufend; 649 memmove(rslt, bufend, bufsize); 651 return (rslt);
|
| /src/sys/dev/ |
| midisyn.c | 133 int rslt, error; local 151 rslt = 0; 153 rslt = (ms->mets->open(ms, flags)); 162 return rslt;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-tailcall.cc | 932 tree param, rslt; local 1032 rslt = gimple_call_lhs (call); 1033 if (rslt != NULL_TREE && TREE_CODE (rslt) == SSA_NAME) 1037 SSA_NAME_DEF_STMT (rslt) = gimple_build_nop ();
|
| loop-iv.cc | 1321 uint64_t rslt = 1; local 1326 rslt = (rslt * x) & mask; 1330 return rslt;
|
| tree-scalar-evolution.cc | 3788 tree rslt = PHI_RESULT (phi); 3892 if (CONSTANT_CLASS_P (def) && !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (rslt)) 3893 replace_uses_by (rslt, def); 3898 gassign *ass = gimple_build_assign (rslt, def); 3927 print_gimple_stmt (dump_file, SSA_NAME_DEF_STMT (rslt), 0); 3781 tree rslt = PHI_RESULT (phi); local
|
| tree-ssa-loop-niter.cc | 848 tree rslt; local 870 rslt = build_int_cst_type (type, irslt); 874 rslt = build_int_cst (type, 1); 877 rslt = int_const_binop (MULT_EXPR, rslt, x); 880 rslt = int_const_binop (BIT_AND_EXPR, rslt, mask); 883 return rslt;
|
| tree-ssa-loop-ivopts.cc | 3951 rtx rslt; local 3963 rslt = expand_expr (expr, NULL_RTX, TYPE_MODE (type), EXPAND_NORMAL); 3970 if (MEM_P (rslt)) 3971 cost += address_cost (XEXP (rslt, 0), TYPE_MODE (type), 3973 else if (!REG_P (rslt)) 3974 cost += set_src_cost (rslt, TYPE_MODE (type), speed);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-tailcall.cc | 932 tree param, rslt; local 1032 rslt = gimple_call_lhs (call); 1033 if (rslt != NULL_TREE && TREE_CODE (rslt) == SSA_NAME) 1037 SSA_NAME_DEF_STMT (rslt) = gimple_build_nop ();
|
| loop-iv.cc | 1294 uint64_t rslt = 1; local 1299 rslt = (rslt * x) & mask; 1303 return rslt;
|
| tree-scalar-evolution.cc | 3525 tree rslt = PHI_RESULT (phi); 3612 gassign *ass = gimple_build_assign (rslt, def); 3518 tree rslt = PHI_RESULT (phi); local
|
| tree-ssa-loop-niter.cc | 860 tree rslt; local 882 rslt = build_int_cst_type (type, irslt); 886 rslt = build_int_cst (type, 1); 889 rslt = int_const_binop (MULT_EXPR, rslt, x); 892 rslt = int_const_binop (BIT_AND_EXPR, rslt, mask); 895 return rslt;
|
| tree-ssa-loop-ivopts.cc | 3910 rtx rslt; local 3922 rslt = expand_expr (expr, NULL_RTX, TYPE_MODE (type), EXPAND_NORMAL); 3929 if (MEM_P (rslt)) 3930 cost += address_cost (XEXP (rslt, 0), TYPE_MODE (type), 3932 else if (!REG_P (rslt)) 3933 cost += set_src_cost (rslt, TYPE_MODE (type), speed);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| ax.cc | 132 char *rslt; local 134 rslt = (char *) xmalloc (2 * aexpr->length + 1); 135 bin2hex (aexpr->bytes, rslt, aexpr->length); 136 return rslt; 943 ULONGEST *rslt) 1221 if (rslt) 1229 *rslt = top;
|
| tracepoint.cc | 1512 unsigned char *rslt; local 1674 rslt = tbctrl->free; 1762 return rslt;
|
| /src/external/mpl/dhcp/dist/common/ |
| dlpi.c | 321 int rslt; local 328 if ((rslt = ioctl (fd, I_STR, &sio)) < 0) { 329 return rslt;
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| ax.cc | 132 char *rslt; local 134 rslt = (char *) xmalloc (2 * aexpr->length + 1); 135 bin2hex (aexpr->bytes, rslt, aexpr->length); 136 return rslt; 943 ULONGEST *rslt) 1221 if (rslt) 1229 *rslt = top;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 663 ssize_t rslt; local 671 rslt = readlink (fdname.c_str (), buf, 673 if (rslt >= 0) 674 buf[rslt] = '\0'; 687 (rslt >= 0 ? buf : dp2->d_name));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ax-gdb.c | 1347 int i, rslt; 1389 rslt = gen_struct_ref_recursive (ax, value, field, 1393 if (rslt) 1338 int i, rslt; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ax-gdb.c | 1346 int i, rslt; 1388 rslt = gen_struct_ref_recursive (ax, value, field, 1392 if (rslt) 1337 int i, rslt; local
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 663 ssize_t rslt; local 671 rslt = readlink (fdname.c_str (), buf, 673 if (rslt >= 0) 674 buf[rslt] = '\0'; 687 (rslt >= 0 ? buf : dp2->d_name));
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1670 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, /*retval= */false); 1671 if (rslt != NULL_RTX) 1672 return rslt; 1668 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, \/*retval= *\/false); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1678 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, /*retval= */false); 1679 if (rslt != NULL_RTX) 1680 return rslt; 1676 rtx rslt = rs6000_darwin64_record_arg (cum, type, named, \/*retval= *\/false); local
|