Home
last modified time | relevance | path

Searched refs:Bit2 (Results 1 – 3 of 3) sorted by relevance

/third_party/re2/util/
Drune.cc26 Bit2 = 5, enumerator
33 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
39 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c22 Bit2 = 5, enumerator
29 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
35 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp362 uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN; in operator ()() local
369 return Bit2 < W2; in operator ()()
371 if (W2 <= Bit2) in operator ()()
374 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()