Searched defs:ft (Results 1 - 11 of 11) sorted by relevance

/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/Pccts/antlr/
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;
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...]
/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/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 422 milliseconds