Searched refs:page_bits (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-indic-table.py | 220 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
|
D | gen-arabic-table.py | 125 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
|
D | gen-use-table.py | 504 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/ |
D | gen-indic-table.py | 234 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
|
D | gen-arabic-table.py | 130 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
|
D | gen-use-table.py | 523 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/ |
D | gen-indic-table.py | 234 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
|
D | gen-arabic-table.py | 130 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
|
D | gen-use-table.py | 548 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/ |
D | 0001-cve.patch | 28777 @@ -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])
|