| 29 | } |
| 30 | |
| 31 | static void xParGroupRegisterInit() |
| 32 | { |
| 33 | for (S32 i = 0; i < REG_TABLE_SIZE; i++) |
| 34 | { |
| 35 | sParGroupRegTable[i] = NULL; |
| 36 | } |
| 37 | |
| 38 | sParGroupRegTableInit = TRUE; |
| 39 | sParGroupRegTableCount = 0; |
| 40 | } |
| 41 | |
| 42 | void xParGroupSetAging(xParGroup* ps, S32 age) |
| 43 | { |