Home
last modified time | relevance | path

Searched refs:dwValueLS1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs891 int dwValueLS1 = (info->dwFileVersionLS>>16); local
898 XST_mIV(2, dwValueLS1);
904 sprintf(version, "%d.%d.%d.%d", dwValueMS1, dwValueMS2, dwValueLS1, dwValueLS2);
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7437 int dwValueLS1 = (info->dwFileVersionLS>>16); variable
7442 mPUSHi(dwValueLS1);