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

  /external/valgrind/main/none/tests/linux/
mremap2.c 108 int alocal, maymove, fixed, nsi, dstpossible; local
123 for (nsi = 0; nsi < 6; nsi++) {
127 int newsize = newsizes[nsi] * PAGE;
144 maymove, fixed, newsizes[nsi], dstpossible, dst );
  /external/libxslt/libxslt/
xslt.c 628 xsltNsListContainerPtr nsi; local
636 nsi = (xsltNsListContainerPtr) list->items[i];
637 if (nsi->list != NULL)
638 xmlFree(nsi->list);
639 xmlFree(nsi);
2503 xsltNsListContainerPtr nsi = NULL; local
    [all...]
  /external/expat/xmlwf/
xmlwf.c 170 int nsi; local
182 nsi = 2;
186 nsi = 1;
200 ftprintf(fp, T("n%d:"), nsi);
207 ftprintf(fp, T(" xmlns:n%d"), nsi++);
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 460 bool ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi);
743 // for the stack id 'nsi' and inserts it in the queue.
746 StackId nsi) {
747 // Update the stack lenght when needed: |nsi| = |si| + 1.
748 while (stack_length_.size() <= nsi) stack_length_.push_back(-1);
749 if (stack_length_[nsi] == -1)
750 stack_length_[nsi] = stack_length_[si] + 1;
    [all...]

Completed in 236 milliseconds