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

/vbox/include/VBox/vmm/
H A Dstam.h274 /** @def STAM_REL_U8_ADD
281 # define STAM_REL_U8_ADD(pCounter, Addend) \ macro
284 # define STAM_REL_U8_ADD(pCounter, Addend) do { } while (0) macro
293 # define STAM_U8_ADD(pCounter, Addend) STAM_REL_U8_ADD(pCounter, Addend

Completed in 323 milliseconds