Home
last modified time | relevance | path

Searched refs:BitMap (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-01-31-BigShift3.ll6 %struct.BitMap = type { i8* }
7 …%struct.BitMapListStruct = type { %struct.BitMap, %struct.BitMapListStruct*, %struct.BitMapListStr…
/external/llvm/test/CodeGen/X86/
D2009-01-31-BigShift3.ll6 %struct.BitMap = type { i8* }
7 …%struct.BitMapListStruct = type { %struct.BitMap, %struct.BitMapListStruct*, %struct.BitMapListStr…
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py53 BitMap = OpaqueType("BitMap", "BMObj_NewCopied", "BUG") variable
D_Qdmodule.c197 const BitMap * _rv; in GrafObj_GetPortBitMapForCopyBits()
1418 BitMap *referred_bitmap;
1514 return PyString_FromStringAndSize((char *)self->ob_itself, sizeof(BitMap)); in BMObj_get_bitmap_data()
5056 BitMap screenBits; in Qd_GetQDGlobalsScreenBits()
6498 BitMap *ptr; in Qd_BitMap()
6508 if ((ptr=(BitMap *)malloc(sizeof(BitMap))) == NULL ) in Qd_BitMap()
6528 BitMap *ptr; in Qd_RawBitMap()
6533 if ( PyString_Size(source) != sizeof(BitMap) && PyString_Size(source) != sizeof(PixMap) ) { in Qd_RawBitMap()
6536 PyString_Size(source), sizeof(BitMap), sizeof(PixMap)); in Qd_RawBitMap()
7101 if ((itself_copy=(BitMapPtr)malloc(sizeof(BitMap))) == NULL) in BMObj_NewCopied()
/external/ImageMagick/
DAUTHORS.txt116 Contributed support for Wireless BitMap, used in WAP - Wireless Access
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4484 ConstantInt *BitMap; member in __anon10771dac0811::SwitchLookupTable
4500 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable()
4594 BitMap = ConstantInt::get(M.getContext(), TableInt); in SwitchLookupTable()
4628 IntegerType *MapTy = BitMap->getType(); in BuildLookup()
4642 Builder.CreateLShr(BitMap, ShiftAmt, "switch.downshift"); in BuildLookup()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2532 std::string BitMap; in getBitmapBlockLayout() local
2534 BitMap += Layout[i]; in getBitmapBlockLayout()
2541 for (unsigned i = 0, e = BitMap.size(); i != e; i++) { in getBitmapBlockLayout()
2542 unsigned char inst = BitMap[i]; in getBitmapBlockLayout()
2581 llvm::ConstantDataArray::getString(VMContext, BitMap, false), in getBitmapBlockLayout()