HomeSort by relevance Sort by last modified time
    Searched defs:sindex (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libxt_string.c 94 int i=0, slen, sindex=0, schar; local
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
162 if (sindex > XT_STRING_MAX_PATTERN_SIZE)
164 sindex++;
166 info->patlen = sindex;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 69 unsigned long sindex; member in struct:__anon20953
663 elf_secthead_set_index(shead, ++info->sindex);
683 elf_secthead_set_index(shead, ++info->sindex);
689 elf_secthead_set_rel_index(shead, ++info->sindex);
713 if(elf_secthead_write_to_file(info->f, shead, info->sindex+1))
714 info->sindex++;
720 info->sindex+1))
721 info->sindex++;
770 info.sindex = 3;
832 info.sindex = 0
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 474 int sindex = Integer.MAX_VALUE; local
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 554 milliseconds