Searched refs:we_have_instructions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc356 bool we_have_instructions = false; local
363 we_have_instructions |= (flags & FLAG_WE_HAVE_INSTRUCTIONS) != 0;
390 *have_instructions = we_have_instructions;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc460 bool we_have_instructions = false; local
467 we_have_instructions |= (flags & FLAG_WE_HAVE_INSTRUCTIONS) != 0;
494 *have_instructions = we_have_instructions;

Completed in 167 milliseconds