HomeSort by relevance Sort by last modified time
    Searched defs:GetBits (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 27 #define GetBits(_SD, _NUMOFBITS) GlueGetBits(_SD, _NUMOFBITS)
  /external/pdfium/fxbarcode/common/
BC_CommonBitMatrix.h 34 int32_t* GetBits() const { return m_bits; }
BC_CommonBitArray.cpp 31 m_bits = array->GetBits();
50 std::vector<int32_t>& CBC_CommonBitArray::GetBits() {
  /external/pdfium/core/fxcrt/
cfx_bitstream.cpp 24 uint32_t CFX_BitStream::GetBits(uint32_t nBits) {
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h 27 int32_t GetBits() const { return m_bits; }
BC_QRCoderMode.cpp 106 int32_t CBC_QRCoderMode::GetBits() const {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 95 GetBits (
302 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
340 Number = (UINT16) GetBits (Sd, nbit);
346 CharC = (UINT16) GetBits (Sd, nbit);
385 CharC = (UINT16) GetBits (Sd, 2);
418 Number = (UINT16) GetBits (Sd, CBIT);
424 CharC = (UINT16) GetBits (Sd, CBIT);
460 CharC = (UINT16) (GetBits (Sd, 4) + 3);
462 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
508 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.h 174 #define GetBits(n) (BitAcc & ((1<<(n))-1))
200 TabEnt = tab + GetBits(wid); \
212 TabEnt = tab + GetBits(wid); \
231 TabEnt = tab + GetBits(wid); \
236 TabEnt = tab + GetBits(wid); \
265 if (GetBits(11) == 0) \
272 if (GetBits(8)) \
276 while (GetBits(1) == 0) \
499 if (GetBits(4)) \
524 if (!GetBits(1))
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 86 GetBits (
292 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
330 Number = (UINT16) GetBits (Sd, nbit);
336 CharC = (UINT16) GetBits (Sd, nbit);
377 CharC = (UINT16) GetBits (Sd, 2);
410 Number = (UINT16) GetBits (Sd, CBIT);
416 CharC = (UINT16) GetBits (Sd, CBIT);
455 CharC = (UINT16) (GetBits (Sd, 4) + 3);
457 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
503 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 123 GetBits (
338 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
379 Number = (UINT16) GetBits (Sd, nbit);
382 CharC = (UINT16) GetBits (Sd, nbit);
414 CharC = (UINT16) GetBits (Sd, 2);
454 Number = (UINT16) GetBits (Sd, CBIT);
457 CharC = (UINT16) GetBits (Sd, CBIT);
499 CharC = (UINT16) (GetBits (Sd, 4) + 3);
501 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
554 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 126 GetBits (
343 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
381 Number = (UINT16) GetBits (Sd, nbit);
384 CharC = (UINT16) GetBits (Sd, nbit);
416 CharC = (UINT16) GetBits (Sd, 2);
453 Number = (UINT16) GetBits (Sd, CBIT);
456 CharC = (UINT16) GetBits (Sd, CBIT);
498 CharC = (UINT16) (GetBits (Sd, 4) + 3);
500 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
550 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 240 GetBits (
479 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
518 Number = (UINT16) GetBits (Sd, nbit);
528 CharC = (UINT16) GetBits (Sd, nbit);
560 CharC = (UINT16) GetBits (Sd, 2);
604 Number = (UINT16) GetBits (Sd, CBIT);
607 CharC = (UINT16) GetBits (Sd, CBIT);
649 CharC = (UINT16) (GetBits (Sd, 4) + 3);
651 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
702 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 132 GetBits (
346 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
385 Number = (UINT16) GetBits (Sd, nbit);
388 CharC = (UINT16) GetBits (Sd, nbit);
420 CharC = (UINT16) GetBits (Sd, 2);
458 Number = (UINT16) GetBits (Sd, CBIT);
461 CharC = (UINT16) GetBits (Sd, CBIT);
503 CharC = (UINT16) (GetBits (Sd, 4) + 3);
505 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
556 Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 145 GetBits (
360 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
399 Number = (UINT16) GetBits (Sd, nbit);
402 CharC = (UINT16) GetBits (Sd, nbit);
434 CharC = (UINT16) GetBits (Sd, 2);
472 Number = (UINT16) GetBits (Sd, CBIT);
475 CharC = (UINT16) GetBits (Sd, CBIT);
517 CharC = (UINT16) (GetBits (Sd, 4) + 3);
519 CharC = (UINT16) (GetBits (Sd, CBIT) + 20);
570 Sd->mBlockSize = (UINT16) GetBits (Sd, 16)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c     [all...]

Completed in 362 milliseconds