Home
last modified time | relevance | path

Searched refs:DecodeTable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
D2008-09-02-IVType.ll11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** }
14DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco…
17 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
D2008-09-02-IVType.ll7 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** }
10DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco…
13 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
/external/webrtc/webrtc/base/
Dbase64.cc41 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64
144 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
Dbase64.h91 static const unsigned char DecodeTable[]; variable