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

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltutilstack.c 70 Long_t topidx; // index of the top of the stack member in struct:ArrayStack_s
101 pStack->topidx = -1;
127 if (pStackPriv->topidx == -1)
130 *itemPtr = pStackPriv->array[pStackPriv->topidx];
141 if (pStackPriv->topidx == -1)
144 item = pStackPriv->array[pStackPriv->topidx];
145 pStackPriv->topidx--;
147 if ((pStackPriv->topidx >= 0) &&
148 (pStackPriv->topidx < pStackPriv->size - pStackPriv->chunksize)) {
172 if (pStackPriv->topidx == pStackPriv->size - 1)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltutilstack.c 70 Long_t topidx; // index of the top of the stack member in struct:ArrayStack_s
101 pStack->topidx = -1;
127 if (pStackPriv->topidx == -1)
130 *itemPtr = pStackPriv->array[pStackPriv->topidx];
141 if (pStackPriv->topidx == -1)
144 item = pStackPriv->array[pStackPriv->topidx];
145 pStackPriv->topidx--;
147 if ((pStackPriv->topidx >= 0) &&
148 (pStackPriv->topidx < pStackPriv->size - pStackPriv->chunksize)) {
172 if (pStackPriv->topidx == pStackPriv->size - 1)
    [all...]

Completed in 780 milliseconds