Home
last modified time | relevance | path

Searched refs:sindex (Results 1 – 10 of 10) sorted by relevance

/external/iptables/extensions/
Dlibxt_string.c94 int i=0, slen, sindex=0, schar; in parse_hex_string() local
131 info->pattern[sindex] = s[i+1]; in parse_hex_string()
153 info->pattern[sindex] = (char) schar; in parse_hex_string()
159 info->pattern[sindex] = s[i]; in parse_hex_string()
162 if (sindex > XT_STRING_MAX_PATTERN_SIZE) in parse_hex_string()
164 sindex++; in parse_hex_string()
166 info->patlen = sindex; in parse_hex_string()
/external/tcpdump/
Dprint-smb.c71 int sindex; in smbfind() local
73 for (sindex = 0; list[sindex].name; sindex++) in smbfind()
74 if (list[sindex].id == id) in smbfind()
75 return(&list[sindex]); in smbfind()
83 int sindex; in smbfindint() local
85 for (sindex = 0; list[sindex].name; sindex++) in smbfindint()
86 if (list[sindex].id == id) in smbfindint()
87 return(&list[sindex]); in smbfindint()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c69 unsigned long sindex; member
663 elf_secthead_set_index(shead, ++info->sindex); in elf_objfmt_output_section()
683 elf_secthead_set_index(shead, ++info->sindex); in elf_objfmt_output_section()
689 elf_secthead_set_rel_index(shead, ++info->sindex); in elf_objfmt_output_section()
713 if(elf_secthead_write_to_file(info->f, shead, info->sindex+1)) in elf_objfmt_output_secthead()
714 info->sindex++; in elf_objfmt_output_secthead()
720 info->sindex+1)) in elf_objfmt_output_secthead()
721 info->sindex++; in elf_objfmt_output_secthead()
770 info.sindex = 3; in elf_objfmt_output()
832 info.sindex = 0; in elf_objfmt_output()
[all …]
Delf-machine.h56 elf_section_index sindex);
Delf.c669 elf_section_index sindex) in elf_secthead_write_to_file() argument
672 shead->index = sindex; in elf_secthead_write_to_file()
732 elf_section_index sindex) in elf_secthead_write_rel_to_file() argument
742 shead->rel_index = sindex; in elf_secthead_write_rel_to_file()
746 elf_march->write_secthead_rel(bufp, shead, symtab_idx, sindex); in elf_secthead_write_rel_to_file()
Delf.h485 elf_section_index sindex);
517 elf_section_index sindex);
Delf-x86-x86.c121 elf_section_index sindex) in elf_x86_x86_write_secthead_rel() argument
Delf-x86-amd64.c114 elf_section_index sindex) in elf_x86_amd64_write_secthead_rel() argument
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java474 int sindex = Integer.MAX_VALUE; in getOptNameAndValue() local
479 if ((index > 0) && (index < sindex)) in getOptNameAndValue()
482 sindex = index; in getOptNameAndValue()
488 nv [0] = name.substring (0, sindex); in getOptNameAndValue()
489 nv [1] = name.substring (sindex + 1); in getOptNameAndValue()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayport.cc132 void SetServerIndex(size_t sindex) { server_index_ = sindex; } in SetServerIndex() argument