HomeSort by relevance Sort by last modified time
    Searched defs:subi (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 17 subi 1, 1, -target2@l label
  /external/openssh/
match.c 126 u_int i, subi; local
141 for (subi = 0;
142 i < len && subi < sizeof(sub) - 1 && pattern[i] != ',';
143 subi++, i++)
144 sub[subi] = dolower && isupper((u_char)pattern[i]) ?
147 if (subi >= sizeof(sub) - 1)
155 sub[subi] = '\0';

Completed in 754 milliseconds