Searched refs:EXT (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile35 EXT =.exe macro
37 EXT = macro
56 ./minigzip_zstd example$(EXT)
57 #cp example$(EXT).gz example$(EXT)_zstd.gz
58 ./minigzip_zstd -d example$(EXT).gz
59 ./minigzip example$(EXT)
60 #cp example$(EXT).gz example$(EXT)_gz.gz
61 ./minigzip_zstd -d example$(EXT)
[all...]
/freebsd-13-stable/share/i18n/csmapper/GB/
H A DMakefile7 GBKEXT%UCS.mps GBKUDA%UCS.mps ISO-IR-165EXT%UCS.mps \
10 UCS%ISO-IR-165EXT.mps
/freebsd-13-stable/lib/libc/resolv/
H A Dres_send.c129 #define EXT(res) ((res)->_u._ext) macro
192 if (EXT(statp).ext == NULL)
315 if (statp->nscount == 0 || EXT(statp).ext == NULL) {
340 if (EXT(statp).nscount != 0) {
345 if (EXT(statp).nscount != statp->nscount)
351 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) {
356 if (EXT(statp).nssocks[ns] == -1)
359 if (_getpeername(EXT(statp).nssocks[ns],
372 EXT(statp).nscount = 0;
379 if (EXT(stat
[all...]
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile121 EXT =.exe macro
130 EXT = macro
140 HAVE_PTHREAD := $(shell printf '$(NUM_SYMBOL)include <pthread.h>\nint main(void) { return 0; }' > have_pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm have_pthread$(EXT) && echo 1 || echo 0; rm have_pthread.c)
152 HAVE_ZLIB := $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zlib.c && $(CC) $(FLAGS) -o have_zlib$(EXT) have_zlib.c -lz 2> $(VOID) && rm have_zlib$(EXT) && echo 1 || echo 0; rm have_zlib.c)
163 HAVE_LZMA := $(shell printf '$(NUM_SYMBOL)include <lzma.h>\nint main(void) { return 0; }' > have_lzma.c && $(CC) $(FLAGS) -o have_lzma$(EXT) have_lzma.c -llzma 2> $(VOID) && rm have_lzma$(EXT) && echo 1 || echo 0; rm have_lzma.c)
174 HAVE_LZ4 := $(shell printf '$(NUM_SYMBOL)include <lz4frame.h>\n$(NUM_SYMBOL)include <lz4.h>\nint main(void) { return 0; }' > have_lz4.c && $(CC) $(FLAGS) -o have_lz4$(EXT) have_lz4.c -llz4 2> $(VOID) && rm have_lz4$(EXT)
[all...]
/freebsd-13-stable/sys/contrib/zstd/
H A DMakefile34 EXT =.exe macro
36 EXT = macro
68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT)
73 $(Q)cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
145 $(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk90 EXT= .c macro
91 .for BASENAME}${EXT in replaced
92 . info ${BASENAME}${EXT}
/freebsd-13-stable/tools/test/iconv/
H A DMakefile18 HZ ISO-2022-CN ISO-2022-CN-EXT ISO-2022-JP ISO-2022-JP-1 \
/freebsd-13-stable/lib/libc++/
H A DMakefile86 INCSGROUPS= STD EXP EXT
272 EXT+= ${HDRDIR}/ext/${hdr}
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc182 PRJLIBNAME = $(PROJECT).$(EXT)
/freebsd-13-stable/sys/dev/sym/
H A Dsym_defs.h455 #define EXT 0x02 /* extended filtering */ macro
H A Dsym_hipd.c3184 OUTB (nc_stest2, EXT|np->rv_stest2);
3621 OUTOFFB (nc_stest2, EXT);
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c519 DBG_SET_FLAG_MIN("exit", EXT);
5088 PMCDBG3(PRC,EXT,1,"process-exit proc=%p (%d, %s)", p, p->p_pid,
5103 PMCDBG3(PRC,EXT,1, "process-exit proc=%p (%d, %s)", p, p->p_pid,
5113 PMCDBG2(PRC,EXT,2,
5136 PMCDBG2(PRC,EXT,2, "ri=%d pm=%p", ri, pm);
5142 PMCDBG4(PRC,EXT,2, "ppmcs[%d]=%p pm=%p "
H A Dhwpmc_logging.c1133 PMCDBG3(LOG,EXT,1,"pm=%p pid=%d v=%jx", pm, pp->pp_proc->p_pid,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp764 case Mips::EXT:
H A DMipsSEFrameLowering.cpp603 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::EXT), Mips::K0)
H A DMipsSEISelDAGToDAG.cpp242 Mips::EXT, DL, MVT::i32, SDValue(DSPCtrlField, 0), OuFlag, CstOne);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h146 EXT,
H A DAArch64ISelLowering.cpp1440 MAKE_CASE(AArch64ISD::EXT)
7107 Src.ShuffleVec = DAG.getNode(AArch64ISD::EXT, dl, DestVT, VEXTSrc1,
7181 // check if an EXT instruction can handle the shuffle mask when the
7212 // check if an EXT instruction can handle the shuffle mask when the
7230 // The index of an EXT is the first element if it is not UNDEF.
7231 // Watch out for the beginning UNDEFs. The EXT index should be the expected
7546 return DAG.getNode(AArch64ISD::EXT, dl, VT, OpLHS, OpRHS,
7744 return DAG.getNode(AArch64ISD::EXT, dl, V1.getValueType(), V1, V2,
7748 return DAG.getNode(AArch64ISD::EXT, dl, V1.getValueType(), V1, V1,
11775 // Convert everything to the domain of EXT (
11781 SDValue EXT = DAG.getNode(AArch64ISD::EXT, dl, ByteVT, Op0, Op1, Op2); local
[all...]

Completed in 319 milliseconds