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

/external/qemu/ui/
H A Dvnc-android.c499 #define BPP 8 macro
501 #undef BPP macro
503 #define BPP 16 macro
505 #undef BPP macro
507 #define BPP 32 macro
509 #undef BPP macro
512 #define BPP 8 macro
514 #undef BPP macro
518 #define BPP 16 macro
520 #undef BPP macro
524 #define BPP macro
526 #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...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1055 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
1058 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
2780 llvm::Type *BPP = CGF.Int8PtrPtrTy;
2783 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP,
3097 llvm::Type *BPP = CGF.Int8PtrPtrTy;
3100 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3793 llvm::Type *BPP = llvm::PointerType::getUnqual(BP); local
3796 llvm::Value *VAListAddrAsBPP = Builder.CreateBitCast(VAListAddr, BPP, "ap");
3821 Addr = Builder.CreateLoad(Builder.CreateBitCast(Addr, BPP));
4539 llvm::Type *BPP local
5372 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
5605 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
5831 llvm::Type *BPP = CGF.Int8PtrPtrTy; local
[all...]

Completed in 2212 milliseconds