Searched refs:fres (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | realpath.c | 72 char *p, wbuf[2][MAXPATHLEN], *fres; in realpath() local 83 fres = resolved = malloc(MAXPATHLEN); in realpath() 87 fres = NULL; in realpath() 212 free(fres); in realpath()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_gem_names.c | 205 int i, fres; in drm_gem_names_foreach() local 218 fres = f(np->name, np->ptr, arg); in drm_gem_names_foreach() 222 if (fres) in drm_gem_names_foreach()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.td | 102 def FeatureFRES : SubtargetFeature<"fres", "HasFRES", "true", 103 "Enable the fres instruction",
|
H A D | PPCInstrInfo.td | 2580 "fres", "$RST, $RB", IIC_FPGeneral,
|