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

  /external/fsck_msdos/
fat.c 452 cl_t head, p, h, n, wdk; local
496 /* also possible infinite loop, that's why I insert wdk counter */
497 for (p = head,wdk=boot->NumClusters;
498 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters && wdk;
499 p = n,wdk--) {
  /external/zlib/contrib/masmx64/
inffasx64.asm 15 ; ml64.exe is given with Visual Studio 2005/2008/2010 and Windows WDK
17 ; (you can get Windows WDK with ml64 for AMD64 from
18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
gvmat64.asm 49 ; ml64.exe is given with Visual Studio 2005/2008/2010 and Windows WDK
51 ; (you can get Windows WDK with ml64 for AMD64 from
52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)

Completed in 127 milliseconds