Searched defs:BPP (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp982 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
985 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
2658 llvm::Type *BPP = CGF.Int8PtrPtrTy;
2661 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
2910 llvm::Type *BPP = CGF.Int8PtrPtrTy;
2913 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3585 llvm::Type *BPP = CGF.Int8PtrPtrTy;
3588 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3633 Addr = Builder.CreateLoad(Builder.CreateBitCast(Addr, BPP));
4844 llvm::Type *BPP
[all...]
/external/qemu/
H A Dvnc-android.c497 #define BPP 8 macro
499 #undef BPP macro
501 #define BPP 16 macro
503 #undef BPP macro
505 #define BPP 32 macro
507 #undef BPP macro
510 #define BPP 8 macro
512 #undef BPP macro
516 #define BPP 16 macro
518 #undef BPP macro
522 #define BPP macro
524 #undef BPP macro
[all...]
H A Dvnc.c491 #define BPP 8 macro
493 #undef BPP macro
495 #define BPP 16 macro
497 #undef BPP macro
499 #define BPP 32 macro
501 #undef BPP macro
504 #define BPP 8 macro
506 #undef BPP macro
510 #define BPP 16 macro
512 #undef BPP macro
516 #define BPP macro
518 #undef BPP macro
[all...]

Completed in 1007 milliseconds