Home
last modified time | relevance | path

Searched refs:GIT_HASH_NALGOS (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dhash.h78 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1) macro
125 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dsha1-file.c118 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
176 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_name()
185 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_id()
194 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_length()
/dports/devel/git-svn/git-2.34.1/
H A Dhash.h96 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1) macro
177 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dhex.c85 for (i = GIT_HASH_NALGOS - 1; i > 0; i--) { in get_oid_hex_any()
H A Dobject-file.c169 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
241 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_name()
250 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_id()
259 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_length()
H A Dcommit.c1135 for (i = 1; i < GIT_HASH_NALGOS; i++) { in remove_signature()
/dports/devel/git-gui/git-2.34.1/
H A Dhash.h96 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1) macro
177 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dhex.c85 for (i = GIT_HASH_NALGOS - 1; i > 0; i--) { in get_oid_hex_any()
H A Dobject-file.c169 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
241 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_name()
250 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_id()
259 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_length()
/dports/devel/git-p4/git-2.34.1/
H A Dhash.h96 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1)
177 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dhex.c85 for (i = GIT_HASH_NALGOS - 1; i > 0; i--) {
H A Dobject-file.c169 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
241 for (i = 1; i < GIT_HASH_NALGOS; i++)
250 for (i = 1; i < GIT_HASH_NALGOS; i++)
259 for (i = 1; i < GIT_HASH_NALGOS; i++)
H A Dcommit.c1135 for (i = 1; i < GIT_HASH_NALGOS; i++) {
/dports/devel/git/git-2.34.1/
H A Dhash.h96 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1) macro
177 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dhex.c85 for (i = GIT_HASH_NALGOS - 1; i > 0; i--) { in get_oid_hex_any()
H A Dobject-file.c169 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
241 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_name()
250 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_id()
259 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_length()
/dports/devel/git-cvs/git-2.34.1/
H A Dhash.h96 #define GIT_HASH_NALGOS (GIT_HASH_SHA256 + 1) macro
177 extern const struct git_hash_algo hash_algos[GIT_HASH_NALGOS];
H A Dhex.c85 for (i = GIT_HASH_NALGOS - 1; i > 0; i--) { in get_oid_hex_any()
H A Dobject-file.c169 const struct git_hash_algo hash_algos[GIT_HASH_NALGOS] = {
241 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_name()
250 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_id()
259 for (i = 1; i < GIT_HASH_NALGOS; i++) in hash_algo_by_length()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-hash-speed.c24 for (i = 1; i < GIT_HASH_NALGOS; i++) { in cmd__hash_speed()

12