Home
last modified time | relevance | path

Searched refs:rawsz (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/devel/git-svn/git-2.34.1/
H A Dhash.h145 size_t rawsz; member
204 if (algop->rawsz == GIT_MAX_RAWSZ) in hashcmp_algop()
230 if (algop->rawsz == GIT_MAX_RAWSZ) in hasheq_algop()
257 memcpy(sha_dst, sha_src, the_hash_algo->rawsz); in hashcpy()
273 hashsz = the_hash_algo->rawsz; in oidcpy_with_padding()
275 hashsz = hash_algos[src->algo].rawsz; in oidcpy_with_padding()
291 memset(hash, 0, the_hash_algo->rawsz); in hashclr()
302 memcpy(oid->hash, hash, the_hash_algo->rawsz); in oidread()
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/devel/git-gui/git-2.34.1/
H A Dhash.h145 size_t rawsz; member
204 if (algop->rawsz == GIT_MAX_RAWSZ) in hashcmp_algop()
230 if (algop->rawsz == GIT_MAX_RAWSZ) in hasheq_algop()
257 memcpy(sha_dst, sha_src, the_hash_algo->rawsz); in hashcpy()
273 hashsz = the_hash_algo->rawsz; in oidcpy_with_padding()
275 hashsz = hash_algos[src->algo].rawsz; in oidcpy_with_padding()
291 memset(hash, 0, the_hash_algo->rawsz); in hashclr()
302 memcpy(oid->hash, hash, the_hash_algo->rawsz); in oidread()
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/devel/git-p4/git-2.34.1/
H A Dhash.h145 size_t rawsz;
204 if (algop->rawsz == GIT_MAX_RAWSZ)
230 if (algop->rawsz == GIT_MAX_RAWSZ)
257 memcpy(sha_dst, sha_src, the_hash_algo->rawsz);
273 hashsz = the_hash_algo->rawsz;
275 hashsz = hash_algos[src->algo].rawsz;
291 memset(hash, 0, the_hash_algo->rawsz);
302 memcpy(oid->hash, hash, the_hash_algo->rawsz);
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/devel/git/git-2.34.1/
H A Dhash.h145 size_t rawsz; member
204 if (algop->rawsz == GIT_MAX_RAWSZ) in hashcmp_algop()
230 if (algop->rawsz == GIT_MAX_RAWSZ) in hasheq_algop()
257 memcpy(sha_dst, sha_src, the_hash_algo->rawsz); in hashcpy()
273 hashsz = the_hash_algo->rawsz; in oidcpy_with_padding()
275 hashsz = hash_algos[src->algo].rawsz; in oidcpy_with_padding()
291 memset(hash, 0, the_hash_algo->rawsz); in hashclr()
302 memcpy(oid->hash, hash, the_hash_algo->rawsz); in oidread()
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/devel/git-cvs/git-2.34.1/
H A Dhash.h145 size_t rawsz; member
204 if (algop->rawsz == GIT_MAX_RAWSZ) in hashcmp_algop()
230 if (algop->rawsz == GIT_MAX_RAWSZ) in hasheq_algop()
257 memcpy(sha_dst, sha_src, the_hash_algo->rawsz); in hashcpy()
273 hashsz = the_hash_algo->rawsz; in oidcpy_with_padding()
275 hashsz = hash_algos[src->algo].rawsz; in oidcpy_with_padding()
291 memset(hash, 0, the_hash_algo->rawsz); in hashclr()
302 memcpy(oid->hash, hash, the_hash_algo->rawsz); in oidread()
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dresolve-undo.c47 strbuf_add(sb, ui->oid[i].hash, the_hash_algo->rawsz); in resolve_undo_write()
58 const unsigned rawsz = the_hash_algo->rawsz; in resolve_undo_read() local
91 if (size < rawsz) in resolve_undo_read()
94 size -= rawsz; in resolve_undo_read()
95 data += rawsz; in resolve_undo_read()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dhead.py59 rawsz = 4 * num_of_metrics
60 if len(raw) < rawsz:
62 long_hor_metric = raw[:rawsz]
69 raw = raw[rawsz:]
70 rawsz = 2 * extra
71 if len(raw) < rawsz:
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcama/
H A Dvcbdw.c141 ssize_t nblk, blksz, sz, dtsz, z, rawsz; local
171 rawdt = (Vcchar_t*)data; rawsz = dtsz;
183 if(rawsz < z-4)
187 rawsz -= z;
190 if(blksz != 0 || rawsz != 0)
/dports/devel/git-p4/git-2.34.1/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
H A Dhash-info1 rawsz sha1:20
2 rawsz sha256:32
/dports/devel/git-svn/git-2.34.1/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
H A Dhash-info1 rawsz sha1:20
2 rawsz sha256:32
/dports/devel/git/git-2.34.1/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
H A Dhash-info1 rawsz sha1:20
2 rawsz sha256:32
/dports/devel/git-gui/git-2.34.1/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
H A Dhash-info1 rawsz sha1:20
2 rawsz sha256:32
/dports/devel/git-cvs/git-2.34.1/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
H A Dhash-info1 rawsz sha1:20
2 rawsz sha256:32
/dports/devel/cgit/cgit-1.2.3/git/t/oid-info/
H A DREADME10 For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
14 rawsz sha1:20
15 rawsz sha256:32
/dports/sysutils/mkimg/mkimg-20211120/usr.bin/mkimg/
H A Dvhd.c278 uint64_t imgsz, rawsz; in vhd_dyn_write() local
286 rawsz = image_get_size() * secsz; in vhd_dyn_write()
287 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1); in vhd_dyn_write()
289 vhd_make_footer(&footer, rawsz, VHD_DISK_TYPE_DYNAMIC, sizeof(footer)); in vhd_dyn_write()
334 nblks = rawsz / secsz; in vhd_dyn_write()
355 error = image_copyout_zeroes(fd, imgsz - rawsz); in vhd_dyn_write()

1234567891011