Searched refs:STREAM_CONFIG_SIZE (Results 1 – 2 of 2) sorted by relevance
371 const size_t STREAM_CONFIG_SIZE = 4; in getStreamConfiguration() local372 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getStreamConfiguration()375 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getStreamConfiguration()376 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getStreamConfiguration()
361 const size_t STREAM_CONFIG_SIZE = 4; in getStreamConfiguration() local362 if (rawEntry.count < STREAM_CONFIG_SIZE) { in getStreamConfiguration()365 EXPECT_TRUE((rawEntry.count % STREAM_CONFIG_SIZE) == 0); in getStreamConfiguration()366 for (size_t i = 0; i < rawEntry.count; i += STREAM_CONFIG_SIZE) { in getStreamConfiguration()