Home
last modified time | relevance | path

Searched defs:skipping (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
DDirectiveParser.cpp877 bool DirectiveParser::skipping() const in skipping() function in angle::pp::DirectiveParser
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dintermediate_astc_block.cc560 const int skipping = std::min(32, bits_to_skip); in Pack() local