Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/multimedia/v4l_compat/linux-5.13-rc2/security/selinux/ss/
H A Debitmap.c35 if (e1->highbit != e2->highbit) in ebitmap_cmp()
77 dst->highbit = src->highbit; in ebitmap_cpy()
225 if (e1->highbit < e2->highbit) in ebitmap_contains()
265 if (e->highbit < bit) in ebitmap_get_bit()
304 e->highbit = prev->startbit in ebitmap_set_bit()
307 e->highbit = 0; in ebitmap_set_bit()
360 e->highbit = 0; in ebitmap_destroy()
393 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
394 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
396 if (!e->highbit) { in ebitmap_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/security/selinux/ss/
H A Debitmap.c35 if (e1->highbit != e2->highbit) in ebitmap_cmp()
77 dst->highbit = src->highbit; in ebitmap_cpy()
225 if (e1->highbit < e2->highbit) in ebitmap_contains()
265 if (e->highbit < bit) in ebitmap_get_bit()
304 e->highbit = prev->startbit in ebitmap_set_bit()
307 e->highbit = 0; in ebitmap_set_bit()
360 e->highbit = 0; in ebitmap_destroy()
393 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
394 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
396 if (!e->highbit) { in ebitmap_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/selinux/ss/
H A Debitmap.c35 if (e1->highbit != e2->highbit) in ebitmap_cmp()
77 dst->highbit = src->highbit; in ebitmap_cpy()
225 if (e1->highbit < e2->highbit) in ebitmap_contains()
265 if (e->highbit < bit) in ebitmap_get_bit()
304 e->highbit = prev->startbit in ebitmap_set_bit()
307 e->highbit = 0; in ebitmap_set_bit()
360 e->highbit = 0; in ebitmap_destroy()
393 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
394 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
396 if (!e->highbit) { in ebitmap_read()
[all …]
/dports/math/calc/calc-2.14.0.14/help/
H A Dhighbit2 highbit - index of highest bit in binary representation of integer
5 highbit(x)
13 If x is a nonzero integer, highbit(x) returns the index of the
15 highbit(x) = n if 2^n <= abs(x) < 2^(n + 1); the binary
19 ; print highbit(2), highbit(3), highbit(4), highbit(-15), highbit(2^27)
/dports/audio/traverso/traverso-0.49.6/src/common/
H A DUtils.h58 static inline int cnt_bits(unsigned long val, int & highbit) in cnt_bits() argument
61 highbit = 0; in cnt_bits()
65 highbit++; in cnt_bits()
71 static inline long nearest_power_of_two(unsigned long val, int& highbit) in nearest_power_of_two() argument
73 if (cnt_bits(val, highbit) > 1) { in nearest_power_of_two()
74 return 1<<highbit; in nearest_power_of_two()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/bit/bitops.rot/
H A Drotr.pass.cpp33 T highbit = std::rotr(T(1), 1); in test() local
36 assert(std::rotr(T(max - 1), 1) == T(max - highbit)); in test()
37 assert(std::rotr(T(max - 1), 2) == T(max - (highbit >> 1))); in test()
38 assert(std::rotr(T(max - 1), 3) == T(max - (highbit >> 2))); in test()
39 assert(std::rotr(T(max - 1), 4) == T(max - (highbit >> 3))); in test()
40 assert(std::rotr(T(max - 1), 5) == T(max - (highbit >> 4))); in test()
41 assert(std::rotr(T(max - 1), 6) == T(max - (highbit >> 5))); in test()
42 assert(std::rotr(T(max - 1), 7) == T(max - (highbit >> 6))); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/numerics/bit/bitops.rot/
H A Drotr.pass.cpp33 T highbit = std::rotr(T(1), 1); in test() local
36 assert(std::rotr(T(max - 1), 1) == T(max - highbit)); in test()
37 assert(std::rotr(T(max - 1), 2) == T(max - (highbit >> 1))); in test()
38 assert(std::rotr(T(max - 1), 3) == T(max - (highbit >> 2))); in test()
39 assert(std::rotr(T(max - 1), 4) == T(max - (highbit >> 3))); in test()
40 assert(std::rotr(T(max - 1), 5) == T(max - (highbit >> 4))); in test()
41 assert(std::rotr(T(max - 1), 6) == T(max - (highbit >> 5))); in test()
42 assert(std::rotr(T(max - 1), 7) == T(max - (highbit >> 6))); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/bit/bitops.rot/
H A Drotr.pass.cpp33 T highbit = std::rotr(T(1), 1); in test() local
36 assert(std::rotr(T(max - 1), 1) == T(max - highbit)); in test()
37 assert(std::rotr(T(max - 1), 2) == T(max - (highbit >> 1))); in test()
38 assert(std::rotr(T(max - 1), 3) == T(max - (highbit >> 2))); in test()
39 assert(std::rotr(T(max - 1), 4) == T(max - (highbit >> 3))); in test()
40 assert(std::rotr(T(max - 1), 5) == T(max - (highbit >> 4))); in test()
41 assert(std::rotr(T(max - 1), 6) == T(max - (highbit >> 5))); in test()
42 assert(std::rotr(T(max - 1), 7) == T(max - (highbit >> 6))); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/numerics/bit/bitops.rot/
H A Drotr.pass.cpp33 T highbit = std::rotr(T(1), 1); in test() local
36 assert(std::rotr(T(max - 1), 1) == T(max - highbit)); in test()
37 assert(std::rotr(T(max - 1), 2) == T(max - (highbit >> 1))); in test()
38 assert(std::rotr(T(max - 1), 3) == T(max - (highbit >> 2))); in test()
39 assert(std::rotr(T(max - 1), 4) == T(max - (highbit >> 3))); in test()
40 assert(std::rotr(T(max - 1), 5) == T(max - (highbit >> 4))); in test()
41 assert(std::rotr(T(max - 1), 6) == T(max - (highbit >> 5))); in test()
42 assert(std::rotr(T(max - 1), 7) == T(max - (highbit >> 6))); in test()
/dports/math/calc/calc-2.14.0.14/cal/
H A Drandmprime.cal72 n = random(bits>>1, highbit(bits)+bits>>1+1);
75 while (highbit(h) >= n) {
104 while (highbit(h) >= n) {
124 print "DEBUG3: highbit(h):", highbit(h);
126 print "DEBUG3: highbit(n):", highbit(n);
128 print "DEBUG3: highbit(h*2^n-1):", highbit(ret);
/dports/x11/xmascot/xmascot-2.6a.20200830/imagelib/
H A Dximage.c2 highbit(u_long mask) in highbit() function
36 rshift = highbit(rmask = vinfo->red_mask) - 8; in create_Timage24()
37 gshift = highbit(gmask = vinfo->green_mask) - 8; in create_Timage24()
38 bshift = highbit(bmask = vinfo->blue_mask) - 8; in create_Timage24()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp65 Int highbit() const;
153 : m_bits(bits | highbit()) in LHBits()
161 m_bits |= highbit(); in LHBits()
212 if (m_bits >= highbit()) in shift_in()
213 m_bits |= (highbit() >> 1); in shift_in()
224 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
225 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
264 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp67 Int highbit() const;
157 : m_bits(bits | highbit()) in LHBits()
165 m_bits |= highbit(); in LHBits()
226 if (m_bits >= highbit()) in shift_in()
227 m_bits |= (highbit() >> 1); in shift_in()
238 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
239 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
278 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp67 Int highbit() const;
157 : m_bits(bits | highbit()) in LHBits()
165 m_bits |= highbit(); in LHBits()
226 if (m_bits >= highbit()) in shift_in()
227 m_bits |= (highbit() >> 1); in shift_in()
238 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
239 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
278 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp67 Int highbit() const;
157 : m_bits(bits | highbit()) in LHBits()
165 m_bits |= highbit(); in LHBits()
226 if (m_bits >= highbit()) in shift_in()
227 m_bits |= (highbit() >> 1); in shift_in()
238 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
239 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
278 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp67 Int highbit() const;
157 : m_bits(bits | highbit()) in LHBits()
165 m_bits |= highbit(); in LHBits()
226 if (m_bits >= highbit()) in shift_in()
227 m_bits |= (highbit() >> 1); in shift_in()
238 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
239 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
278 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A DLHLevel.hpp67 Int highbit() const;
157 : m_bits(bits | highbit()) in LHBits()
165 m_bits |= highbit(); in LHBits()
226 if (m_bits >= highbit()) in shift_in()
227 m_bits |= (highbit() >> 1); in shift_in()
238 if (m_bits >= (highbit() >> (bits - 1))) in shift_in()
239 m_bits = highbit() | (m_bits << bits) | value; in shift_in()
278 template<typename Int> inline Int LHBits<Int>::highbit() const in highbit() function in LHBits
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dcrgolf_vidhrdw.c22 static struct mame_bitmap *highbit; variable
197 highbit = auto_bitmap_alloc(256, 256); in VIDEO_START()
198 if (!screena || !screenb || !highbit) in VIDEO_START()
204 fillbitmap(highbit, 16, NULL); in VIDEO_START()
233 copybitmap(bitmap, highbit, 0, 0, 0, 0, cliprect, TRANSPARENCY_BLEND, 0); in VIDEO_UPDATE()

12345678910>>...14