Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd-13-stable/crypto/openssl/crypto/rc2/
HDrc2_skey.c39 # pragma optimize("g",off)
97 # pragma optimize("",on)
/freebsd-13-stable/contrib/libpcap/msdos/
HDmakefile25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
153 optimize.o32: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
HDmakefile.wc30 $(OBJDIR)\pcap-dos.obj $(OBJDIR)\pktdrvr.obj $(OBJDIR)\optimize.obj &
105 $(OBJDIR)\optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
/freebsd-13-stable/sys/contrib/zstd/programs/
HDdibio.h37 ZDICT_fastCover_params_t* fastCoverParams, int optimize);
HDdibio.c273 ZDICT_fastCover_params_t* fastCoverParams, int optimize) in DiB_trainFromFiles() argument
326 if (optimize) { in DiB_trainFromFiles()
341 if (optimize) { in DiB_trainFromFiles()
HDzstdcli.c1212 int const optimize = !coverParams.k || !coverParams.d; in main() local
1215 …lenames->fileNames, (unsigned)filenames->tableSize, blockSize, NULL, &coverParams, NULL, optimize); in main()
1217 int const optimize = !fastCoverParams.k || !fastCoverParams.d; in main() local
1220 …mes->fileNames, (unsigned)filenames->tableSize, blockSize, NULL, NULL, &fastCoverParams, optimize); in main()
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
HDx86asm.pl81 { my($p1,$p2,$optimize)=@_;
83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
/freebsd-13-stable/sys/conf/
HDMakefile.riscv40 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-13-stable/crypto/openssl/crypto/rsa/
HDrsa_pss.c22 # pragma optimize("g", off)
254 # pragma optimize("",on)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanTransforms.h60 static void optimize(VPlan &Plan, ScalarEvolution &SE);
/freebsd-13-stable/contrib/byacc/
HDNOTES9 performed in particular ways to optimize the code for the VAX.
/freebsd-13-stable/contrib/xz/src/liblzma/check/
HDcrc_x86_clmul.h332 # pragma optimize("g", off)
382 # pragma optimize("", on)
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
HDfm_vsp_ext.h256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_platform.h104 __attribute__((optimize("unroll-loops")))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
HDdpp-qrcode.py105 qr.add_data(uri, optimize=5)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp374 if (!optimize()) in compile_to_file()
381 if (!optimize()) in compile()
570 bool LTOCodeGenerator::optimize() { in optimize() function in LTOCodeGenerator
/freebsd-13-stable/sys/contrib/zstd/lib/common/
HDcompiler.h155 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/freebsd-13-stable/sbin/pfctl/
HDpfctl.c1625 if (pf->optimize && rs_num == PF_RULESET_FILTER) in pfctl_load_ruleset()
1730 pfctl_rules(int dev, char *filename, int opts, int optimize, in pfctl_rules() argument
1769 pf.optimize = optimize; in pfctl_rules()
2422 int optimize = PF_OPTIMIZE_BASIC; in main() local
2768 optimize = 0; in main()
2771 optimize |= PF_OPTIMIZE_BASIC; in main()
2775 optimize |= PF_OPTIMIZE_PROFILE; in main()
2794 if (pfctl_rules(dev, rulesopt, opts, optimize, in main()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
HDLTOCodeGenerator.h170 bool optimize();
HDThinLTOCodeGenerator.h291 void optimize(Module &Module);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp635 return optimize(); in run()
833 void optimize() { in optimize() function in thinlto::ThinLTOProcessing
848 ThinGenerator.optimize(*TheModule); in optimize()
1109 if (!CodeGen.optimize()) { in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrTBM.td102 // Extra patterns because opt can optimize the above patterns to this.
154 // Extra patterns because opt can optimize the above patterns to this.
/freebsd-13-stable/contrib/one-true-awk/
HDmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
/freebsd-13-stable/lib/libpcap/
HDMakefile18 optimize.c \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
HDjitprofiling.c22 #pragma optimize("", off)

123456