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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
bit_stream.h 68 inline int64_t DecodeZigZag(uint64_t val) {
102 inline int64_t DecodeZigZag(uint64_t val, size_t block_exponent) {
bit_stream.cpp 194 const int64_t decoded = DecodeZigZag(encoded, zigzag_exponent);

Completed in 252 milliseconds