HomeSort by relevance Sort by last modified time
    Searched refs:BitMask (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
BitMask.java 22 public class BitMask {
25 public BitMask(int value) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
BitMaskTest.java 23 * Unit tests for {@link com.android.server.wifi.util.BitMask}.
32 BitMask checkoff = new BitMask(0x53);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
HstiLib.h 75 @param BitMask Bit mask of FeaturesVerified of HSTI data.
87 IN UINT8 BitMask
99 @param BitMask Bit mask of FeaturesVerified of HSTI data.
111 IN UINT8 BitMask
  /external/aac/libFDK/include/
FDK_bitstream.h 218 return ( bits | (hBitStream->CacheWord >> hBitStream->BitsInCache)) & BitMask[numberOfBits];
222 return ( hBitStream->CacheWord >> hBitStream->BitsInCache) & BitMask[numberOfBits];
225 const UINT validMask = BitMask [numberOfBits] ;
291 const UINT validMask = BitMask [numberOfBits] ;
333 const UINT validMask = BitMask [numberOfBits] ;
362 const UINT validMask = BitMask [numberOfBits] ;
FDK_bitbuffer.h 118 extern const UINT BitMask [32+1];
  /art/runtime/base/
bit_vector.h 157 storage_[WordIndex(idx)] |= BitMask(idx);
165 storage_[WordIndex(idx)] &= ~BitMask(idx);
253 return (storage[WordIndex(idx)] & BitMask(idx)) != 0;
292 static constexpr uint32_t BitMask(uint32_t idx) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiScriptLib.h 375 IN VOID *BitMask,
392 BitMask - A pointer to the bit mask to be AND-ed with the data read from the register.
524 #define SCRIPT_MEM_POLL(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes) \
525 BootScriptMemPoll(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes)
572 #define SCRIPT_MEM_POLL(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 135 _bits[n] |= BitMask(el);
167 private static ulong BitMask(int bitNumber) {
237 return (_bits[n] & BitMask(el)) != 0;
244 _bits[n] &= ~BitMask(el);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 150 _bits[n] |= BitMask( el );
188 private static ulong BitMask( int bitNumber )
279 return ( _bits[n] & BitMask( el ) ) != 0;
288 _bits[n] &= ~BitMask( el );
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 34 BitTracker::BitMask mask(unsigned Reg, unsigned Sub) const override;
BitTracker.h 33 struct BitMask;
238 struct BitTracker::BitMask {
239 BitMask() : B(0), E(0) {}
240 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {}
265 RegisterCell &insert(const RegisterCell &RC, const BitMask &M);
266 RegisterCell extract(const BitMask &M) const; // Returns a new cell.
414 virtual BitMask mask(unsigned Reg, unsigned Sub) const;
BitTracker.cpp 201 const BitMask &M) {
222 BT::RegisterCell BT::RegisterCell::extract(const BitMask &M) const {
360 BitMask M = mask(RR.Reg, RR.Sub);
710 RegisterCell Res = RegisterCell::ref(A1).extract(BT::BitMask(B, Last));
724 Res.insert(RegisterCell::ref(A2), BT::BitMask(AtN, AtN+W2-1));
729 BT::BitMask BT::MachineEvaluator::mask(unsigned Reg, unsigned Sub) const {
733 return BitMask(0, W-1);
769 Res.insert(Src, BitMask(0, WS-1));
1009 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub);
1010 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub)
    [all...]
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 100 const UINT BitMask [32+1] =
113 const UINT *const RESTRICT pBitMask = BitMask;
262 UINT mask = ~BitMask[(32-bitOffset)] | (BitMask [(32-numberOfBits)] >> bitOffset) ;
272 ( hBitBuf->Buffer [(byteOffset+4) & byteMask] & BitMask[(40-numberOfBits-bitOffset)] ) ;
282 UINT mask = ~(BitMask[numberOfBits] << bitOffset) ;
309 ( hBitBuf->Buffer [(byteOffset-4) & byteMask] & ~(BitMask[bitOffset] >> (32-numberOfBits)) ) ;
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 54 static UINT8 BitMask[] = {
59 #define WHICH_BIT(c) (BitMask[((c) & 0x7)])
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 49 static UINT8 BitMask[] = {
54 #define WHICH_BIT(c) (BitMask[((c) & 0x7)])
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 373 @param BitMask Bit mask of FeaturesVerified of HSTI data.
431 @param BitMask Bit mask of FeaturesVerified of HSTI data.
443 IN UINT8 BitMask
450 BitMask,
464 @param BitMask Bit mask of FeaturesVerified of HSTI data.
476 IN UINT8 BitMask
483 BitMask,
  /external/brotli/dec/
bit_reader.h 34 static BROTLI_INLINE uint32_t BitMask(uint32_t n) {
251 return (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits);
263 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits);
290 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.c 204 if ((Private->Luns.BitMask & (BIT0 << Index)) == 0) {
279 if ((Private->Luns.BitMask & (BIT0 << Index)) != 0) {
309 if ((Private->Luns.BitMask & (BIT0 << Index)) == 0) {
318 if ((Private->Luns.BitMask & (BIT0 << Next)) != 0) {
408 if ((Private->Luns.BitMask & (BIT0 << Index)) == 0) {
499 if ((Private->Luns.BitMask & (BIT0 << Index)) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 617 @param[in] BitMask 32-bit mask
626 UINT32 BitMask
633 @param[in] BitMask 32-bit mask
638 UINT32 BitMask
645 @param[in] BitMask 32-bit mask
650 IN UINT32 BitMask
DebugCommunicationLibUsb3Common.c 50 @param[in] BitMask 32-bit mask
55 IN UINT32 BitMask
61 RegisterValue |= (UINT32)(BitMask);
69 @param[in] BitMask 32-bit mask
74 IN UINT32 BitMask
80 RegisterValue &= ~BitMask;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 357 UINT8 *BitMask;
364 BitMask = VA_ARG (Marker, UINT8 *);
369 return S3BootScriptSaveMemPoll (Width, Address, BitMask, BitValue, Duration, LoopTimes);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
EfiScriptLib.c 553 IN VOID *BitMask,
571 BitMask - A pointer to the bit mask to be AND-ed with the data read from the register.
593 BitMask,
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 156 // BitMask is inverted to check if the operands are
158 uint64_t BitMask = ~BypassType->getBitMask();
159 Value *AndV = MainBuilder.CreateAnd(OrV, BitMask);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 185 UINT64 BitMask;
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 44 IN EFI_PIXEL_BITMASK *BitMask
52 Masks = (UINT32*) BitMask;
73 CopyMem (&mPixelBitMasks, BitMask, sizeof (*BitMask));

Completed in 1231 milliseconds

1 2 3