HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_MORE_COMPONENTS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 53 const int FLAG_MORE_COMPONENTS = 1 << 5;
358 uint16_t flags = FLAG_MORE_COMPONENTS;
359 while (flags & FLAG_MORE_COMPONENTS) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 34 const int FLAG_MORE_COMPONENTS = 1 << 5;
462 uint16_t flags = FLAG_MORE_COMPONENTS;
463 while (flags & FLAG_MORE_COMPONENTS) {
    [all...]

Completed in 62 milliseconds