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

  /dalvik/libdex/
DexUtf.h 88 u4 wordIdx = c >> 5;
91 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;
  /art/libdexfile/dex/
descriptors_names.cc 252 uint32_t wordIdx = c >> 5;
255 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;
  /external/brotli/java/org/brotli/dec/
Decode.java 932 int wordIdx = wordId & mask;
934 offset += wordIdx * s.copyLength;
    [all...]
  /external/brotli/csharp/org/brotli/dec/
Decode.cs 900 int wordIdx = wordId & mask;
902 offset += wordIdx * state.copyLength;
    [all...]
  /external/brotli/js/
decode.js     [all...]

Completed in 261 milliseconds