ntohl 335 builtin/index-pack.c ntohl(hdr->hdr_version)); ntohl 337 builtin/index-pack.c nr_objects = ntohl(hdr->hdr_entries); ntohl 1513 builtin/index-pack.c uint32_t off = ntohl(idx1[i]); ntohl 1525 builtin/index-pack.c opts->anomaly[opts->anomaly_nr++] = ntohl(idx2[off * 2 + 1]); ntohl 1502 builtin/receive-pack.c ntohl(hdr.hdr_version), ntohl(hdr.hdr_entries)); ntohl 1510 builtin/receive-pack.c if (ntohl(hdr.hdr_entries) < unpack_limit) { ntohl 480 builtin/unpack-objects.c nr_objects = ntohl(hdr->hdr_entries); ntohl 482 builtin/unpack-objects.c if (ntohl(hdr->hdr_signature) != PACK_SIGNATURE) ntohl 486 builtin/unpack-objects.c ntohl(hdr->hdr_version)); ntohl 270 cache.h unsigned ce_mode = ntohl(ce->ce_mode); ntohl 159 compat/bswap.h #define get_be32(p) ntohl(*(unsigned int *)(p)) ntohl 341 compat/mingw.h { return (unsigned int)ntohl(x); } ntohl 176 ewah/ewah_io.c self->bit_size = (size_t)ntohl(bitsize); ntohl 182 ewah/ewah_io.c self->buffer_size = self->alloc_size = (size_t)ntohl(word_count); ntohl 215 ewah/ewah_io.c self->rlw = self->buffer + ntohl(rlw_pos); ntohl 718 fetch-pack.c ntohl(header.hdr_version), ntohl(header.hdr_entries)); ntohl 719 fetch-pack.c if (ntohl(header.hdr_entries) < unpack_limit) ntohl 165 pack-bitmap.c index->entry_count = ntohl(header->entry_count); ntohl 642 pack-bitmap.c hash = ntohl(bitmap_git.hashes[entry->nr]); ntohl 42 pack-check.c return data_crc != ntohl(*index_crc); ntohl 172 pack-revindex.c uint32_t off = ntohl(*off_32++); ntohl 177 pack-revindex.c ((uint64_t)ntohl(*off_64++)) << 32; ntohl 179 pack-revindex.c ntohl(*off_64++); ntohl 186 pack-revindex.c rix->revindex[i].offset = ntohl(hl); ntohl 1357 read-cache.c hdr_version = ntohl(hdr->hdr_version); ntohl 1563 read-cache.c istate->version = ntohl(hdr->hdr_version); ntohl 1564 read-cache.c istate->cache_nr = ntohl(hdr->hdr_entries); ntohl 1599 read-cache.c extsize = ntohl(extsize); ntohl 594 sha1_file.c version = ntohl(hdr->idx_version); ntohl 610 sha1_file.c uint32_t n = ntohl(index[i]); ntohl 1040 sha1_file.c p->pack_name, ntohl(hdr.hdr_version)); ntohl 1043 sha1_file.c if (p->num_objects != ntohl(hdr.hdr_entries)) ntohl 1046 sha1_file.c p->pack_name, ntohl(hdr.hdr_entries), ntohl 2475 sha1_file.c return ntohl(*((uint32_t *)(index + 24 * n))); ntohl 2479 sha1_file.c off = ntohl(*((uint32_t *)(index + 4 * n))); ntohl 2483 sha1_file.c return (((uint64_t)ntohl(*((uint32_t *)(index + 0)))) << 32) | ntohl 2484 sha1_file.c ntohl(*((uint32_t *)(index + 4))); ntohl 2511 sha1_file.c hi = ntohl(level1_ofs[*sha1]); ntohl 2512 sha1_file.c lo = ((*sha1 == 0x0) ? 0 : ntohl(level1_ofs[*sha1 - 1])); ntohl 21 show-index.c version = ntohl(top_index[1]); ntohl 33 show-index.c unsigned n = ntohl(top_index[i]); ntohl 44 show-index.c offset = ntohl(entry[0]); ntohl 65 show-index.c uint32_t off = ntohl(entries[i].off); ntohl 74 show-index.c offset = (((uint64_t)ntohl(off64[0])) << 32) | ntohl 75 show-index.c ntohl(off64[1]); ntohl 81 show-index.c ntohl(entries[i].crc)); ntohl 11 test-index-version.c version = ntohl(hdr.hdr_version);