Searched refs:dret (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/gdtoa/ |
| D | gethex.c | 172 goto dret; 282 dret:
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_cc.c | 705 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/ |
| D | radeon_connectors.c | 744 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/ |
| D | zstreamtest.c | 174 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/ |
| D | encoding.h | 852 DECLARE_INSN(dret, MATCH_DRET, MASK_DRET)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.td | 1045 def DRET_0R : _F0R<0b0000011110, (outs), (ins), "dret", []>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfo.td | 648 def DRET : Priv<"dret", 0b0111101>, Sched<[]> {
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 1261 imaxdiv_t dret = imaxdiv(numer, denom);
|
| D | configure | 31142 imaxdiv_t dret = imaxdiv(numer, denom);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64InstrFormats.td | 1630 // 0101 dret
|