Searched refs:king_t (Results 1 – 3 of 3) sorted by relevance
495 } king_t; typedef497 static king_t *king = NULL;1574 if(!(king = (king_t*)calloc(1, sizeof(king_t)))) in KING_Init()1659 memset(king, 0, sizeof(king_t)); in KING_Reset()
488 } king_t; typedef490 static king_t *king = NULL;1752 king = new king_t(); in KING_Init()1753 memset(king, 0, sizeof(king_t)); in KING_Init()1844 memset(king, 0, sizeof(king_t)); in KING_Reset()
5785 …Moved the KRAM arrays to the end of the king_t struct, so that commonly-used variables don't requi…