Home
last modified time | relevance | path

Searched refs:STDC (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/contrib/zlib/
H A Dzconf.h232 # ifndef STDC
233 # define STDC macro
241 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
242 # define STDC macro
244 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
245 # define STDC macro
247 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
248 # define STDC macro
250 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
251 # define STDC macro
[all …]
H A Dzconf.h.in213 # ifndef STDC
214 # define STDC macro
222 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
223 # define STDC macro
225 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
226 # define STDC macro
228 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
229 # define STDC macro
231 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
232 # define STDC macro
[all …]
H A Dzutil.h24 #if defined(STDC) && !defined(Z_SOLO)
49 #if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC)
207 #if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
H A Dgzguts.h34 #ifdef STDC
121 #ifndef STDC
H A Dzutil.c88 #if defined(STDC) || defined(Z_HAVE_STDARG_H) in zlibCompileFlags()
294 #ifndef STDC
H A Dgzwrite.c375 #if (((!defined(STDC) && !defined(Z_HAVE_STDARG_H)) || !defined(NO_vsnprintf)) && \
376 (defined(STDC) || defined(Z_HAVE_STDARG_H) || !defined(NO_snprintf))) || \
400 #if defined(STDC) || defined(Z_HAVE_STDARG_H)
H A Dzlib.h1551 #if defined(STDC) || defined(Z_HAVE_STDARG_H)
2050 #if defined(STDC) || defined(Z_HAVE_STDARG_H)
H A Ddeflate.h330 #if defined(GEN_TREES_H) || !defined(STDC)
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h28 #ifdef STDC
128 #ifndef STDC
H A Dgzcompatibility.h56 # elif defined(STDC)
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dthread.h60 enum class ThreadStyle : uint8_t { POSIX = 0x1, STDC = 0x2 }; enumerator
172 return run(ThreadStyle::STDC, runner, arg, stack, stacksize, guardsize,
/freebsd/lib/msun/src/
H A Ds_rsqrt.c61 #pragma STDC FENV_ACCESS ON
H A Ds_rsqrtf.c61 #pragma STDC FENV_ACCESS ON
H A De_sqrtl.c67 #pragma STDC FENV_ACCESS ON
H A Ds_rsqrtl.c62 #pragma STDC FENV_ACCESS ON
/freebsd/lib/msun/tests/
H A Dcexp_test.c41 #pragma STDC FENV_ACCESS ON
42 #pragma STDC CX_LIMITED_RANGE OFF
H A Dlround_test.c63 #pragma STDC FENV_ACCESS ON
H A Dconj_test.c39 #pragma STDC CX_LIMITED_RANGE OFF
H A Dlrint_test.c64 #pragma STDC FENV_ACCESS ON
H A Dexponential_test.c43 #pragma STDC FENV_ACCESS ON
H A Dfmaxmin_test.c39 #pragma STDC FENV_ACCESS ON
H A Dinvctrig_test.c40 #pragma STDC FENV_ACCESS ON
41 #pragma STDC CX_LIMITED_RANGE OFF
H A Dtrig_test.c45 #pragma STDC FENV_ACCESS ON
H A Dlogarithm_test.c43 #pragma STDC FENV_ACCESS ON
/freebsd/tools/regression/usr.bin/cc/
H A Dfloat.c48 #pragma STDC FENV_ACCESS ON

12