OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_neon
(Results
1 - 3
of
3
) sorted by null
/external/libpng/arm/
arm_init.c
82
static volatile sig_atomic_t
no_neon
= -1; /* not checked */
local
84
if (
no_neon
< 0)
85
no_neon
= !png_have_neon(pp);
87
if (
no_neon
)
/external/pdfium/third_party/libpng16/arm/
arm_init.c
82
static volatile sig_atomic_t
no_neon
= -1; /* not checked */
local
84
if (
no_neon
< 0)
85
no_neon
= !png_have_neon(pp);
87
if (
no_neon
)
/external/skia/third_party/libpng/arm/
arm_init.c
82
static volatile sig_atomic_t
no_neon
= -1; /* not checked */
local
84
if (
no_neon
< 0)
85
no_neon
= !png_have_neon(pp);
87
if (
no_neon
)
Completed in 868 milliseconds