Searched refs:matchByte (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.c231 Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchByte) argument
240 int matchBit = (matchByte >> 7) & 1;
241 matchByte <<= 1;
503 Byte matchByte; local
508 matchByte = dictionary[pos];
510 matchByte = outStream[nowPos - rep0];
512 previousByte = LzmaLiteralDecodeMatch(probs, &rd, matchByte);
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/lzma-loader/src/
H A DLzmaDecode.c231 Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchByte) argument
240 int matchBit = (matchByte >> 7) & 1;
241 matchByte <<= 1;
503 Byte matchByte; local
508 matchByte = dictionary[pos];
510 matchByte = outStream[nowPos - rep0];
512 previousByte = LzmaLiteralDecodeMatch(probs, &rd, matchByte);
/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.c301 int matchByte; local
306 matchByte = dictionary[pos];
308 matchByte = outStream[nowPos - rep0];
314 matchByte <<= 1;
315 bit = (matchByte & 0x100);
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/
H A DLzmaDecode.c307 int matchByte; local
312 matchByte = dictionary[pos];
314 matchByte = outStream[nowPos - rep0];
320 matchByte <<= 1;
321 bit = (matchByte & 0x100);
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A DLzmaDecode.c301 int matchByte; local
306 matchByte = dictionary[pos];
308 matchByte = outStream[nowPos - rep0];
314 matchByte <<= 1;
315 bit = (matchByte & 0x100);
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DLzmaDecode.c307 int matchByte; local
312 matchByte = dictionary[pos];
314 matchByte = outStream[nowPos - rep0];
320 matchByte <<= 1;
321 bit = (matchByte & 0x100);

Completed in 57 milliseconds