Searched refs:startpos (Results 1 - 11 of 11) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
H A DRSASHA1Verify.java175 int startpos = 0;
178 startpos++;
180 if ((v.length - startpos) != (rsa_block_len - 1))
182 log.warning("ssh-rsa signature: (v.length - startpos) != (rsa_block_len - 1)");
186 if (v[startpos] != 0x01)
188 log.warning("ssh-rsa signature: v[startpos] != 0x01");
192 int pos = startpos + 1;
211 int num_pad = pos - (startpos + 1);
/external/grub/stage2/
H A Dfsys_jfs.c233 int toread, startpos, endpos; local
235 startpos = filepos;
269 return filepos - startpos;
H A Dfsys_xfs.c492 int toread, startpos, endpos; local
500 startpos = filepos;
533 return filepos - startpos;
/external/regex-re2/re2/
H A Dre2.cc503 int startpos,
514 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
515 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
520 subtext.remove_prefix(startpos);
537 if (prog_->anchor_start() && startpos != 0)
550 if (startpos != 0)
502 Match(const StringPiece& text, int startpos, int endpos, Anchor re_anchor, StringPiece* submatch, int nsubmatch) const argument
H A Dre2.h434 // Match against text starting at offset startpos
454 int startpos,
/external/llvm/lib/Archive/
H A DArchiveWriter.cpp317 unsigned startpos = ARFile.tellp(); local
339 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation");
/external/regex-re2/util/
H A Dpcre.h478 int startpos,
H A Dpcre.cc458 int startpos,
499 startpos,
457 TryMatch(const StringPiece& text, int startpos, Anchor anchor, bool empty_ok, int *vec, int vecsize) const argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 148 milliseconds