OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHIFT2
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-ucdn/
ucdn.c
60
index = index0[code >> (SHIFT1+
SHIFT2
)] << SHIFT1;
61
offset = (code >>
SHIFT2
) & ((1<<SHIFT1) - 1);
62
index = index1[index + offset] <<
SHIFT2
;
63
offset = code & ((1<<
SHIFT2
) - 1);
unicodedata_db.h
[
all
...]
Completed in 251 milliseconds