Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
/freebsd/usr.bin/fold/
H A Dfold.c142 fold(int width) in fold() function
/freebsd/sys/dev/syscons/dragon/
H A Ddragon_saver.c112 static unsigned char fold[1 << (ORDER - 3)]; in dragon_update() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp563 auto fold = [](Symbol *sym) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp648 bool AMDGPULibCalls::fold(CallInst *CI) { in fold() function in AMDGPULibCalls