Home
last modified time | relevance | path

Searched refs:cheaper (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/less/
H A Dscreen.c256 static constant char *cheaper(constant char *t1, constant char *t2, constant char *def);
1408 sc_home = cheaper(t1, t2, "|\b^"); in get_term()
1425 sc_lower_left = cheaper(t1, t2, "\r"); in get_term()
1452 sc_addline = cheaper(t1, t2, "");
1493 static constant char * cheaper(constant char *t1, constant char *t2, constant char *def) in cheaper()
1481 static char * cheaper(char *t1, char *t2, char *def) cheaper() function
/freebsd/sys/dev/isp/
H A DHardware.txt203 slightly cheaper than the equivalent Ultra3 SCSI drives.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1519 // cheaper.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td63 // instructions that are cheaper than the constituent shifts as the optimizer is
H A DTarget.td661 bit isAsCheapAsAMove = false; // As cheap (or cheaper) than a move instruction.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSOPInstructions.td1849 // TODO: Would it be cheaper to emit multiple s_getreg_b32 calls for
/freebsd/
H A DUPDATING1789 If you want to selectively load things (eg on cheaper ARM/MIPS
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src13632 # capabilities, but with cheaper (shorter) control sequences. Messy design,