Searched refs:ret1 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.s34 ENTRY(ret1)
36 SET_SIZE(ret1)
90 call ret1
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_section.c133 goto ret1;
147 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len))
218 goto ret1;
239 ret1: if (vp->m_start.cno == 0) {
H A Dvs_line.c162 goto ret1;
335 goto ret1;
402 goto ret1;
477 ret1: (void)gp->scr_move(sp, oldy, oldx);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; retur
[all...]
H A Dpa-risc2W.s42 ; return values ; r28 (ret0,ret1)
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/pid/
H A DMakefile41 tst.ret1.d \
64 tst.ret1.c \
/freebsd-11-stable/lib/libutil/
H A Duucplock.c117 goto ret1;
120 ret1:
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c366 goto ret1;
371 goto ret1;
399 goto ret1;
426 goto ret1;
434 goto ret1;
444 goto ret1;
456 goto ret1;
464 ret1:
/freebsd-11-stable/contrib/gdtoa/
H A Ddtoa.c397 goto ret1;
421 goto ret1;
468 case 0: goto ret1;
491 goto ret1;
762 ret1:
H A Dgdtoa.c402 goto ret1;
471 goto ret1;
499 goto ret1;
756 ret1:
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write.c290 int ret, ret1; local
296 ret1 = (f->close)(f);
297 if (ret1 < ret)
298 ret = ret1;
299 if (ret1 == ARCHIVE_OK) {
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c631 int ret, ret1; local
635 ret1 = SNMP_ERR_NOERROR;
650 if (ret1 == SNMP_ERR_NOERROR)
651 ret1 = ret;
654 return (ret1);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinit_sec_context.c914 OM_uint32 ret1; local
921 ret1 = _gsskrb5_create_ctx(minor_status,
926 if (ret1)
927 return ret1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c901 int ret1; local
937 ret1 = mlx4_set_port_mac_table(dev, 2, t2->entries);
938 if (ret1) {
939 mlx4_warn(dev, "failed to unmirror MAC tables for port 2(%d)\n", ret1);
940 ret = ret1;
1008 int ret1; local
1044 ret1 = mlx4_set_port_vlan_table(dev, 2, t2->entries);
1045 if (ret1) {
1046 mlx4_warn(dev, "failed to unmirror VLAN tables for port 2(%d)\n", ret1);
1047 ret = ret1;
[all...]
H A Dmlx4_main.c1349 int ret, ret1; local
1354 ret1 = mlx4_unbond_mac_table(dev);
1355 if (ret1) {
1356 mlx4_warn(dev, "multifunction unbond for MAC table failed (%d)\n", ret1);
1357 ret = ret1;
1359 ret1 = mlx4_unbond_vlan_table(dev);
1360 if (ret1) {
1361 mlx4_warn(dev, "multifunction unbond for VLAN table failed (%d)\n", ret1);
1362 ret = ret1;
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c488 int ret, ret1; local
503 ret1 = cmd_dl_polupd_ca(ctx, pps_fname, fname);
504 if (ret == 0 && ret1 == -1)
507 ret1 = cmd_dl_aaa_ca(ctx, pps_fname, fname);
508 if (ret == 0 && ret1 == -1)
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c1296 tree ret1, ret2;
1298 ret1 = TREE_TYPE (f1);
1303 if (TYPE_VOLATILE (ret1) != TYPE_VOLATILE (ret2))
1305 if (TYPE_VOLATILE (ret1))
1306 ret1 = build_qualified_type (TYPE_MAIN_VARIANT (ret1),
1307 TYPE_QUALS (ret1) & ~TYPE_QUAL_VOLATILE);
1311 val = comptypes_internal (ret1, ret2);
1290 tree ret1, ret2; local
H A Ddwarf2out.c9152 dw_loc_descr_ref ret, ret1;
9218 ret1 = new_loc_descr (DW_OP_GNU_push_tls_address, 0, 0);
9219 add_loc_descr (&ret, ret1);
9457 ret1 = loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 1), 0);
9458 if (ret == 0 || ret1 == 0)
9461 add_loc_descr (&ret, ret1);
9140 dw_loc_descr_ref ret, ret1; local

Completed in 389 milliseconds