HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 351 - 375 of 1378) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glsl/
s_expression.cpp 68 // Check for the special symbol '+INF', which means +Infinity. Note: C99
70 // non-C99-compliant compilers (e.g. MSVC).
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
111 # endif /* ISO C99 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
limits.h 21 * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
111 # endif /* ISO C99 */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 25 - Implements all isxxx() macros required by C99.
58 /* In C99 */
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 77 ** C99 requires this format.
85 ** C99 requires this format.
86 ** Previously this code used "%D %X", but we now conform to C99.
209 ** C99 locale modifiers.
448 ** C99 says that %Z must be replaced by the
  /external/bison/m4/
gnulib-common.m4 30 [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
35 __STDC_VERSION__ tests for the C99 mode. */
217 # understand ISO C99 source code.
225 # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options
333 [/* Define to the equivalent of the C99 'restrict' keyword, or to
  /external/jemalloc/msvc/projects/vc2015/jemalloc/
jemalloc.vcxproj.filters 18 <Filter Include="Header Files\msvc_compat\C99">
170 <ClInclude Include="..\..\..\..\include\msvc_compat\C99\stdbool.h">
171 <Filter>Header Files\msvc_compat\C99</Filter>
173 <ClInclude Include="..\..\..\..\include\msvc_compat\C99\stdint.h">
174 <Filter>Header Files\msvc_compat\C99</Filter>
  /external/libopus/
configure.ac 72 [/* Define to the equivalent of the C99 'restrict' keyword, or to
92 AC_MSG_CHECKING(for C99 variable-size arrays)
97 AC_DEFINE([VAR_ARRAYS], [1], [Use C99 variable-size arrays])
435 C99 var arrays: ................ ${has_var_arrays}
436 C99 lrintf: .................... ${ac_cv_func_lrintf}
  /system/bt/doc/
style_guide.md 52 Fluoride is written in C99 and should take advantage of the features offered by
72 pure C99. The exceptions are when linking against libraries that are written
115 Use C99 flexible arrays as the last member of a struct if the array needs
147 Use the C99 `bool` type with values `true` and `false` defined in `stdbool.h`.
156 C99 defines `__func__` as an identifier that represents the function's name
  /external/clang/lib/Lex/
PPDirectives.cpp 169 // Error if defining "defined": C99 6.10.8/4, C++ [cpp.predefined]p4.
176 // Warn if undefining "__LINE__" and other builtins, per C99 6.10.8/4
262 // Add a fixit in GNU/C99/C++ mode. Don't offer a fixit for strict-C89,
267 if ((LangOpts.GNUMode || LangOpts.C99 || LangOpts.CPlusPlus) &&
447 DiscardUntilEndOfDirective(); // C99 6.10p4.
779 // C99 6.10.3p8.
782 // C99 6.10.3p11: Is this preprocessor directive in macro invocation? e.g.:
832 // C99 6.10.1 - Conditional Inclusion.
846 // C99 6.10.2 - Source File Inclusion.
854 // C99 6.10.3 - Macro Replacement
    [all...]
  /external/libxml2/
trionan.c 28 * 1. Use C99 functionality when available.
378 * C99 defines isnan() as a macro. UNIX95 defines isnan() as a
449 * of C99, so we use the fp_class() function instead.
457 * C99 defines isinf() as a macro.
526 * C99 defines isfinite() as a macro.
567 * C99 defines fpclassify() and signbit() as a macros
620 * from the C99 fpclassify() macro supported on HP-UX 11.x.
  /external/c-ares/
setup_once.h 263 * 'bool' exists on platforms with <stdbool.h>, i.e. C99 platforms.
264 * On non-C99 platforms there's no bool, so define an enum for that.
265 * On C99 platforms 'false' and 'true' also exist. Enum uses a
  /external/curl/lib/
curl_setup_once.h 312 * 'bool' exists on platforms with <stdbool.h>, i.e. C99 platforms.
313 * On non-C99 platforms there's no bool, so define an enum for that.
314 * On C99 platforms 'false' and 'true' also exist. Enum uses a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h     [all...]

Completed in 1257 milliseconds

<<11121314151617181920>>