Home
last modified time | relevance | path

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

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