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;
122 for (i = 0; i < g_NumCodecs; i++)
154 for (i = 0; i < g_NumCodecs; i++)
230 for (i = 0; i < g_NumCodecs; i++)
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 16 extern unsigned int g_NumCodecs;
63 for (unsigned i = 0; i < g_NumCodecs; i++)
183 *numCodecs = g_NumCodecs;
195 for (unsigned i = 0; i < g_NumCodecs; i++)
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 680 extern unsigned g_NumCodecs;
683 #define NUM_EXPORT_CODECS g_NumCodecs
710 if (index < g_NumCodecs)
736 if (index < g_NumCodecs)
752 if (index < g_NumCodecs)
807 if (index < g_NumCodecs)
835 if (index < g_NumCodecs)

Completed in 1138 milliseconds