OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
626 - 650
of
1378
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/unittests/Tooling/
TestVisitor.h
55
case Lang_C: Args.push_back("-std=
c99
"); break;
/external/compiler-rt/lib/builtins/
CMakeLists.txt
363
append_string_if(COMPILER_RT_HAS_STD_C99_FLAG -std=
c99
maybe_stdc99)
/external/dbus/
config.h
145
/* Have ISO
C99
varargs macros */
/external/deqp/
CMakeLists.txt
311
set_source_files_properties(${TESTERCORE_SRC_FILES} COMPILE_FLAGS "-std=
c99
")
/external/dhcpcd-6.8.2/
README
28
We now default to using -std=
c99
. For 64-bit linux, this always works, but
/external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h
33
* (This is
C99
source, please don't corrupt it with C++.)
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h
239
/*
C99
restrict keyword supported. */
/external/libvpx/libvpx/vpx/src/
vpx_image.c
257
* rhs to be promoted to a signed type. Section 6.3.1.8 of the ISO
C99
/external/lz4/lib/
Makefile
44
CFLAGS += -I. -std=
c99
-Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -pedantic
/external/lz4/programs/
datagen.c
43
#if defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /*
C99
*/
/external/nanopb-c/
CHANGELOG.txt
37
Add an example pb_syshdr.h file for non-
C99
compilers
/external/nanopb-c/tests/
SConstruct
51
# If the platform doesn't support
C99
, use our own header file instead.
/external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp
52
# if(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) //
C99
detected, 64 bit types available
/frameworks/compile/slang/
slang.h
89
// Language options (define the language feature for compiler such as
C99
)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c
251
* rhs to be promoted to a signed type. Section 6.3.1.8 of the ISO
C99
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp
33
// ../../../boost/integer_traits.hpp:164:66: warning: use of
C99
long long integer constant
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Kannada.java
114
// U+0
C99
: "?" KANNADA LETTER NGA
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
float.h
158
#endif /*
C99
*/
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
float.h
158
#endif /*
C99
*/
Completed in 8071 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>