HomeSort by: relevance | last modified time | path
    Searched refs:WIN_CNT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/msdosfs/
direntry.h 93 #define WIN_CNT 0x3f
msdosfs_conv.c 618 i = ((wep->weCnt & WIN_CNT) - 1) * WIN_CHARS;
662 if ((wep->weCnt & WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS)
663 || !(wep->weCnt & WIN_CNT))
  /src/sys/lib/libsa/
dosfs.c 567 x &= WIN_CNT;
634 lfn += 13 * ((xde->weCnt & WIN_CNT) - 1);

Completed in 13 milliseconds