Home | History | Annotate | Download | only in processor

Lines Matching refs:stream_count

4158     Swap(&header_.stream_count);
4179 if (header_.stream_count > max_streams_) {
4180 BPLOG(ERROR) << "Minidump stream count " << header_.stream_count <<
4185 if (header_.stream_count != 0) {
4187 new MinidumpDirectoryEntries(header_.stream_count));
4192 sizeof(MDRawDirectory) * header_.stream_count)) {
4198 stream_index < header_.stream_count;
4371 printf(" stream_count = %d\n", header_.stream_count);
4381 stream_index < header_.stream_count;
4416 if (index >= header_.stream_count) {
4418 index << "/" << header_.stream_count;
4558 if (info.stream_index >= header_.stream_count) {
4561 info.stream_index << "/" << header_.stream_count;