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

  /external/freetype/src/autofit/
afwarp.h 40 FT_Pos w0, wmin, wmax; member in struct:AF_WarperRec_
  /external/libedit/src/
tokenizer.c 78 Char *wptr, *wmax; /* Space and limit on the word buffer */ local
137 tok->wmax = tok->wspace + WINCR;
396 if (tok->wptr >= tok->wmax - 4) {
397 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR);
413 tok->wmax = s + size;

Completed in 86 milliseconds