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

  /external/iptables/extensions/
libxt_string.c 93 int i=0, slen, sindex=0, schar; local
130 info->pattern[sindex] = s[i+1];
152 info->pattern[sindex] = (char) schar;
158 info->pattern[sindex] = s[i];
161 if (sindex > XT_STRING_MAX_PATTERN_SIZE)
163 sindex++;
165 info->patlen = sindex;
  /external/grub/stage2/
fsys_jfs.c 39 int sindex; member in struct:jfs_info
137 if (jfs.sindex < jfs.slastindex) {
138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]];
143 if (jfs.sindex < jfs.slastindex) {
144 return &de[(int)stbl[jfs.sindex++]];
149 jfs.sindex = 1;
165 jfs.sindex = 0;
  /external/tcpdump/
print-smb.c 71 int sindex; local
73 for (sindex = 0; list[sindex].name; sindex++)
74 if (list[sindex].id == id)
75 return(&list[sindex]);
83 int sindex; local
85 for (sindex = 0; list[sindex].name; sindex++
    [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...]
  /ndk/sources/host-tools/nawk-20071023/
proto.h 168 extern Cell *sindex(Node **, int);
run.c 779 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ function
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 131 void SetServerIndex(size_t sindex) { server_index_ = sindex; }
  /external/emma/lib/
emma.jar 

Completed in 499 milliseconds