/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-machine.h | 56 elf_section_index sindex);
|
elf-objfmt.c | 69 unsigned long sindex; member in struct:__anon14522 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...] |
elf.h | 485 elf_section_index sindex); 517 elf_section_index sindex);
|
elf.c | 649 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);
|
elf-x86-amd64.c | 114 elf_section_index sindex)
|
elf-x86-x86.c | 121 elf_section_index 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 | 170 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/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 132 void SetServerIndex(size_t sindex) { server_index_ = sindex; }
|
/external/emma/lib/ |
emma.jar | |