Searched refs:ft (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DntGetTimerResolution.cpp61 FILETIME ft;
62 if (SystemTimeToFileTime(&st, &ft))
64 printf("epoc is %I64u (0x%08x%08x)\n", ft, ft.dwHighDateTime, ft.dwLowDateTime);
65 if (FileTimeToSystemTime(&ft, &st))
74 ft.dwHighDateTime = 0;
75 ft.dwLowDateTime = 0;
76 if (FileTimeToSystemTime(&ft, &st))
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnow.c94 FILETIME ft;
95 GetSystemTimeAsFileTime(&ft);
96 CopyMemory(&now, &ft, sizeof(now));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapiutil.h187 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon13654
189 return ftmap.ft;
195 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon13655
197 return ftmap.ft;
203 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon13656
205 return ftmap.ft;
211 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon13657
213 return ftmap.ft;
219 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon13658
221 return ftmap.ft;
[all...]
H A Dmapidefs.h389 FILETIME ft; member in union:_PV
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapiutil.h187 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon1031
189 return ftmap.ft;
195 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon1032
197 return ftmap.ft;
203 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon1033
205 return ftmap.ft;
211 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon1034
213 return ftmap.ft;
219 union { FILETIME ft; LONG64 ll; } ftmap; member in union:__anon1035
221 return ftmap.ft;
[all...]
H A Dmapidefs.h392 FILETIME ft; member in union:_PV
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DMakefile30 antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
H A DGNUmakefile50 Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp124 #define FILETTIME_TO_100NS(ft) (((uint64_t)ft.dwHighDateTime << 32) + ft.dwLowDateTime)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c91 FILETIME ft; local
93 GetSystemTimeAsFileTime(&ft);
94 _PR_FileTimeToPRTime(&ft, &prt);
H A Dw95io.c103 FILETIME ft; member in union:__anon17239
116 rv = SystemTimeToFileTime(&systime, &filetime.ft);
H A Dntio.c933 FILETIME ft; member in union:__anon17237
946 rv = SystemTimeToFileTime(&systime, &filetime.ft);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAmbig ) argument
1214 VerifyAmbig( alt1, alt2, ft, fs, t, u, numAmbig )
1217 unsigned **ft;
1240 ftbl = ft;
1414 unsigned **ft; local
1422 ft = (unsigned **) calloc(CLL_k+1, sizeof(unsigned *));
1423 require(ft!=NULL, "cannot allocate ft");
1427 ft[i] = set_pdq(b);
1445 ftbl = ft;
[all...]
H A Dmisc.c254 ForcedToken *ft = (ForcedToken *) calloc(1, sizeof(ForcedToken)); local
255 require(ft!=NULL, "out of memory");
256 ft->token = token;
257 ft->tnum = tnum;
258 return ft;
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h222 const struct pixman_f_transform *ft);
223 void pixman_f_transform_from_pixman_transform (struct pixman_f_transform *ft,
226 const struct pixman_f_transform *ft);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1512 FILETIME lft, ft; local
1529 || 0 != LocalFileTimeToFileTime(&lft, &ft)
1530 || 0 != SetFileTime(file, NULL, &ft, &ft) )
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 2186 milliseconds