Searched refs:DecodeTable (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2008-09-02-IVType.ll | 11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** } 14 …DecodeTable*], [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/webrtc/webrtc/base/ |
D | base64.cc | 41 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64 144 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
|
D | base64.h | 91 static const unsigned char DecodeTable[]; variable
|