Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/usr.bin/fold/tests/
H A Dfold_test.sh36 atf_check -s exit:0 -o empty fold -b < /dev/null
47 atf_check -s exit:0 -o empty fold -s < /dev/null
60 " fold -w
71 atf_check -s exit:0 -o empty fold < /dev/null
/freebsd/usr.bin/fold/
H A Dfold.c47 void fold(int);
113 fold(width); in main()
119 fold(width); in main()
142 fold(int width) in fold() function
H A DMakefile3 PROG= fold
/freebsd/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
97 fold++; /* fold output lines to 80 cols */ in main()
263 if (fold) { in process()
283 if (fold && *(cp - 1) != '\n') in process()
/freebsd/sys/dev/syscons/dragon/
H A Ddragon_saver.c112 static unsigned char fold[1 << (ORDER - 3)]; in dragon_update() local
113 #define GET_FOLD(x) (fold[(x) >> 3] & (1 << ((x) & 7))) in dragon_update()
114 #define SET_FOLD(x) (fold[(x) >> 3] |= (1 << ((x) & 7))) in dragon_update()
115 #define CLR_FOLD(x) (fold[(x) >> 3] &= ~(1 << ((x) & 7))) in dragon_update()
/freebsd/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c68 goto fold; in __chksum_aarch64_simd()
144 fold: in __chksum_aarch64_simd()
/freebsd/contrib/unifdef/scripts/
H A Dgitlog2changelog.sh7 uniq | fold -s
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.am26 n-fold-test \
189 n-fold.c \
264 n-fold.c \
H A DMakefile.in56 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
185 libkrb5_la-n-fold.lo libkrb5_la-pac.lo libkrb5_la-padata.lo \
227 librfc3961_la-keyblock.lo librfc3961_la-n-fold.lo \
234 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
262 n_fold_test_SOURCES = n-fold-test.c
263 n_fold_test_OBJECTS = n-fold-test.$(OBJEXT)
468 krbhst-test.c n-fold-test.c parse-name-test.c store-test.c \
478 aes-test.c derived-key-test.c krbhst-test.c n-fold-test.c \
878 n-fold.c \
946 n-fold.c \
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp563 auto fold = [](Symbol *sym) { in run() local
572 fold(sym); in run()
575 fold(sym); in run()
/freebsd/usr.bin/
H A DMakefile45 fold \
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1106 // Constant fold operations.
1689 // fold ((0-A) + B) -> B-A
1696 // fold (A + (0-B)) -> A-B
1703 // fold (A+(B-A)) -> B
1710 // fold ((B-A)+A) -> B
1717 // fold ((A-B)+(C-A)) -> (C-B)
1725 // fold ((A-B)+(B-C)) -> (A-C)
1733 // fold (A+(B-(A+C))) to (B-C)
1741 // fold (A+(B-(C+A))) to (B-C)
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc163 // [alg.fold], fold
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt75 DAGCombiner doesn't yet fold truncations of extended loads. Functions like:
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf42 progs dirname du env error expand false file find finger fmt fold fpr from
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def57 // I -> Required to constant fold to an integer constant expression.
/freebsd/etc/mtree/
H A DBSD.tests.dist1116 fold
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td116 // WebAssembly's select interprets any non-zero value as true, so we can fold
H A DWebAssemblyInstrInteger.td120 // WebAssembly's select interprets any non-zero value as true, so we can fold
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ManualFoldTables.def220 // if count_s!=0, we can not fold INSERTPSrr into INSERTPSrm
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp141 bool fold(CallInst *CI);
648 bool AMDGPULibCalls::fold(CallInst *CI) { in fold() function in AMDGPULibCalls
1724 if (Simplifier.fold(CI)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td41 // Most instructions can fold loads, so almost every SchedWrite comes in two
138 def WriteLEA : SchedWrite; // LEA instructions can't fold loads.
215 // consume resources. Indirect branches can fold loads.
/freebsd/usr.bin/compress/doc/
H A DNOTES111 into the fold. the guy who crammed 12-bit compress into the modem
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile567 n-fold.c \

123