Home
last modified time | relevance | path

Searched refs:dret (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gdtoa/
Dgethex.c172 goto dret;
282 dret:
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_cc.c705 dt_node_t *dret; in dt_action_trace() local
709 dret = yypcb->pcb_dret; in dt_action_trace()
710 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); in dt_action_trace()
712 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, dret->dn_type) + 1; in dt_action_trace()
714 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp); in dt_action_trace()
717 ctflib, dret->dn_type) + 1; in dt_action_trace()
720 dret->dn_type) + 1; in dt_action_trace()
726 dret->dn_type); in dt_action_trace()
729 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace()
732 dmp->dm_name, dret->dn_type); in dt_action_trace()
/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_connectors.c744 bool dret = false; in radeon_vga_detect() local
752 dret = radeon_ddc_probe(radeon_connector, false); in radeon_vga_detect()
753 if (dret) { in radeon_vga_detect()
952 bool dret = false, broken_edid = false; in radeon_dvi_detect() local
958 dret = radeon_ddc_probe(radeon_connector, false); in radeon_dvi_detect()
959 if (dret) { in radeon_dvi_detect()
/freebsd-12-stable/sys/contrib/zstd/tests/
Dzstreamtest.c174 size_t dret; in SEQ_roundTrip() local
178 dret = ZSTD_decompressStream(dctx, &dout, &din); in SEQ_roundTrip()
179 if (ZSTD_isError(dret)) in SEQ_roundTrip()
180 return dret; in SEQ_roundTrip()
182 if (dret == 0) in SEQ_roundTrip()
/freebsd-12-stable/sys/riscv/include/
Dencoding.h852 DECLARE_INSN(dret, MATCH_DRET, MASK_DRET)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.td1045 def DRET_0R : _F0R<0b0000011110, (outs), (ins), "dret", []>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td648 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
/freebsd-12-stable/contrib/libstdc++/
Dacinclude.m41261 imaxdiv_t dret = imaxdiv(numer, denom);
Dconfigure31142 imaxdiv_t dret = imaxdiv(numer, denom);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td1630 // 0101 dret