Home
last modified time | relevance | path

Searched refs:bitsizeof (Results 1 – 25 of 106) sorted by relevance

12345

/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dflex-array.h55 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
58 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
61 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw34971.pp19 if bitsizeof(r1.f)<>2 then
21 if bitsizeof(r2.f)<>3 then
23 if bitsizeof(r3.f)<>4 then
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtparray4.pp19 if bitsizeof(km[1]) <> 1 then
21 if bitsizeof(FPCKeyMap(km)[0]) <> 8 then
H A Dtprec14.pp7 if bitsizeof(tr) <> 32 then
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/pari/
H A Dpari.lisp163 (+ 2 (ceiling (ext:long-float-digits) #,(bitsizeof 'ulong)))
168 (+ 2 (ceiling (digits2bits digits) #,(bitsizeof 'ulong))))
171 (bits2digits (* #,(bitsizeof 'ulong) (- words 2))))
175 pari-real-precision-words (+ 2 (ceiling bits #,(bitsizeof 'ulong)))))
680 (y val (ash y #,(- (bitsizeof 'ulong)))))
682 (setf (svref vec i) (logand y #,(1- (ash 1 (bitsizeof 'ulong)))))))
687 (len (ceiling (integer-length val) #,(bitsizeof 'ulong)))
700 (setq result (+ (ash result #,(bitsizeof 'ulong)) (svref mantissa i))))))
710 (vector (- pari-exponent-offset (* #,(bitsizeof 'ulong)
717 (multiple-value-bind (q r) (ceiling pr #,(bitsizeof 'ulong))
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
H A Dmergesort.c58 void *ranks[bitsizeof(void *)]; in llist_mergesort()
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
H A Dmergesort.c58 void *ranks[bitsizeof(void *)]; in llist_mergesort()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
H A Dmergesort.c58 void *ranks[bitsizeof(void *)];
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
H A Dmergesort.c58 void *ranks[bitsizeof(void *)]; in llist_mergesort()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
H A Dmergesort.c58 void *ranks[bitsizeof(void *)]; in llist_mergesort()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h88 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
91 (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a)))
94 (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a)))
122 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits))))
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~0ULL << (bitsizeof(x) - (bits))))
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~UINT64_C(0) << (bitsizeof(x) - (bits))))
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~UINT64_C(0) << (bitsizeof(x) - (bits))))
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~0ULL << (bitsizeof(x) - (bits))))
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~0ULL << (bitsizeof(x) - (bits))))
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~UINT64_C(0) << (bitsizeof(x) - (bits))))
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~0ULL << (bitsizeof(x) - (bits))))
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~UINT64_C(0) << (bitsizeof(x) - (bits))))
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dutil.h24 #define bitsizeof(x) (CHAR_BIT * sizeof(x)) macro
25 #define MSB(x, bits) ((x) & (~0ULL << (bitsizeof(x) - (bits))))

12345