Home
last modified time | relevance | path

Searched defs:Bitmap (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/lib/libvgl/
H A Dvgl.h45 byte *Bitmap; member
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h538 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member
544 EFI_HII_IIBT_IMAGE_1BIT_BASE Bitmap; member
556 EFI_HII_RGB_PIXEL Bitmap[1]; member
561 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member
566 EFI_HII_IIBT_IMAGE_24BIT_BASE Bitmap; member
578 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member
584 EFI_HII_IIBT_IMAGE_4BIT_BASE Bitmap; member
596 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member
602 EFI_HII_IIBT_IMAGE_8BIT_BASE Bitmap; member
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp281 MCDCRecordProcessor(const BitVector & Bitmap,const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches) MCDCRecordProcessor() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1008 auto *Bitmap = Builder.CreateLoad(Int8Ty, BitmapByteAddr, "mcdc.bits"); lowerMCDCTestVectorBitmapUpdate() local