Home
last modified time | relevance | path

Searched refs:page_bits (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py220 page_bits = 12 variable
226 print (" switch (u >> %d)" % page_bits)
228 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
232 if p != u>>page_bits: continue
235 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-arabic-table.py125 page_bits = 12;
130 print (" switch (u >> %d)" % page_bits)
132 pages = set([u>>page_bits for u in [s for s,e in ranges]+[e for s,e in ranges]])
136 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-use-table.py504 page_bits = 12 variable
510 print (" switch (u >> %d)" % page_bits)
512 pages = set([u>>page_bits for u in starts+ends])
516 if p not in [start>>page_bits, end>>page_bits]: continue
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py234 page_bits = 12 variable
240 print (" switch (u >> %d)" % page_bits)
242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
246 if p != u>>page_bits: continue
249 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-arabic-table.py130 page_bits = 12
135 print (" switch (u >> %d)" % page_bits)
137 pages = set([u>>page_bits for u in [s for s,e in ranges]+[e for s,e in ranges]])
141 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-use-table.py523 page_bits = 12 variable
529 print (" switch (u >> %d)" % page_bits)
531 pages = set([u>>page_bits for u in starts+ends])
535 if p not in [start>>page_bits, end>>page_bits]: continue
/third_party/harfbuzz/src/
Dgen-indic-table.py234 page_bits = 12 variable
240 print (" switch (u >> %d)" % page_bits)
242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
246 if p != u>>page_bits: continue
249 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-arabic-table.py130 page_bits = 12
135 print (" switch (u >> %d)" % page_bits)
137 pages = set([u>>page_bits for u in [s for s,e in ranges]+[e for s,e in ranges]])
141 if p not in [start>>page_bits, end>>page_bits]: continue
Dgen-use-table.py548 page_bits = 12 variable
554 print (" switch (u >> %d)" % page_bits)
556 pages = set([u>>page_bits for u in starts+ends])
560 if p not in [start>>page_bits, end>>page_bits]: continue
/third_party/chromium/patch/
D0001-cve.patch28777 @@ -524,8 +507,9 @@ page_bits = 12
28785 print (" switch (u >> %d)" % page_bits)
28787 pages = set([u>>page_bits for u in starts+ends])