Lines Matching refs:pcPatches
474 * @param pcPatches Pointer to patch counter (uint32_t)
476 static DECLCALLBACK(int) patmCountLeafPV(PAVLPVNODECORE pNode, void *pcPatches)
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)
495 *(uint32_t *)pcPatches = *(uint32_t *)pcPatches + 1;
508 * @param pcPatches Pointer to patch counter
510 static DECLCALLBACK(int) patmCountPatch(PAVLOU32NODECORE pNode, void *pcPatches)
513 *(uint32_t *)pcPatches = *(uint32_t *)pcPatches + 1;