Searched refs:Index (Results 26 - 50 of 132) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMADecoder.cpp97 if (_isMatch[state.Index][posState].Decode(&_rangeDecoder) == 0)
113 if(_isRep[state.Index].Decode(&_rangeDecoder) == 1)
116 if(_isRepG0[state.Index].Decode(&_rangeDecoder) == 0)
118 if(_isRep0Long[state.Index][posState].Decode(&_rangeDecoder) == 0)
127 if(_isRepG1[state.Index].Decode(&_rangeDecoder) == 0)
131 if (_isRepG2[state.Index].Decode(&_rangeDecoder) == 0)
H A DLZMAEncoder.h332 return _isRepG0[state.Index].GetPrice0() +
333 _isRep0Long[state.Index][posState].GetPrice0();
341 price = _isRepG0[state.Index].GetPrice0();
342 price += _isRep0Long[state.Index][posState].GetPrice1();
346 price = _isRepG0[state.Index].GetPrice1();
348 price += _isRepG1[state.Index].GetPrice0();
351 price += _isRepG1[state.Index].GetPrice1();
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
H A DLZMAEncoder.cpp653 _optimum[1].Price = _isMatch[_state.Index][posState].GetPrice0() +
657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1();
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
828 _isMatch[state.Index][posState].GetPrice0() +
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1();
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
949 _isMatch[state2.Index][posStateNex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dnegprot.c330 int Index=0; local
340 Index++;
397 if (Index == 1 && strequal(remote_machine,myhostname()) &&
405 Index = 0;
410 choice = Index;
411 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMADecoder.cpp97 if (_isMatch[state.Index][posState].Decode(&_rangeDecoder) == 0)
113 if(_isRep[state.Index].Decode(&_rangeDecoder) == 1)
116 if(_isRepG0[state.Index].Decode(&_rangeDecoder) == 0)
118 if(_isRep0Long[state.Index][posState].Decode(&_rangeDecoder) == 0)
127 if(_isRepG1[state.Index].Decode(&_rangeDecoder) == 0)
131 if (_isRepG2[state.Index].Decode(&_rangeDecoder) == 0)
H A DLZMAEncoder.h332 return _isRepG0[state.Index].GetPrice0() +
333 _isRep0Long[state.Index][posState].GetPrice0();
341 price = _isRepG0[state.Index].GetPrice0();
342 price += _isRep0Long[state.Index][posState].GetPrice1();
346 price = _isRepG0[state.Index].GetPrice1();
348 price += _isRepG1[state.Index].GetPrice0();
351 price += _isRepG1[state.Index].GetPrice1();
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
H A DLZMAEncoder.cpp653 _optimum[1].Price = _isMatch[_state.Index][posState].GetPrice0() +
657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1();
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
828 _isMatch[state.Index][posState].GetPrice0() +
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1();
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
949 _isMatch[state2.Index][posStateNex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dnegprot.c330 int Index=0; local
340 Index++;
397 if (Index == 1 && strequal(remote_machine,myhostname()) &&
405 Index = 0;
410 choice = Index;
411 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMADecoder.cpp97 if (_isMatch[state.Index][posState].Decode(&_rangeDecoder) == 0)
113 if(_isRep[state.Index].Decode(&_rangeDecoder) == 1)
116 if(_isRepG0[state.Index].Decode(&_rangeDecoder) == 0)
118 if(_isRep0Long[state.Index][posState].Decode(&_rangeDecoder) == 0)
127 if(_isRepG1[state.Index].Decode(&_rangeDecoder) == 0)
131 if (_isRepG2[state.Index].Decode(&_rangeDecoder) == 0)
H A DLZMAEncoder.h332 return _isRepG0[state.Index].GetPrice0() +
333 _isRep0Long[state.Index][posState].GetPrice0();
341 price = _isRepG0[state.Index].GetPrice0();
342 price += _isRep0Long[state.Index][posState].GetPrice1();
346 price = _isRepG0[state.Index].GetPrice1();
348 price += _isRepG1[state.Index].GetPrice0();
351 price += _isRepG1[state.Index].GetPrice1();
352 price += _isRepG2[state.Index].GetPrice(repIndex - 2);
H A DLZMAEncoder.cpp653 _optimum[1].Price = _isMatch[_state.Index][posState].GetPrice0() +
657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1();
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
828 _isMatch[state.Index][posState].GetPrice0() +
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1();
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
949 _isMatch[state2.Index][posStateNex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dnegprot.c330 int Index=0; local
340 Index++;
397 if (Index == 1 && strequal(remote_machine,myhostname()) &&
405 Index = 0;
410 choice = Index;
411 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_mcu.c189 unsigned long Index; local
199 Index = 0;
207 } while (Index++ < 1000);
209 if (Index > 1000) {
H A Drtmp_init.c1567 unsigned long Index = 0; local
1593 for (Index = 0; Index < NUM_MAC_REG_PARMS; Index++) {
1594 RTMP_IO_WRITE32(pAd, MACRegTable[Index].Register,
1595 MACRegTable[Index].Value);
1599 for (Index = 0; Index < NUM_STA_MAC_REG_PARMS; Index++) {
1600 RTMP_IO_WRITE32(pAd, STAMACRegTable[Index]
2400 unsigned long Index = 0; local
2439 unsigned long Index = 0; local
2473 u32 Index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Drtmp_mcu.c189 unsigned long Index; local
199 Index = 0;
207 } while (Index++ < 1000);
209 if (Index > 1000) {
H A Drtmp_init.c1567 unsigned long Index = 0; local
1593 for (Index = 0; Index < NUM_MAC_REG_PARMS; Index++) {
1594 RTMP_IO_WRITE32(pAd, MACRegTable[Index].Register,
1595 MACRegTable[Index].Value);
1599 for (Index = 0; Index < NUM_STA_MAC_REG_PARMS; Index++) {
1600 RTMP_IO_WRITE32(pAd, STAMACRegTable[Index]
2400 unsigned long Index = 0; local
2439 unsigned long Index = 0; local
2473 u32 Index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dnegprot.c485 int Index=0; local
504 Index++;
536 if (Index == 1 && (arch & ARCH_CIFSFS)) {
588 Index = 0;
593 choice = Index;
594 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dnegprot.c485 int Index=0; local
504 Index++;
536 if (Index == 1 && (arch & ARCH_CIFSFS)) {
588 Index = 0;
593 choice = Index;
594 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dnegprot.c485 int Index=0; local
504 Index++;
536 if (Index == 1 && (arch & ARCH_CIFSFS)) {
588 Index = 0;
593 choice = Index;
594 Index++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/via/
H A Dvt1636.c43 index = io_data.Index;
231 io_data.Index = 0x09;
237 io_data.Index = 0x08;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/via/
H A Dvt1636.c43 index = io_data.Index;
231 io_data.Index = 0x09;
237 io_data.Index = 0x08;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h1286 int Index = 0; local
1289 Index = (Amount < 1 * 1024 ? 0 : 1);
1291 Index = (Amount < 4 * 1024 ? 2 : 3);
1294 Index = (Amount < 16 * 1024 ? 4 : 5);
1296 Index = (Amount < 64 * 1024 ? 6 : 7);
1298 Index = (Amount < 256 * 1024 ? 8 : 9);
1299 CommandSizeBuckets[Index]++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.h1286 int Index = 0; local
1289 Index = (Amount < 1 * 1024 ? 0 : 1);
1291 Index = (Amount < 4 * 1024 ? 2 : 3);
1294 Index = (Amount < 16 * 1024 ? 4 : 5);
1296 Index = (Amount < 64 * 1024 ? 6 : 7);
1298 Index = (Amount < 256 * 1024 ? 8 : 9);
1299 CommandSizeBuckets[Index]++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Dsrec2bin.c97 static int Index=0; local
104 printf("%c%c",iline[Index++],8);
105 Index &= 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h418 typedef struct Index Index; typedef in typeref:struct:Index
854 Index *pIndex; /* List of SQL indexes on this table. */
928 int iFrom; /* Index of column in pFrom */
1008 ** three columns in the table. In the Index structure describing
1015 ** The Index.onError field determines whether or not the indexed columns
1016 ** must be unique and what to do if they are not. When Index.onError=OE_None,
1018 ** and the value of Index.onError indicate the which conflict resolution
1022 struct Index { struct
1032 Index *pNex
[all...]

Completed in 304 milliseconds

123456