Searched refs:BitMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c151 typedef struct BitMap { struct
154 struct BitMap *next;
157 } BitMap; typedef in typeref:struct:BitMap
159 static BitMap *BitMap_find_go(Go*, State*);
160 static BitMap *BitMap_find(State*);
163 static BitMap *BitMap_new(Go*, State*);
165 static BitMap *BitMap_first = NULL;
167 BitMap *
170 BitMap *b = malloc(sizeof(BitMap));
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c635 const BitMap *memBits;
636 const BitMap *winBits;
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp936 llvm::Constant *BuildIvarLayoutBitmap(std::string &BitMap);
2012 std::string BitMap; local
2013 llvm::Constant *C = BuildIvarLayoutBitmap(BitMap);
2016 const unsigned char *s = (const unsigned char*)BitMap.c_str();
2017 for (unsigned i = 0, e = BitMap.size(); i < e; i++)
2410 std::string BitMap; local
2412 BitMap += Layout[i];
2419 for (unsigned i = 0, e = BitMap.size(); i != e; i++) {
2420 unsigned char inst = BitMap[i];
2459 llvm::ConstantDataArray::getString(VMContext, BitMap,fals
4689 BuildIvarLayoutBitmap(std::string &BitMap) argument
4871 std::string BitMap; local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3467 ConstantInt *BitMap; member in class:__anon21726::SwitchLookupTable
3481 : SingleValue(0), BitMap(0), BitMapElementTy(0), Array(0) {
3533 BitMap = ConstantInt::get(M.getContext(), TableInt);
3558 IntegerType *MapTy = BitMap->getType();
3571 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,

Completed in 188 milliseconds