OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tables_ok
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
filter.c
25
static int
tables_ok
= 0;
variable
28
if (!
tables_ok
) {
43
tables_ok
= 1;
/external/webp/src/dsp/
dec.c
30
static volatile int
tables_ok
= 0;
variable
33
if (!
tables_ok
) {
48
tables_ok
= 1;
enc.c
69
static volatile int
tables_ok
= 0;
variable
72
if (!
tables_ok
) {
77
tables_ok
= 1;
Completed in 60 milliseconds