Home
last modified time | relevance | path

Searched defs:kMask (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dunicode.h66 static const int kMask = kSize - 1; variable
92 static const int kMask = kSize - 1; variable
Dunicode-inl.h82 static const int kMask = ~(1 << 6); in Encode() local
/external/chromium/net/disk_cache/
Dbackend_impl.h30 kMask = 1, // A mask (for the index table) was specified. enumerator