HomeSort by relevance Sort by last modified time
    Searched full:maxelem (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/make-3.81/
vpath.c 167 unsigned int maxelem;
219 MAXELEM. We start with 2, one before the first separator and one
222 maxelem = 2;
226 ++maxelem;
228 vpath = (char **) xmalloc (maxelem * sizeof (char *));
287 Usually this is maxelem - 1. If not, shrink down. */
288 if (elem < (maxelem - 1))
165 unsigned int maxelem; local
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c     [all...]
  /external/mesa3d/src/mesa/main/
varray.c     [all...]

Completed in 337 milliseconds