Searched refs:tsp (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtime-r0drv-freebsd.c43 struct timespec tsp; local
44 nanouptime(&tsp);
45 return tsp.tv_sec * RT_NS_1SEC_64
46 + tsp.tv_nsec;
70 struct timespec tsp; local
71 nanotime(&tsp);
72 return RTTimeSpecSetTimespec(pTime, &tsp);
/vbox/src/VBox/Runtime/common/crypto/
H A Dtsp-asn1-decoder.cpp32 #include <iprt/crypto/tsp.h>
34 #include "tsp-internal.h"
H A Dtsp-core.cpp32 #include <iprt/crypto/tsp.h>
34 #include "tsp-internal.h"
H A Dtsp-init.cpp32 #include <iprt/crypto/tsp.h>
34 #include "tsp-internal.h"
H A Dtsp-sanity.cpp32 #include <iprt/crypto/tsp.h>
34 #include "tsp-internal.h"
H A Dpkcs7-asn1-decoder.cpp37 #include <iprt/crypto/tsp.h>
H A Dpkcs7-core.cpp36 #include <iprt/crypto/tsp.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtime.h108 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0
109 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
111 #define timespeccmp(tsp, usp, cmp) \
112 (((tsp)->tv_sec == (usp)->tv_sec) ? \
113 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
114 ((tsp)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.cpp149 /*** static ***/ int tsp = MaxTreeStackDepth; /* MR23 Remove "static" */ local
157 tsp = MaxTreeStackDepth;
160 _push(template_stack, &tsp, NULL);
166 sib = _pop(template_stack, &tsp);
175 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
190 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
194 else *cursor = _pop(template_stack, &tsp);
201 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());

Completed in 569 milliseconds