OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilerid
(Results
1 - 6
of
6
) sorted by null
/external/libpng/contrib/gregbook/
readpng2.c
92
int
compilerID
;
94
PNG_SELECT_READ | PNG_SELECT_WRITE, &
compilerID
);
98
png_libpng_ver,
compilerID
== 1? "MSVC++" :
99
(
compilerID
== 2? "GNU C" : "unknown"));
249
* PNG_SELECT_READ | PNG_SELECT_WRITE, &
compilerID
);
255
* PNG_SELECT_READ | PNG_SELECT_WRITE, &
compilerID
);
274
int
compilerID
;
295
&
compilerID
);
299
compilerID
== 1? "MSVC++" :
300
(
compilerID
== 2? "GNU C" : "unknown"))
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngget.c
885
png_get_mmx_flagmask (int flag_select, int *
compilerID
)
905
if (
compilerID
!= NULL) {
907
*
compilerID
= 1; /* MSVC */
910
*
compilerID
= 2; /* gcc/gas */
912
*
compilerID
= -1; /* unknown (i.e., no asm/MMX code compiled) */
png.h
[
all
...]
/external/libpng/
pngget.c
903
png_get_mmx_flagmask (int flag_select, int *
compilerID
)
907
*
compilerID
= -1; /* unknown (i.e., no asm/MMX code compiled) */
png.h
[
all
...]
/prebuilt/sdk/tools/linux/
aapt
Completed in 99 milliseconds