Searched refs:tsp (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/freebsd/ |
H A D | time-r0drv-freebsd.c | 43 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 D | tsp-asn1-decoder.cpp | 32 #include <iprt/crypto/tsp.h> 34 #include "tsp-internal.h"
|
H A D | tsp-core.cpp | 32 #include <iprt/crypto/tsp.h> 34 #include "tsp-internal.h"
|
H A D | tsp-init.cpp | 32 #include <iprt/crypto/tsp.h> 34 #include "tsp-internal.h"
|
H A D | tsp-sanity.cpp | 32 #include <iprt/crypto/tsp.h> 34 #include "tsp-internal.h"
|
H A D | pkcs7-asn1-decoder.cpp | 37 #include <iprt/crypto/tsp.h>
|
H A D | pkcs7-core.cpp | 36 #include <iprt/crypto/tsp.h>
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | time.h | 108 #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 D | PCCTSAST.cpp | 149 /*** 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