Home
last modified time | relevance | path

Searched refs:Bit4 (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c24 Bit4 = 3, enumerator
31 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
37 Rune4 = (1<<(Bit4+3*Bitx))-1, /* 0001 1111 1111 1111 1111 1111 */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp229 unsigned Bit4 = (Value >> 4) & 0x1; in adjustFixupValue() local
236 Value = (Bit11 << 10) | (Bit4 << 9) | (Bit9_8 << 7) | (Bit10 << 6) | in adjustFixupValue()