OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputMask
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c
245
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1197
if ((
mOutputMask
>>= 1) == 0) {
1198
mOutputMask
= 1U << (UINT8_BIT - 1);
1209
mBuf[CPos] |=
mOutputMask
;
1233
mOutputPos =
mOutputMask
= 0;
TianoCompress.c
254
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1313
if ((
mOutputMask
>>= 1) == 0) {
1314
mOutputMask
= 1U << (UINT8_BIT - 1);
1332
mBuf[CPos] |=
mOutputMask
;
1363
mOutputPos =
mOutputMask
= 0;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c
255
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1200
if ((
mOutputMask
>>= 1) == 0) {
1201
mOutputMask
= 1U << (UINT8_BIT - 1);
1212
mBuf[CPos] |=
mOutputMask
;
1236
mOutputPos =
mOutputMask
= 0;
TianoCompress.c
273
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1326
if ((
mOutputMask
>>= 1) == 0) {
1327
mOutputMask
= 1U << (UINT8_BIT - 1);
1345
mBuf[CPos] |=
mOutputMask
;
1376
mOutputPos =
mOutputMask
= 0;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c
97
STATIC UINT32
mOutputMask
;
1167
mOutputPos =
mOutputMask
= 0;
1188
if ((
mOutputMask
>>= 1) == 0) {
1189
mOutputMask
= 1U << (UINT8_BIT - 1);
1201
mBuf[CPos] = (UINT8)(mBuf[CPos]|
mOutputMask
);
/external/vboot_reference/utility/
eficompress.c
265
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1210
if ((
mOutputMask
>>= 1) == 0) {
1211
mOutputMask
= 1U << (UINT8_BIT - 1);
1222
mBuf[CPos] |=
mOutputMask
;
1246
mOutputPos =
mOutputMask
= 0;
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c
72
STATIC UINT32 mBufSiz = 0, mOutputPos,
mOutputMask
, mSubBitBuf, mCrc;
1139
if ((
mOutputMask
>>= 1) == 0) {
1140
mOutputMask
= 1U << (UINT8_BIT - 1);
1158
mBuf[CPos] |=
mOutputMask
;
1189
mOutputPos =
mOutputMask
= 0;
[
all
...]
Completed in 460 milliseconds