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

  /external/bluetooth/glib/build/win32/dirent/
dirent.c 307 _tseekdir (_TDIR * dirp, long lPos)
317 if (lPos < -1)
323 else if (lPos == -1)
338 while ((dirp->dd_stat < lPos) && _treaddir (dirp))
  /external/svox/pico/lib/
picoos.c 937 picoos_uint32 lPos;
999 (*f)->lPos = 0;
    [all...]
  /external/icu4c/tools/genrb/
reslist.c     [all...]
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 43 int lPos= label.find_last_of ("___") + 1;
44 // std::cout << label << " " << count << " " << fPos << " " << lPos << std::endl;
45 if (fPos >= 0 && lPos == count)

Completed in 188 milliseconds