Home | History | Annotate | Download | only in wtf

Lines Matching defs:USE

6  * Redistribution and use in source and binary forms, with or without
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 /* USE() - use a particular third-party library or optional OS service */
53 #define USE(WTF_FEATURE) (defined WTF_USE_##WTF_FEATURE && WTF_USE_##WTF_FEATURE)
156 /* MIPS requires allocators to use aligned memory */
265 /*ARMv5TE requires allocators to use aligned memory*/
288 /*ARMv5TE requires allocators to use aligned memory*/
352 # error "Cannot use both of WTF_CPU_ARM_TRADITIONAL and WTF_CPU_ARM_THUMB2 platforms"
542 /* USE(CG) and PLATFORM(CI) */
546 #if PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WIN) && USE(CG))
550 /* USE(SKIA) for Win/Linux, CG for Mac */
581 #if (PLATFORM(GTK) || PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && (OS(DARWIN) || USE(PTHREAD_BASED_QT)) && !ENABLE(SINGLE_THREADED))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
585 /* On Windows, use QueryPerformanceCounter by default */
686 // USE defines
784 // This is present in JavaScriptCore/config.h, which Android does not use.
797 #if USE(CFNETWORK) || PLATFORM(MAC)
1122 #if ENABLE(JIT) && USE(JSVALUE64) && PLATFORM(MAC)
1205 /* Pick which allocator to use; we only need an executable allocator if the assembler is compiled in.
1206 On x86-64 we use a single fixed mmap, on other platforms we mmap on demand. */
1227 /* Use the QXmlStreamReader implementation for XMLDocumentParser */
1228 /* Use the QXmlQuery implementation for XSLTProcessor */