Lines Matching defs:end
605 See "unlicense" statement at the end of this file.
788 all at once at the end of the archive file when the archive is finalized.
1524 // the end of central directory record.
1567 // beyond the end of the supplied input buffer. If clear, the input buffer
1707 // the deflate data, and the Adler-32 of the source data at the end. Otherwise,
2397 {MZ_STREAM_END, "stream end"},
2443 // reads ahead more than it needs to. Currently TINFL_GET_BYTE() pads the end of
2528 // The slow path is only executed at the very end of the input buffer.
5000 int start = (size - 2) >> 1, end;
5018 end = size - 1;
5019 while (end > 0) {
5021 MZ_SWAP_UINT32(pIndices[end], pIndices[0]);
5023 if ((child = (root << 1) + 1) >= end) break;
5025 (((child + 1) < end) &&
5034 end--;
5052 // Find the end of central directory record by scanning the file from the end
5072 // Read and verify the end of central directory record.
6809 // Write end of central directory record
6990 // ---------------------- end of miniz ----------------------------------------
7358 out->insert(out->end(), name, name + strlen(name) + 1);
7359 out->insert(out->end(), type, type + strlen(type) + 1);
7363 out->insert(out->end(), reinterpret_cast<unsigned char *>(&outLen),
7365 out->insert(out->end(), data, data + len);
7951 unsigned short *end;
8498 // the end of a list marked by hlink[j] == j.
8958 unsigned short *oe = out + no; // end
9274 cd.end = cd.start;
9299 memcpy(cd.end, ptr, n * sizeof(unsigned short));
9301 cd.end += n;
9447 channelData[i].end = channelData[i].start;
9479 memcpy(outPtr, cd.end, static_cast<size_t>(n * sizeof(unsigned short)));
9481 cd.end += n;
11381 if (std::find(layer_names.begin(), layer_names.end(), full_name) == layer_names.end())
12046 memory.insert(memory.end(), header, header + 4);
12066 memory.insert(memory.end(), marker, marker + 4);
12164 { // end of header
12361 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12362 data_list[ii].insert(data_list[ii].end(), buf.begin(),
12391 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12392 data_list[ii].insert(data_list[ii].end(), block.begin(),
12416 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12417 data_list[ii].insert(data_list[ii].end(), block.begin(),
12444 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12445 data_list[ii].insert(data_list[ii].end(), block.begin(),
12471 data_list[ii].insert(data_list[ii].end(), header.begin(), header.end());
12472 data_list[ii].insert(data_list[ii].end(), block.begin(),
12492 memory.end(), reinterpret_cast<unsigned char *>(&offsets.at(0)),