Searched refs:rectListsCount (Results 1 – 2 of 2) sorted by relevance
93 uint32 rectListsCount = fd.readUint32LE(); in load() local94 debug(3, "rectListsCount: %d", rectListsCount); in load()95 for (uint32 i = 0; i < rectListsCount; i++) { in load()