Searched refs:kNumProps (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp122 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
123 PROPVARIANT properties[kNumProps];
131 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)
H A DLzmaBench.cpp582 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
583 PROPVARIANT properties[kNumProps];
595 RINOK(setCoderProperties->SetCoderProperties(propIDs, properties, kNumProps));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Lib/
H A DZLib.cpp208 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
210 PROPVARIANT properties[kNumProps];
226 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp122 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
123 PROPVARIANT properties[kNumProps];
131 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)
H A DLzmaBench.cpp582 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
583 PROPVARIANT properties[kNumProps];
595 RINOK(setCoderProperties->SetCoderProperties(propIDs, properties, kNumProps));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Lib/
H A DZLib.cpp208 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
210 PROPVARIANT properties[kNumProps];
226 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRam.cpp122 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
123 PROPVARIANT properties[kNumProps];
131 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)
H A DLzmaBench.cpp582 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
583 PROPVARIANT properties[kNumProps];
595 RINOK(setCoderProperties->SetCoderProperties(propIDs, properties, kNumProps));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Lib/
H A DZLib.cpp208 const int kNumProps = sizeof(propIDs) / sizeof(propIDs[0]); local
210 PROPVARIANT properties[kNumProps];
226 if (encoderSpec->SetCoderProperties(propIDs, properties, kNumProps) != S_OK)

Completed in 98 milliseconds