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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp474 * @param pcPatches Pointer to patch counter (uint32_t)
476 static DECLCALLBACK(int) patmCountLeafPV(PAVLPVNODECORE pNode, void *pcPatches) argument
479 *(uint32_t *)pcPatches = *(uint32_t *)pcPatches + 1;
490 * @param pcPatches Pointer to patch counter (uint32_t)
492 static DECLCALLBACK(int) patmCountLeaf(PAVLU32NODECORE pNode, void *pcPatches) argument
495 *(uint32_t *)pcPatches = *(uint32_t *)pcPatches + 1;
508 * @param pcPatches Pointer to patch counter
510 static DECLCALLBACK(int) patmCountPatch(PAVLOU32NODECORE pNode, void *pcPatches) argument
[all...]
H A DCSAM.cpp478 * @param pcPatches Pointer to patch counter
480 static DECLCALLBACK(int) CountRecord(PAVLPVNODECORE pNode, void *pcPatches) argument
483 *(uint32_t *)pcPatches = *(uint32_t *)pcPatches + 1;

Completed in 39 milliseconds