HomeSort by: relevance | last modified time | path
    Searched defs:n_curr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/common/nvpair/
nvpair.c 2452 * buffer.) n_curr is a pointer that lies between n_base and n_end.
2454 * The amount of data left in the buffer is equal to n_end - n_curr.
2459 caddr_t n_curr; member in struct:__anon8968
2471 native->n_curr = native->n_base = buf;
2478 native->n_curr = native->n_base = native->n_end = NULL;
2497 if (native->n_curr + size > native->n_end)
2506 bcopy(buf, native->n_curr, size);
2509 bcopy(native->n_curr, buf, size);
2515 native->n_curr += size;
2573 if (native->n_curr + sizeof (int) > native->n_end
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 766 size_t n_curr = XVECLEN (x, attr_index);
767 rtvec copy = rtvec_alloc (n_curr + attrs.size ());
771 sizeof (rtx) * n_curr);
763 size_t n_curr = XVECLEN (x, attr_index); local

Completed in 20 milliseconds