HomeSort by: relevance | last modified time | path
    Searched refs:__TINYC__ (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libpcap/dist/
thread-local.h 53 #elif defined __TINYC__
  /src/external/lgpl3/mpfr/dist/examples/
version.c 84 #elif defined(__TINYC__)
85 /* The format of __TINYC__ is not described, but libtcc.c defines it with
87 * tcc_define_symbol(s, "__TINYC__", buffer);
89 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000),
90 (int) ((__TINYC__ / 100) % 100), (int) (__TINYC__ % 100));
  /src/external/lgpl3/mpfr/dist/tests/
tversion.c 88 #elif defined(__TINYC__)
89 /* The format of __TINYC__ is not described, but libtcc.c defines it with
91 * tcc_define_symbol(s, "__TINYC__", buffer);
93 printf (COMP "TCC %d.%d.%d\n", (int) (__TINYC__ / 10000),
94 (int) ((__TINYC__ / 100) % 100), (int) (__TINYC__ % 100));
  /src/external/bsd/tcpdump/dist/
funcattrs.h 56 || __TINYC__
  /src/external/bsd/libpcap/dist/pcap/
funcattrs.h 267 || __TINYC__
  /src/external/gpl3/gdb/dist/gnulib/import/
isnan.c 132 || defined __DECC || defined __TINYC__ \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
isnan.c 132 || defined __DECC || defined __TINYC__ \
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 33385 || (__TINYC__ && defined __attribute__) \
  /src/external/gpl3/gdb/dist/gnulib/
configure 33382 || (__TINYC__ && defined __attribute__) \

Completed in 32 milliseconds