Home
last modified time | relevance | path

Searched refs:__STDC_VERSION__ (Results 1 - 25 of 208) sorted by relevance

123456789

/third_party/node/deps/openssl/openssl/include/openssl/
H A De_os2.h231 # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
255 # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
267 # if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
286 # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
/third_party/openssl/include/openssl/
H A De_os2.h231 # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
255 # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
267 # if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
286 # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
/third_party/openssl/ohos_lite/include/openssl/
H A De_os2.h240 # elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
263 # if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
282 # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
/third_party/tzdata/
H A Dprivate.h37 #ifndef __STDC_VERSION__
38 # define __STDC_VERSION__ 0 macro
42 #if PORT_TO_C89 && __STDC_VERSION__ < 199901
46 #elif __STDC_VERSION__ < 202311
50 #if __STDC_VERSION__ < 202311
86 # define HAVE__GENERIC (201112 <= __STDC_VERSION__)
288 (199901 <= __STDC_VERSION__ \
472 && (202311 <= __STDC_VERSION__ || !defined __STRICT_ANSI__))
523 # if 201112 <= __STDC_VERSION__
558 #if (__STDC_VERSION__ < 19990
[all...]
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h243 #if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 201112L
300 #endif /* __STDC_VERSION__ || __STDC_VERSION__ < 201112L */
314 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \
333 (!defined(__STDC_VERSION__) || (__STDC_VERSION__ >= 199901))
379 /* XXX: should use `#if __STDC_VERSION__ < 199901'. */
384 #if (defined(__GNUC__) && __GNUC__ >= 2) && !defined(__STRICT_ANSI__) || __STDC_VERSION__ >
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfeatures.h19 #if __STDC_VERSION__ >= 199901L && !defined(__cplusplus)
25 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
37 #elif __STDC_VERSION__ >= 201112L
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfeatures.h19 #if __STDC_VERSION__ >= 199901L && !defined(__cplusplus)
25 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
37 #elif __STDC_VERSION__ >= 201112L
/third_party/musl/porting/uniproton/kernel/include/
H A Dfeatures.h19 #if __STDC_VERSION__ >= 199901L && !defined(__cplusplus)
25 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
37 #elif __STDC_VERSION__ >= 201112L
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfeatures.h21 #if __STDC_VERSION__ >= 199901L
27 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
33 #if __STDC_VERSION__ >= 201112L
/third_party/musl/porting/liteos_m/user/include/
H A Dfeatures.h19 #if __STDC_VERSION__ >= 199901L && !defined(__cplusplus)
25 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
37 #elif __STDC_VERSION__ >= 201112L
/third_party/musl/include/
H A Dfeatures.h19 #if __STDC_VERSION__ >= 199901L
25 #if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
31 #if __STDC_VERSION__ >= 201112L
/third_party/lz4/lib/
H A Dxxhash.h101 # elif defined (__cplusplus) || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */)
261 || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */) )
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
H A Dxxhash.h103 #elif defined(__cplusplus) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 \
271 # if !defined(__VMS) && (defined(__cplusplus) || (defined(__STDC_VERSION__) && \
272 (__STDC_VERSION__ >= 199901L) /* C99 */))
/third_party/openssl/test/
H A Drsa_complex.c19 # if defined(__STDC_VERSION__)
20 # if __STDC_VERSION__ >= 199901L
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
H A DPMurHash.h23 #if !defined(MH_UINT32) && (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dtypes.h22 (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
/third_party/python/Include/
H A Dpymacro.h18 // behaviour. So only define if building as C (if __STDC_VERSION__ is defined),
21 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \
22 && __STDC_VERSION__ <= 201710L
/third_party/openssl/test/testutil/
H A Doutput.h16 # if defined(__GNUC__) && defined(__STDC_VERSION__) \
23 # if __STDC_VERSION__ >= 199901L
/third_party/curl/include/curl/
H A Dmprintf.h36 defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && \
/third_party/curl/lib/
H A Dcurl_trc.h69 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/third_party/libexif/libexif/
H A Dexif-log.h97 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.h14 (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L)
/third_party/openssl/engines/
H A De_afalg.h14 (!defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L)
/third_party/EGL/api/KHR/
H A Dkhrplatform.h143 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__GNUC__) || defined(__SCO__) || defined(__USLC__)
/third_party/mesa3d/include/KHR/
H A Dkhrplatform.h145 #if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__GNUC__) || defined(__SCO__) || defined(__USLC__)

Completed in 14 milliseconds

123456789