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

/vbox/include/VBox/vmm/
H A Dstam.h416 /** @def STAM_REL_U32_ADD
423 # define STAM_REL_U32_ADD(pCounter, Addend) \ macro
426 # define STAM_REL_U32_ADD(pCounter, Addend) do { } while (0) macro
435 # define STAM_U32_ADD(pCounter, Addend) STAM_REL_U32_ADD(pCounter, Addend)

Completed in 82 milliseconds