OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T1_LUT_SIG_S
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c
132
T1_LUT_SIG_N) + ((f & (
T1_LUT_SIG_S
| T1_LUT_SGN_S)) ==
T1_LUT_SIG_S
),
135
((f & (
T1_LUT_SIG_S
| T1_LUT_SGN_S)) ==
136
(
T1_LUT_SIG_S
| T1_LUT_SGN_S)), 1);
175
T1_LUT_SIG_N) + ((f & (
T1_LUT_SIG_S
| T1_LUT_SGN_S)) ==
T1_LUT_SIG_S
),
178
((f & (
T1_LUT_SIG_S
| T1_LUT_SGN_S)) ==
179
(
T1_LUT_SIG_S
| T1_LUT_SGN_S)), 1);
t1.h
173
#define
T1_LUT_SIG_S
(1U << 7)
Completed in 50 milliseconds