Searched refs:Code (Results 1 - 25 of 190) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dlmgr.c31 long Code; local
35 Code = (long) arg;
37 " %c %s", (char)Code,
41 error_handling_dchan(st, Code);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dlmgr.c31 long Code; local
35 Code = (long) arg;
37 " %c %s", (char)Code,
41 error_handling_dchan(st, Code);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/RangeCoder/
H A DRangeCoder.h114 UInt32 Code; member in class:NCompress::NRangeCoder::CDecoder
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code;
177 Code
[all...]
H A DRangeCoderBit.h92 if (decoder->Code < newBound)
98 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
106 decoder->Code -= newBound;
110 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
H A DRangeCoderOpt.h8 UInt32 code = rangeDecoder->Code;
12 rangeDecoder->Code = code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/RangeCoder/
H A DRangeCoder.h114 UInt32 Code; member in class:NCompress::NRangeCoder::CDecoder
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code;
177 Code
[all...]
H A DRangeCoderBit.h92 if (decoder->Code < newBound)
98 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
106 decoder->Code -= newBound;
110 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
H A DRangeCoderOpt.h8 UInt32 code = rangeDecoder->Code;
12 rangeDecoder->Code = code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/RangeCoder/
H A DRangeCoder.h114 UInt32 Code; member in class:NCompress::NRangeCoder::CDecoder
121 Code = (Code << 8) | Stream.ReadByte();
130 Code = 0;
133 Code = (Code << 8) | Stream.ReadByte();
140 return (Code) / ( Range /= total);
145 Code -= start * Range;
153 UInt32 code = Code;
177 Code
[all...]
H A DRangeCoderBit.h92 if (decoder->Code < newBound)
98 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
106 decoder->Code -= newBound;
110 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte();
H A DRangeCoderOpt.h8 UInt32 code = rangeDecoder->Code;
12 rangeDecoder->Code = code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/boot/rescue/
H A Dhead_v32.S14 ;; Code
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v32.S14 ;; Code
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Branch/
H A DBranchX86_2.c25 #define RC_INIT2 Code = 0; Range = 0xFFFFFFFF; \
26 { int i; for(i = 0; i < 5; i++) { RC_TEST; Code = (Code << 8) | RC_READ_BYTE; }}
32 #define RC_NORMALIZE if (Range < kTopValue) { RC_TEST; Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
34 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
36 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
38 // #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) = (CProb)(*(p) - (*(p) >> kNumMoveBits));
51 UInt32 Range, Code; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Branch/
H A DBranchX86_2.c25 #define RC_INIT2 Code = 0; Range = 0xFFFFFFFF; \
26 { int i; for(i = 0; i < 5; i++) { RC_TEST; Code = (Code << 8) | RC_READ_BYTE; }}
32 #define RC_NORMALIZE if (Range < kTopValue) { RC_TEST; Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
34 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
36 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
38 // #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) = (CProb)(*(p) - (*(p) >> kNumMoveBits));
51 UInt32 Range, Code; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Branch/
H A DBranchX86_2.c25 #define RC_INIT2 Code = 0; Range = 0xFFFFFFFF; \
26 { int i; for(i = 0; i < 5; i++) { RC_TEST; Code = (Code << 8) | RC_READ_BYTE; }}
32 #define RC_NORMALIZE if (Range < kTopValue) { RC_TEST; Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
34 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
36 #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) -= (*(p)) >> kNumMoveBits;
38 // #define UpdateBit1(p) Range -= bound; Code -= bound; *(p) = (CProb)(*(p) - (*(p) >> kNumMoveBits));
51 UInt32 Range, Code; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c15 Igor Pavlov, as the author of this Code, expressly permits you to
16 statically or dynamically link your Code (or bind by name) to the
17 interfaces of this file without subjecting your linked Code to the
33 #define RC_INIT Code = 0; Range = 0xFFFFFFFF; \
34 { int i; for(i = 0; i < 5; i++) { Code = (Code << 8) | RC_READ_BYTE; }}
36 #define RC_NORMALIZE if (Range < kTopValue) { Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
40 #define UpdateBit1(p) Range -= bound; Code
152 UInt32 Code = vs->Code; local
[all...]
H A DLzmaDecodeSize.c36 UInt32 Code; member in struct:_CRangeDecoder
79 rd->Code = 0;
82 rd->Code = (rd->Code << 8) | ReadByte;
85 #define RC_INIT_VAR UInt32 range = rd->Range; UInt32 code = rd->Code;
86 #define RC_FLUSH_VAR rd->Range = range; rd->Code = code;
120 if (rd->Code < bound)
126 rd->Code = (rd->Code << 8) | ReadByte;
134 rd->Code
[all...]
H A DLzmaStateDecode.h71 UInt32 Code; member in struct:_CLzmaDecoderState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c15 Igor Pavlov, as the author of this Code, expressly permits you to
16 statically or dynamically link your Code (or bind by name) to the
17 interfaces of this file without subjecting your linked Code to the
33 #define RC_INIT Code = 0; Range = 0xFFFFFFFF; \
34 { int i; for(i = 0; i < 5; i++) { Code = (Code << 8) | RC_READ_BYTE; }}
36 #define RC_NORMALIZE if (Range < kTopValue) { Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
40 #define UpdateBit1(p) Range -= bound; Code
152 UInt32 Code = vs->Code; local
[all...]
H A DLzmaDecodeSize.c36 UInt32 Code; member in struct:_CRangeDecoder
79 rd->Code = 0;
82 rd->Code = (rd->Code << 8) | ReadByte;
85 #define RC_INIT_VAR UInt32 range = rd->Range; UInt32 code = rd->Code;
86 #define RC_FLUSH_VAR rd->Range = range; rd->Code = code;
120 if (rd->Code < bound)
126 rd->Code = (rd->Code << 8) | ReadByte;
134 rd->Code
[all...]
H A DLzmaStateDecode.h71 UInt32 Code; member in struct:_CLzmaDecoderState
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.c15 Igor Pavlov, as the author of this Code, expressly permits you to
16 statically or dynamically link your Code (or bind by name) to the
17 interfaces of this file without subjecting your linked Code to the
33 #define RC_INIT Code = 0; Range = 0xFFFFFFFF; \
34 { int i; for(i = 0; i < 5; i++) { Code = (Code << 8) | RC_READ_BYTE; }}
36 #define RC_NORMALIZE if (Range < kTopValue) { Range <<= 8; Code = (Code << 8) | RC_READ_BYTE; }
38 #define IfBit0(p) RC_NORMALIZE; bound = (Range >> kNumBitModelTotalBits) * *(p); if (Code < bound)
40 #define UpdateBit1(p) Range -= bound; Code
152 UInt32 Code = vs->Code; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mtd/
H A Dftl.h48 uint8_t Code; member in struct:erase_unit_header_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtrampoline_32.S42 mov %cs, %ax # Code and data in the same place

Completed in 177 milliseconds

12345678