OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICO_PLATFORM
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picopltf.h
43
#if !defined(
PICO_PLATFORM
)
45
#define
PICO_PLATFORM
PICO_Windows
47
#define
PICO_PLATFORM
PICO_MacOSX
49
#define
PICO_PLATFORM
PICO_Linux
51
#error
PICO_PLATFORM
not defined
53
#endif /* !defined(
PICO_PLATFORM
) */
57
#if (
PICO_PLATFORM
== PICO_Windows)
59
#elif (
PICO_PLATFORM
== PICO_MacOSX)
61
#elif (
PICO_PLATFORM
== PICO_Linux)
63
#elif (
PICO_PLATFORM
== PICO_GENERIC
[
all
...]
picopal.c
34
#if defined(PRAGMA_MESSAGE) && defined(
PICO_PLATFORM
)
35
#pragma message("
PICO_PLATFORM
: is defined externally")
80
#if
PICO_PLATFORM
== PICO_Windows
90
#if
PICO_PLATFORM
== PICO_Windows
95
#pragma message("
PICO_PLATFORM
: " PICO_PLATFORM_STRING)
409
#if
PICO_PLATFORM
== PICO_Windows
422
#if
PICO_PLATFORM
== PICO_Windows
434
#if
PICO_PLATFORM
== PICO_Windows
Completed in 17 milliseconds