Searched refs:VBI (Results 1 – 5 of 5) sorted by relevance
50 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) { in getVariableBit() local51 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit()53 return VBI->getBitNum(); in getVariableBit()
298 Added initial code for VBI capture based on work by327 Added rgb_vbi_prog() to capture VBI data and video at the328 same time. To capture VBI data, /dev/vbi must be opened362 Change number of VBI lines from 16 to 12 for NTSC formats.373 Update VBI support for the AleVT Teletext package. Parts387 Added select() code (for VBI) for the 2.2.x driver
3732 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local3740 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()3743 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()3752 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()3758 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()3761 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()3762 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()3765 return VBI; in computeVBTableRelatedInformation()
969 unsigned VBI = Bits[i].getValueBitIndex(); in computeRotationAmounts() local970 if (i >= VBI) in computeRotationAmounts()971 RLAmt[i] = i - VBI; in computeRotationAmounts()973 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()
1500 auto VBI = Layout.getVBaseOffsetsMap().find(BaseRD); in emitVTableBitSetEntries() local1501 if (VBI == Layout.getVBaseOffsetsMap().end()) in emitVTableBitSetEntries()1504 Offset = VBI->second.VBaseOffset; in emitVTableBitSetEntries()