HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 176 - 200 of 1368) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 34 // C99 7.18.3 Limits of other integer types
51 // so that a C library implementation which follows the C99 standard can be
77 /* C99 7.18.1.1 Exact-width integer types.
78 * C99 7.18.1.2 Minimum-width integer types.
79 * C99 7.18.1.3 Fastest minimum-width integer types.
255 /* C99 7.18.1.4 Integer types capable of holding object pointers.
275 /* C99 7.18.1.5 Greatest-width integer types.
280 /* C99 7.18.4 Macros for minimum-width integer constants.
456 /* C99 7.18.2.1 Limits of exact-width integer types.
457 * C99 7.18.2.2 Limits of minimum-width integer types
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdarg 20 void va_copy(va_list dest, va_list src); // 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
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 33 // C99 7.18.3 Limits of other integer types
50 // so that a C library implementation which follows the C99 standard can be
76 /* C99 7.18.1.1 Exact-width integer types.
77 * C99 7.18.1.2 Minimum-width integer types.
78 * C99 7.18.1.3 Fastest minimum-width integer types.
254 /* C99 7.18.1.4 Integer types capable of holding object pointers.
274 /* C99 7.18.1.5 Greatest-width integer types.
279 /* C99 7.18.4 Macros for minimum-width integer constants.
455 /* C99 7.18.2.1 Limits of exact-width integer types.
456 * C99 7.18.2.2 Limits of minimum-width integer types
    [all...]
  /system/bt/
Android.mk 44 bluetooth_CONLYFLAGS += -std=c99
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 100 future changes and we include the ISO C99 code in the non-standard
149 /* GCC 2.97 supports C99 flexible array members. */
158 /* Some other non-C99 compiler. Approximate with [1]. */
292 /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
335 /* ISO C99 also allows to declare arrays as non-overlapping. The syntax is
347 /* Some other non-C99 compiler. */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
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/clang/include/clang/Basic/
TokenKinds.def 76 // C99 6.10.1 - Conditional Inclusion.
85 // C99 6.10.2 - Source File Inclusion.
89 // C99 6.10.3 - Macro Replacement.
93 // C99 6.10.4 - Line Control.
96 // C99 6.10.5 - Error Directive.
99 // C99 6.10.6 - Pragma Directive.
127 // C99 6.4.9: Comments.
130 // C99 6.4.2: Identifiers.
134 // C99 6.4.4.1: Integer Constants
135 // C99 6.4.4.2: Floating Constant
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 228 // 'long long' is a C99 or C++11 feature.
229 if (!PP.getLangOpts().C99 && Literal.isLongLong) {
367 // C99 6.5.3.3p3: The sign of the result matches the sign of the operand.
387 // C99 6.5.3.3p4: The sign of the result matches the sign of the operand.
399 // C99 6.5.3.3p5: The sign of the result is 'int', aka it is signed.
535 // Usual arithmetic conversions (C99 6.3.1.8p1): result is unsigned if
627 Res.setIsUnsigned(false); // C99 6.5.8p6, result is always int (signed)
631 Res.setIsUnsigned(false); // C99 6.5.8p6, result is always int (signed)
635 Res.setIsUnsigned(false); // C99 6.5.8p6, result is always int (signed)
639 Res.setIsUnsigned(false); // C99 6.5.8p6, result is always int (signed
    [all...]
  /external/bison/lib/
xmalloc.c 55 /* The GNU and C99 realloc behaviors disagree here. Act like
56 GNU, even if the underlying realloc is C99. */
  /external/bison/m4/
inttypes.m4 94 # The condition should work on all C99 platforms; the approximations should be
95 # good enough to work on all practical pre-C99 platforms.
stdbool.m4 1 # Check for stdbool.h that conforms to C99.
40 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
wchar_h.m4 1 dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.
67 dnl the option -std=c99 or -std=gnu99, leads to a broken <wchar.h>.
112 C99 mode. You have four options:
117 - Don't use the flags -std=c99 or -std=gnu99.
  /external/fdlibm/
Android.mk 56 # c99 specifies a less relaxed floating point model that does not enable
58 cflags += -std=c99
  /external/icu/icu4c/source/common/unicode/
ptypes.h 30 * According to the Linux stdint.h, the ISO C99 standard specifies that in C++ implementations
44 * If all compilers provided all of the C99 headers and types,
  /external/libopus/
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
config.h.in 136 /* Use C99 variable-size arrays */
148 /* Define to the equivalent of the C99 'restrict' keyword, or to
  /external/mesa3d/
SConstruct 84 env.Append(CPPPATH = ['#include/c99'])
119 host_env.Append(CPPPATH = ['#include/c99'])
  /prebuilts/go/darwin-x86/test/
cmplxdivide.c 6 // output of the operations by C99 as the reference to check
16 // gcc '-std=c99' cmplxdivide.c && a.out >cmplxdivide1.go
  /prebuilts/go/linux-x86/test/
cmplxdivide.c 6 // output of the operations by C99 as the reference to check
16 // gcc '-std=c99' cmplxdivide.c && a.out >cmplxdivide1.go
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 40 * C99 says we should not raise a spurious inexact exception when an
  /development/ndk/platforms/android-21/include/
features.h 47 /* C99 support */
  /development/ndk/platforms/android-3/include/
features.h 47 /* C99 support */
  /external/avahi/avahi-core/
Android.mk 50 -std=c99 \
  /external/clang/test/Modules/
module_file_info.m 14 // CHECK: C99: Yes

Completed in 1641 milliseconds

1 2 3 4 5 6 78 91011>>