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

/vbox/include/VBox/vmm/
H A Dstam.h487 /** @def STAM_REL_U64_ADD
494 # define STAM_REL_U64_ADD(pCounter, Addend) \ macro
497 # define STAM_REL_U64_ADD(pCounter, Addend) do { } while (0) macro
506 # define STAM_U64_ADD(pCounter, Addend) STAM_REL_U64_ADD(pCounter, Addend)

Completed in 58 milliseconds