Searched refs:NumIds (Results 1 – 2 of 2) sorted by relevance
420 NumIds(numIds), PP(0), SpellingBase(spellingBase), in PTHManager()525 uint32_t NumIds = ReadLE32(IData); in Create() local532 if (NumIds) { in Create()533 PerIDCache = (IdentifierInfo**)calloc(NumIds, sizeof(*PerIDCache)); in Create()547 SL.take(), NumIds, spellingBase, in Create()
63 const unsigned NumIds; variable