Home
last modified time | relevance | path

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

/external/regex-re2/util/
Drune.cc22 Bit1 = 7, enumerator
29 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
36 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
/external/libutf/
Drune.c21 Bit1 = 7, enumerator
28 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp339 uint16_t Bit1 = (VR1 == SelR) ? SelB : BitN; in operator ()() local
346 if (W1 <= Bit1) in operator ()()
352 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()