Searched refs:BPP (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssl/test/ocsp-tests/ |
H A D | D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | ISDOSC_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | ISOP_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | WRID_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | WINH_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | WIKH_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
H A D | WKDOSC_D3.ors | 25 VDYdV0IUXHpidNUeK9W/BPP/7APBAgMBAAGjRDBCMAwGA1UdEwEB/wQCMAAwJwYD
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2876 # 32 Flag bits *cttt; c~CLUT flag t~type 000~4BPP 001~8BPP 010~16BPP 011~24BPP 100~Mixed 2878 # 12+Size of CLUT (2Ch for 4BPP; 20Ch 40Ch 60Ch 80Ch C0Ch for 8BPP) or 2879 # +image data size (800Ch 2000Ch 2580C for 16BPP) (02000003h for dBase memo test.dbt) 2888 #>>4 ulelong&0x00000007 x \b, BPP~%u 2889 # 4BPP and 8BPP examples exist with CLUT or without CLUT 2892 # 16BPP and 24BPP examples have no CLUT 2903 # image width (to get actual width multiply by 4 for 4BPP and by 2 for 8BPP) 2919 # real image width = multiply by 4 (4BPP) 2 (8BPP) 1 (16BPP) 2/3 (24BPP)
|
H A D | filesystems | 1446 # Normally the number of clusters is calculated by the values of BPP.
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-colibri.dtsi | 219 /* Colibri LCD (Optional 24 BPP Support) */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 13832 std::pair<ByteProvider<SDValue>, ByteProvider<SDValue>> BPP = {Src0, Src1}; in placeSources() local 13834 BPP = {Src1, Src0}; in placeSources() 13840 (BPP.first.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask); in placeSources() 13842 (BPP.second.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask); in placeSources() 13849 auto MatchesFirst = [&BPP](DotSrc &IterElt) { in placeSources() 13850 return IterElt.SrcOp == *BPP.first.Src && in placeSources() 13851 (IterElt.DWordOffset == (BPP.first.SrcOffset / 4)); in placeSources() 13863 auto MatchesSecond = [&BPP](DotSrc &IterElt) { in placeSources() 13864 return IterElt.SrcOp == *BPP.second.Src && in placeSources() 13865 (IterElt.DWordOffset == (BPP.second.SrcOffset / 4)); in placeSources() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2084 const auto *BPP = P->castAs<BlockPointerType>(), in DeduceTemplateArgumentsByTypeMatch() local 2089 S, TemplateParams, BPP->getPointeeType(), BPA->getPointeeType(), Info, in DeduceTemplateArgumentsByTypeMatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZScheduleZ13.td | 585 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
H A D | SystemZScheduleZ14.td | 595 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
H A D | SystemZScheduleZ15.td | 610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
H A D | SystemZScheduleZ16.td | 610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
H A D | SystemZInstrInfo.td | 1730 def BPP : BranchPreloadSMI<"bpp", 0xC7>;
|