Home
last modified time | relevance | path

Searched defs:STDC (Results 1 – 11 of 11) sorted by relevance

/external/libwebsockets/win32port/zlib/
Dzconf.h170 # define STDC macro
179 # define STDC macro
182 # define STDC macro
185 # define STDC macro
188 # define STDC macro
192 # define STDC macro
/external/freetype/src/gzip/
Dftzconf.h206 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
224 # define STDC macro
228 # define STDC macro
/external/zlib/
Dzconf.h222 # define STDC macro
231 # define STDC macro
234 # define STDC macro
237 # define STDC macro
240 # define STDC macro
244 # define STDC macro
Dzconf.h.in206 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
224 # define STDC macro
228 # define STDC macro
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h203 # define STDC macro
212 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
225 # define STDC macro
Dzconf.h.in203 # define STDC macro
212 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
225 # define STDC macro
/external/python/cpython2/Modules/zlib/
Dzconf.h203 # define STDC macro
212 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
225 # define STDC macro
Dzconf.h.in203 # define STDC macro
212 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
225 # define STDC macro
/external/trusty/arm-trusted-firmware/lib/zlib/
Dzconf.h206 # define STDC macro
215 # define STDC macro
218 # define STDC macro
221 # define STDC macro
224 # define STDC macro
228 # define STDC macro
/external/tflite-support/third_party/zlib/
Dzconf.h219 # define STDC macro
228 # define STDC macro
231 # define STDC macro
234 # define STDC macro
237 # define STDC macro
241 # define STDC macro
/external/llvm-libc/src/__support/threads/
Dthread.h55 enum class ThreadStyle : uint8_t { POSIX = 0x1, STDC = 0x2 }; enumerator