Home
last modified time | relevance | path

Searched refs:__STD_C (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dmalloc.h224 #ifndef __STD_C
226 #define __STD_C 1 macro
229 #define __STD_C 1 macro
231 #define __STD_C 0 macro
237 #if (__STD_C || defined(WIN32))
244 #if __STD_C
361 #if (__STD_C || defined(HAVE_MEMCPY))
363 #if __STD_C
812 #if __STD_C
830 #if __STD_C
[all …]
/external/u-boot/common/
Ddlmalloc.c11 #if __STD_C
728 #if __STD_C
749 #if __STD_C
782 #if __STD_C
814 #if __STD_C
931 #if __STD_C
986 #if __STD_C
1011 #if __STD_C
1062 #if __STD_C
1236 #if __STD_C
[all …]
Ddlmalloc.src147 __STD_C (default: derived from C compiler defines)
225 #ifndef __STD_C
227 #define __STD_C 1
230 #define __STD_C 1
232 #define __STD_C 0
235 #endif /*__STD_C*/
238 #if (__STD_C || defined(WIN32))
245 #if __STD_C
367 #if (__STD_C || defined(HAVE_MEMCPY))
369 #if __STD_C
[all …]