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

  /libcore/ojluni/src/main/java/sun/nio/ch/
PollArrayWrapper.java 87 static void replaceEntry(PollArrayWrapper source, int sindex,
89 target.putDescriptor(tindex, source.getDescriptor(sindex));
90 target.putEventOps(tindex, source.getEventOps(sindex));
91 target.putReventOps(tindex, source.getReventOps(sindex));
  /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/ltp/testcases/network/nfs/nfs_stress/
nfs05_make_tree.c 350 int sindex = numsdir; /* num subdirectory tree to remove */ local
377 while (sindex) {
379 for (dircnt = 0; dircnt < sindex; dircnt++) {
394 sindex--;
  /external/tcpdump/
print-smb.c 68 int sindex; local
70 for (sindex = 0; list[sindex].name; sindex++)
71 if (list[sindex].id == id)
72 return(&list[sindex]);
80 int sindex; local
82 for (sindex = 0; list[sindex].name; sindex++
    [all...]
  /external/ImageMagick/MagickCore/
token.c 805 static ssize_t sindex(int c,const char *string)
867 i=sindex(c,break_set);
889 i=sindex(c,quote);
922 i=sindex(c,white);
797 static ssize_t sindex(int c,const char *string) function
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 131 static uint32_t MakeSessionFlag(bool romoteProvider, bool remoteConsumer, uint16_t sindex);
IntelMetadataBuffer.cpp 820 uint32_t IntelMetadataBuffer::MakeSessionFlag(bool romoteProvider, bool remoteConsumer, uint16_t sindex)
830 return sessionflag + sindex;
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 444 struct squashfs_dir_index_2 sindex; local
445 squashfs_get_cached_block(s, (char *) &sindex,
447 sizeof(sindex), &index_start,
449 SQUASHFS_SWAP_DIR_INDEX_2(&index, &sindex);
494 struct squashfs_dir_index_2 sindex; local
495 squashfs_get_cached_block(s, (char *) &sindex,
497 sizeof(sindex), &index_start,
499 SQUASHFS_SWAP_DIR_INDEX_2(index, &sindex);
inode.c 1653 struct squashfs_dir_index sindex; local
1703 struct squashfs_dir_index sindex; local
    [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...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 231 unsigned int sindex)
300 (bfd_byte) (sindex + IEEE_SECTION_NUMBER_BASE))
1054 get_section_entry (bfd *abfd, ieee_data_type *ieee, unsigned int sindex)
1056 if (sindex >= ieee->section_table_size)
1065 while (c <= sindex)
1081 if (ieee->section_table[sindex] == (asection *) NULL)
1088 sprintf (tmp, " fsec%4d", sindex);
1090 ieee->section_table[sindex] = section;
1091 section->target_index = sindex;
1092 ieee->section_table[sindex] = section
    [all...]
elf32-avr.c 882 unsigned int sindex;
887 for (sindex = 0; sindex < htab->amt_max_entry_cnt; sindex ++)
888 if (htab->amt_destination_addr[sindex] == srel)
889 return htab->amt_stub_offsets[sindex] + stub_sec_addr;
881 unsigned int sindex; local
    [all...]
elfxx-mips.c 1453 unsigned long sindex; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 4897 int sindex; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport.cc 116 void SetServerIndex(size_t sindex) { server_index_ = sindex; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 586 #define STACK_PUSH_REPEAT_INC(sindex) do {\
589 stk->u.repeat_inc.si = (sindex);\
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 884 milliseconds