Home
last modified time | relevance | path

Searched refs:st_mult (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/git-svn/git-2.34.1/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h849 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
910 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
912 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
919 memcpy(dst, src, st_mult(size, n)); in copy_array()
927 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/git-gui/git-2.34.1/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h849 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
910 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
912 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
919 memcpy(dst, src, st_mult(size, n)); in copy_array()
927 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/git-p4/git-2.34.1/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h849 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
910 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
912 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
919 memcpy(dst, src, st_mult(size, n)); in copy_array()
927 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/git/git-2.34.1/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h849 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
910 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
912 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
919 memcpy(dst, src, st_mult(size, n)); in copy_array()
927 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/git-cvs/git-2.34.1/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h849 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
910 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
912 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
919 memcpy(dst, src, st_mult(size, n)); in copy_array()
927 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddiffcore-delta.c57 st_mult(sizeof(struct spanhash), sz))); in spanhash_rehash()
136 st_mult(sizeof(struct spanhash), 1<<i))); in hash_chars()
H A Dstable-qsort.c50 const size_t size = st_mult(n, s); in git_stable_qsort()
H A Dgit-compat-util.h816 static inline size_t st_mult(size_t a, size_t b) in st_mult() function
869 #define ALLOC_ARRAY(x, alloc) (x) = xmalloc(st_mult(sizeof(*(x)), (alloc)))
871 #define REALLOC_ARRAY(x, alloc) (x) = xrealloc((x), st_mult(sizeof(*(x)), (alloc)))
878 memcpy(dst, src, st_mult(size, n)); in copy_array()
886 memmove(dst, src, st_mult(size, n)); in move_array()
/dports/devel/git-gui/git-2.34.1/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/git-p4/git-2.34.1/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/git/git-2.34.1/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/git-cvs/git-2.34.1/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/git-svn/git-2.34.1/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/cgit/cgit-1.2.3/git/compat/
H A Dqsort_s.c51 const size_t size = st_mult(n, s); in git_qsort_s()
/dports/devel/git-svn/git-2.34.1/ewah/
H A Dewah_io.c115 data_len = st_mult(self->buffer_size, sizeof(eword_t)); in ewah_read_mmap()

12345