Searched refs:sindex (Results 1 - 12 of 12) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_string.c94 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/
H A Delf-machine.h56 elf_section_index sindex);
H A Delf-objfmt.c69 unsigned long sindex; member in struct:__anon16335
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
[all...]
H A Delf.h485 elf_section_index sindex);
517 elf_section_index sindex);
H A Delf.c649 fprintf(f, "%*sindex=0x%x\n", indent_level, "", sect->index);
669 elf_section_index sindex)
672 shead->index = sindex;
732 elf_section_index sindex)
742 shead->rel_index = sindex;
746 elf_march->write_secthead_rel(bufp, shead, symtab_idx, sindex);
668 elf_secthead_write_to_file(FILE *f, elf_secthead *shead, elf_section_index sindex) argument
730 elf_secthead_write_rel_to_file(FILE *f, elf_section_index symtab_idx, yasm_section *sect, elf_secthead *shead, elf_section_index sindex) argument
H A Delf-x86-amd64.c114 elf_section_index sindex)
111 elf_x86_amd64_write_secthead_rel(unsigned char *bufp, elf_secthead *shead, elf_section_index symtab_idx, elf_section_index sindex) argument
H A Delf-x86-x86.c121 elf_section_index sindex)
118 elf_x86_x86_write_secthead_rel(unsigned char *bufp, elf_secthead *shead, elf_section_index symtab_idx, elf_section_index sindex) argument
/external/tcpdump/
H A Dprint-smb.c71 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/
H A DOptsParser.java474 int sindex = Integer.MAX_VALUE;
479 if ((index > 0) && (index < sindex))
482 sindex = index;
488 nv [0] = name.substring (0, sindex);
489 nv [1] = name.substring (sindex + 1);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc132 void SetServerIndex(size_t sindex) { server_index_ = sindex; } argument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 652 milliseconds