/freebsd/usr.bin/fold/tests/ |
H A D | fold_test.sh | 36 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 D | fold.c | 47 void fold(int); 113 fold(width); in main() 119 fold(width); in main() 142 fold(int width) in fold() function
|
H A D | Makefile | 3 PROG= fold
|
/freebsd/contrib/vis/ |
H A D | vis.c | 58 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 D | dragon_saver.c | 112 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 D | chksum_simd.c | 68 goto fold; in __chksum_aarch64_simd() 144 fold: in __chksum_aarch64_simd()
|
/freebsd/contrib/unifdef/scripts/ |
H A D | gitlog2changelog.sh | 7 uniq | fold -s
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | Makefile.am | 26 n-fold-test \ 189 n-fold.c \ 264 n-fold.c \
|
H A D | Makefile.in | 56 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 D | ICF.cpp | 563 auto fold = [](Symbol *sym) { in run() local 572 fold(sym); in run() 575 fold(sym); in run()
|
/freebsd/usr.bin/ |
H A D | Makefile | 45 fold \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 1106 // 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 D | algorithm.cppm |
|
H A D | algorithm.inc | 163 // [alg.fold], fold
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | README.txt | 75 DAGCombiner doesn't yet fold truncations of extended loads. Functions like:
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 42 progs dirname du env error expand false file find finger fmt fold fpr from
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.def | 57 // I -> Required to constant fold to an integer constant expression.
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 1116 fold
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFloat.td | 116 // WebAssembly's select interprets any non-zero value as true, so we can fold
|
H A D | WebAssemblyInstrInteger.td | 120 // WebAssembly's select interprets any non-zero value as true, so we can fold
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ManualFoldTables.def | 220 // if count_s!=0, we can not fold INSERTPSrr into INSERTPSrm
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 141 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 D | X86Schedule.td | 41 // 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 D | NOTES | 111 into the fold. the guy who crammed 12-bit compress into the modem
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 567 n-fold.c \
|