Searched defs:BitLen (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/bigmod/ |
D | nat.go | 410 func (m *Modulus) BitLen() int { func
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipItem.h | 106 UInt16 BitLen; member
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_header_packer.cpp | 535 mfxU32 BitLen; in SliceHeaderPacker() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | int.go | 541 func (x *Int) BitLen() int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/ |
D | netip.go | 398 func (ip Addr) BitLen() int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/ |
D | value.go | 645 func BitLen(x Value) int { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6634 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local 6645 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local 12001 ArrayRef<int> Mask, uint64_t &BitLen, in matchShuffleAsEXTRQ() 12057 ArrayRef<int> Mask, uint64_t &BitLen, in matchShuffleAsINSERTQ() 12125 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local 33579 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7755 int BitLen = N->getConstantOperandVal(1); in getTargetShuffleMask() local 7766 int BitLen = N->getConstantOperandVal(2); in getTargetShuffleMask() local 14055 ArrayRef<int> Mask, uint64_t &BitLen, in matchShuffleAsEXTRQ() 14111 ArrayRef<int> Mask, uint64_t &BitLen, in matchShuffleAsINSERTQ() 14179 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local 39321 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7971 int BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local 8032 int BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local
|