HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 76 - 100 of 1299) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/
README.txt 19 - Use of gcc-specific and C99 constructs is allowed.
  /external/chromium_org/ppapi/generators/test_cgen/
stdint.idl 7 * This file provides a definition of C99 sized types
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 14 // Define C99 equivalent types.
  /external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp 7 // Bad: in C++, these are both definitions. None of that C99 tentative stuff.
  /external/clang/test/PCH/
chain-macro-override.c 13 h2(); // expected-warning{{implicit declaration of function 'h2' is invalid in C99}}
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 1 // Example from C99 6.10.3.4p6
c99-6_10_3_4_p9.c 1 // Example from C99 6.10.3.4p9
  /packages/inputmethods/PinyinIME/jni/command/
Makefile 2 CFLAGS= -g -Wall -std=c99
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h 20 * ISO C99: 7.3 Complex arithmetic <complex.h>
28 /* Get general and ISO C99 specific information. */
34 C99 is out hopefully all maintained compilers will soon provide the data
86 here unconditionally since `long double' is required in ISO C99. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 20 * ISO C99: 7.3 Complex arithmetic <complex.h>
28 /* Get general and ISO C99 specific information. */
34 C99 is out hopefully all maintained compilers will soon provide the data
86 here unconditionally since `long double' is required in ISO C99. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 20 * ISO C99: 7.3 Complex arithmetic <complex.h>
28 /* Get general and ISO C99 specific information. */
34 C99 is out hopefully all maintained compilers will soon provide the data
86 here unconditionally since `long double' is required in ISO C99. */
  /system/extras/tests/lib/testUtil/
Android.mk 24 LOCAL_CFLAGS += -std=c99
  /external/bison/m4/
extern-inline.m4 1 dnl 'extern inline' a la ISO C99.
11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 54 * Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
108 /* C99 supports inline keyword */
110 /* C99 supports inline keyword */
131 * Define the C99 restrict keyword.
138 /* C99 */
140 /* C99 */
168 # if (__STDC_VERSION__ >= 199901L) /* C99 */ || \
182 /* __func__ is part of C99 */
  /external/clang/test/Sema/
type-spec-struct-union.c 5 type has not yet been declared. See C99 6.7.2.3p8. */
26 // FIXME: We do not properly implement C99 6.2.1p4, which says that
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 54 * Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
108 /* C99 supports inline keyword */
110 /* C99 supports inline keyword */
131 * Define the C99 restrict keyword.
138 /* C99 */
140 /* C99 */
168 # if (__STDC_VERSION__ >= 199901L) /* C99 */ || \
182 /* __func__ is part of C99 */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99
41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99
43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99
57 float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
58 long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); // C99
60 long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99
62 unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); // C99
cstdio 60 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99
64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99
66 int vscanf(const char* restrict format, va_list arg); // C99
67 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99
70 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
  /external/flac/libFLAC/
memory.c 77 union { /* union needed to comply with C99 pointer aliasing rules */
106 union { /* union needed to comply with C99 pointer aliasing rules */
135 union { /* union needed to comply with C99 pointer aliasing rules */
164 union { /* union needed to comply with C99 pointer aliasing rules */
195 union { /* union needed to comply with C99 pointer aliasing rules */
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 82 /* C99 supports inline keyword */
84 /* C99 supports inline keyword */
117 # if (__STDC_VERSION__ >= 199901L) /* C99 */ || \
  /external/chromium_org/third_party/npapi/bindings/
nptypes.h 43 * Header file for ensuring that C99 types ([u]int32_t, [u]int64_t and bool) and
49 * Win32 and OS/2 don't know C99, so define [u]int_16/32/64 here. The bool
100 * For those that ship a standard C99 stdint.h header file, include
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
nptypes.h 40 * Header file for ensuring that C99 types ([u]int32_t and bool) are
46 * Win32 and OS/2 don't know C99, so define [u]int_32 here. The bool
88 * For those that ship a standard C99 stdint.h header file, include
  /external/chromium_org/third_party/opus/src/
Makefile.unix 7 # VAR_ARRAYS: Use C99 variable-length arrays for stack allocation
14 # HAVE_LRINTF: Use C99 intrinsics to speed up float-to-int conversion
16 # restrict: Don't use the 'restrict' keyword (for pre-C99 compilers)
  /external/clang/include/clang/Frontend/
LangStandard.h 23 C99 = (1 << 2),
63 /// isC99 - Language is a superset of C99.
64 bool isC99() const { return Flags & frontend::C99; }
  /external/mesa3d/src/egl/main/
eglcompiler.h 82 /* C99 supports inline keyword */
84 /* C99 supports inline keyword */
117 # if (__STDC_VERSION__ >= 199901L) /* C99 */ || \

Completed in 293 milliseconds

1 2 34 5 6 7 8 91011>>