HomeSort by relevance Sort by last modified time
    Searched full:str_table_size (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 581 Off str_table_size = 0; local
583 &str_table_size);
584 if (str_table != 0 && str_index < str_table_size) {
586 str_table_size -= str_index;
587 while (str_table_size > 0) {
593 str_table_size -= 1;
    [all...]

Completed in 102 milliseconds