HomeSort by relevance Sort by last modified time
    Searched refs:g_NumCodecs (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 14 unsigned int g_NumCodecs = 0;
18 if (g_NumCodecs < kNumCodecsMax)
19 g_Codecs[g_NumCodecs++] = codecInfo;
95 for (i = 0; i < g_NumCodecs; i++)
130 for (i = 0; i < g_NumCodecs; i++)
164 for (i = 0; i < g_NumCodecs; i++)
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 13 extern unsigned int g_NumCodecs;
54 for (unsigned i = 0; i < g_NumCodecs; i++)
158 *numCodecs = g_NumCodecs;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 519 extern unsigned int g_NumCodecs;
529 g_NumCodecs +
538 if (index < g_NumCodecs)
544 - g_NumCodecs
568 if (index < g_NumCodecs)
573 - g_NumCodecs
584 if (index < g_NumCodecs)
589 - g_NumCodecs
621 if (index < g_NumCodecs)
627 - g_NumCodecs
    [all...]

Completed in 62 milliseconds