HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 976 - 1000 of 1313) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_lexer.cc 32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
87 #endif /* ! C99 */
98 /* C99 requires __STDC__ to be defined as 1. */
    [all...]
lex.yy.c 32 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
87 #endif /* ! C99 */
98 /* C99 requires __STDC__ to be defined as 1. */
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 81 // C99 variable-length arrays
82 def ext_vla : Extension<"variable length arrays are a C99 feature">,
103 // C99 variably modified types
111 // C99 Designated Initializers
113 "designated initializers are a C99 feature">, InGroup<C99>;
215 "implicit declaration of function %0 is invalid in C99">,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 613 // the standard (C99 6.9.1p10) requires this, but we're following the
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 623 // undefined [C99 6.4.5p6], but we should still warn about it.
723 // Modifying the contents of string regions is undefined [C99 6.4.5p6],
    [all...]
  /external/flac/libFLAC/
lpc.c 203 #if 1 /* unfortunately lround() is C99 */
238 #if 1 /* unfortunately lround() is C99 */
    [all...]
  /external/libusb/
ChangeLog 537 Make empty array in struct compatible with C99
539 If the compiler is known to be running in C99 mode,
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 36 * POSIX 1003.1 or C99, or both. On other operating systems (particularly
239 /* C99 restrict is used where possible, to do this 'restrict' is defined as
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 33 # include <inttypes.h> /* C99 */
    [all...]
  /external/bison/darwin-lib/
spawn.h 47 /* GCC 2.95 and later have "__restrict"; C99 compilers have
    [all...]
  /external/bison/linux-lib/
spawn.h 47 /* GCC 2.95 and later have "__restrict"; C99 compilers have
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 92 #if defined(HAVE_UINT16_T) // the C99 format
  /external/chromium_org/third_party/mesa/
mesa.gyp 80 'src/include/c99',
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 832 // C99 6.5.3.3: "The expression !E is equivalent to (0==E)."
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 349 constexpr U pu = { .b = 1 }; // expected-warning {{C99 feature}}
  /external/clang/test/Preprocessor/
init.c 46 // RUN: %clang_cc1 -std=c99 -E -dM < /dev/null | FileCheck -check-prefix C99 %s
48 // C99:#define __STDC_VERSION__ 199901L
49 // C99:#define __STRICT_ANSI__ 1
    [all...]
  /external/clang/test/Sema/
format-strings.c 56 // the field width and precision. This deviates from C99, but is reasonably safe
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/expat/lib/
expat.h 27 /* Should this be defined using stdbool.h when C99 is available? */
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 55 * Constant-length-type definition ('C99).
    [all...]
  /external/libusb/libusb/
libusb.h 767 [] /* valid C99 code */
    [all...]
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 96 #if 1 // the C99 format
gflags.h.in 96 #if @ac_cv_have_uint16_t@ // the C99 format
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 105 #if 0 // the C99 format
  /external/srtp/googlepatches/
vidyo-3-srtp-ws.patch 258 + /* C99 guarantees that memset(0) will set the value 0 for uint32_t */

Completed in 1274 milliseconds

<<31323334353637383940>>