Searched defs:NodeCounts (Results 1 – 1 of 1) sorted by relevance
32 struct NodeCounts { struct33 size_t flat = 0; // #flats34 size_t flat_64 = 0; // #flats up to 64 bytes35 size_t flat_128 = 0; // #flats up to 128 bytes36 size_t flat_256 = 0; // #flats up to 256 bytes37 size_t flat_512 = 0; // #flats up to 512 bytes38 size_t flat_1k = 0; // #flats up to 1K bytes39 size_t external = 0; // #external reps40 size_t substring = 0; // #substring reps41 size_t concat = 0; // #concat reps[all …]