Searched refs:nsi (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/linux/
H A Dmremap2.c108 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/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c628 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
2517 if (nsi == NULL) {
2518 nsi = (xsltNsListContainerPtr)
2520 if (nsi == NULL) {
2526 memset(nsi,
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h460 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;
745 ProcOpenParen(StateId s, const A &arc, StackId si, StackId nsi) argument

Completed in 134 milliseconds