HomeSort by: relevance | last modified time | path
    Searched defs:EXT (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/games/warp/
EXTERN.h 12 #ifdef EXT
13 #undef EXT
15 #define EXT extern
INTERN.h 12 #ifdef EXT
13 #undef EXT
15 #define EXT
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv-asm.h 42 #define EXT(NAME) _##NAME
44 #define EXT(NAME) _/**/NAME
47 #define EXT(NAME) NAME
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv-asm.h 42 #define EXT(NAME) _##NAME
44 #define EXT(NAME) _/**/NAME
47 #define EXT(NAME) NAME
  /src/external/bsd/zstd/dist/contrib/gen_html/
Makefile 26 EXT =.exe
28 EXT =
39 $(CXX) $(FLAGS) $^ -o $@$(EXT)
50 @$(RM) gen_html$(EXT)
  /src/external/bsd/zstd/dist/lib/dll/example/
Makefile 27 EXT =.exe
29 EXT =
41 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/libzstd_static.lib
44 $(CC) $(FLAGS) $^ -o $@$(EXT) -DZSTD_DLL_IMPORT=1 $(DLLDIR)/libzstd.dll
47 @$(RM) fullbench-dll$(EXT) fullbench-lib$(EXT) \
  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 163 EXT= .c
165 .for BASENAME}${EXT in replaced
166 . info ${BASENAME}${EXT}
  /src/external/bsd/zstd/dist/zlibWrapper/
Makefile 38 EXT =.exe
40 EXT =
59 ./minigzip_zstd example$(EXT)
60 #cp example$(EXT).gz example$(EXT)_zstd.gz
61 ./minigzip_zstd -d example$(EXT).gz
62 ./minigzip example$(EXT)
63 #cp example$(EXT).gz example$(EXT)_gz.gz
64 ./minigzip_zstd -d example$(EXT).g
    [all...]
  /src/external/bsd/zstd/dist/
Makefile 35 EXT =.exe
37 EXT =
68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT)
73 $(Q)$(CP) $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
147 $(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
  /src/external/bsd/zstd/dist/contrib/pzstd/
Makefile 72 EXT =.exe
74 EXT =
100 $(TESTPROG) ./utils/test/BufferTest$(EXT) $(TESTFLAGS)
101 $(TESTPROG) ./utils/test/RangeTest$(EXT) $(TESTFLAGS)
102 $(TESTPROG) ./utils/test/ResourcePoolTest$(EXT) $(TESTFLAGS)
103 $(TESTPROG) ./utils/test/ScopeGuardTest$(EXT) $(TESTFLAGS)
104 $(TESTPROG) ./utils/test/ThreadPoolTest$(EXT) $(TESTFLAGS)
105 $(TESTPROG) ./utils/test/WorkQueueTest$(EXT) $(TESTFLAGS)
106 $(TESTPROG) ./test/OptionsTest$(EXT) $(TESTFLAGS)
107 $(TESTPROG) ./test/PzstdTest$(EXT) $(TESTFLAGS
    [all...]
  /src/external/bsd/zstd/dist/tests/
Makefile 65 EXT =.exe
69 EXT =
153 $(LINK.c) $^ -o $@$(EXT)
158 $(LINK.c) $^ -o $@$(EXT)
162 # $(CC) $(FLAGS) $(filter %.c,$^) -o $@$(EXT) -DZSTD_DLL_IMPORT=1 $(LIB_SRCDIR)/dll/libzstd.dll
163 $(LINK.c) $^ $(LDLIBS) -o $@$(EXT)
173 $(LINK.c) $^ -o $@$(EXT)
177 $(CC) $(CPPFLAGS) $(CFLAGS) $(filter %.c,$^) $(LDFLAGS) -o $@$(EXT)
189 $(LINK.c) $^ -o $@$(EXT)
194 $(LINK.c) $(MULTITHREAD) $^ -o $@$(EXT)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch.c 153 # define EXT ext_match
183 # define EXT ext_wmatch
fnmatch_loop.c 20 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
54 res = EXT (c, p, n, string_end, no_leading_period,
86 res = EXT (c, p, n, string_end, no_leading_period,
920 res = EXT (c, p, n, string_end, no_leading_period, flags);
998 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
1243 #undef EXT
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 184 # define EXT ext_match
214 # define EXT ext_wmatch
fnmatch_loop.c 23 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
57 res = EXT (c, p, n, string_end, no_leading_period,
89 res = EXT (c, p, n, string_end, no_leading_period,
923 res = EXT (c, p, n, string_end, no_leading_period, flags);
1001 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
1187 #undef EXT
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-objcp-common.cc 45 EXT,
54 enum cxx_dialect ext; member in struct:cp_feature_selector::__anon13554::__anon13555
61 enum cxx_dialect ext)
62 : kind (DIALECT), dialect{feat, ext} {}
80 else if (cxx_dialect >= dialect.ext)
81 return result::EXT;
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.c 129 #define EXT ext_match
151 #define EXT ext_wmatch
fnmatch_loop.c 34 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
65 int res = EXT (c, p, n, string_end, no_leading_period,
95 int res = EXT (c, p, n, string_end, no_leading_period,
895 int res = EXT (c, p, n, string_end, no_leading_period, flags,
977 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
1201 #undef EXT
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch.c 129 #define EXT ext_match
151 #define EXT ext_wmatch
fnmatch_loop.c 34 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
65 int res = EXT (c, p, n, string_end, no_leading_period,
95 int res = EXT (c, p, n, string_end, no_leading_period,
895 int res = EXT (c, p, n, string_end, no_leading_period, flags,
977 EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end,
1201 #undef EXT
  /src/lib/libc/resolv/
res_send.c 165 #define EXT(res) ((res)->_u._ext)
228 if (EXT(statp).ext == NULL)
353 if (statp->nscount == 0 || EXT(statp).ext == NULL) {
377 if (EXT(statp).nscount != 0) {
382 if (EXT(statp).nscount != statp->nscount)
388 (struct sockaddr *)(void *)&EXT(statp).ext->nsaddrs[ns])) {
393 if (EXT(statp).nssocks[ns] == -1
    [all...]
  /src/external/bsd/libbind/dist/resolv/
res_send.c 121 #define EXT(res) ((res)->_u._ext)
182 if (EXT(statp).ext == NULL)
306 if (statp->nscount == 0 || EXT(statp).ext == NULL) {
324 if (EXT(statp).nscount != 0) {
329 if (EXT(statp).nscount != statp->nscount)
335 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) {
340 if (EXT(statp).nssocks[ns] == -1
    [all...]
  /src/external/bsd/zstd/dist/programs/
Makefile 52 EXT =.exe
61 EXT =
66 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)
78 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)
89 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)
100 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) && echo 1 || echo 0; rm have_lz4.c
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 276 #define EXT(i, j) case i: return & howto_table_ext [j]
278 int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE; local
291 if (ext)
294 EXT (BFD_RELOC_8, 0);
295 EXT (BFD_RELOC_16, 1);
296 EXT (BFD_RELOC_32, 2);
297 EXT (BFD_RELOC_HI22, 8);
298 EXT (BFD_RELOC_LO10, 11);
299 EXT (BFD_RELOC_32_PCREL_S2, 6);
300 EXT (BFD_RELOC_SPARC_WDISP22, 7)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 276 #define EXT(i, j) case i: return & howto_table_ext [j]
278 int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE; local
291 if (ext)
294 EXT (BFD_RELOC_8, 0);
295 EXT (BFD_RELOC_16, 1);
296 EXT (BFD_RELOC_32, 2);
297 EXT (BFD_RELOC_HI22, 8);
298 EXT (BFD_RELOC_LO10, 11);
299 EXT (BFD_RELOC_32_PCREL_S2, 6);
300 EXT (BFD_RELOC_SPARC_WDISP22, 7)
    [all...]

Completed in 59 milliseconds

1 2