Home
last modified time | relevance | path

Searched refs:BITS_PER_ELEMENT (Results 1 – 23 of 23) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_bitmap.h74 static const int ARRAY_ELEMENTS= (width + BITS_PER_ELEMENT - 1) / BITS_PER_ELEMENT;
82 return ARRAY_ELEMENTS == 1 ? 0 : n / BITS_PER_ELEMENT; in bit_index()
91 DBUG_ASSERT(n % BITS_PER_ELEMENT != 0); in last_element_mask()
132 size_t idx= prefix_size / BITS_PER_ELEMENT; in set_prefix()
137 if (prefix_size % BITS_PER_ELEMENT) in set_prefix()
147 size_t idx= prefix_size / BITS_PER_ELEMENT; in is_prefix()
153 if (prefix_size % BITS_PER_ELEMENT) in is_prefix()
165 if (width % BITS_PER_ELEMENT) in set_all()
267 uint shift = BITS_PER_ELEMENT - 4; in print()
305 if (offset + BITS_PER_ELEMENT >= map.length())
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_bitmap.h65 static const int ARRAY_ELEMENTS= (width + BITS_PER_ELEMENT - 1) / BITS_PER_ELEMENT;
73 return ARRAY_ELEMENTS == 1 ? 0 : n / BITS_PER_ELEMENT; in bit_index()
82 DBUG_ASSERT(n % BITS_PER_ELEMENT != 0); in last_element_mask()
123 size_t idx= prefix_size / BITS_PER_ELEMENT; in set_prefix()
128 if (prefix_size % BITS_PER_ELEMENT) in set_prefix()
138 size_t idx= prefix_size / BITS_PER_ELEMENT; in is_prefix()
144 if (prefix_size % BITS_PER_ELEMENT) in is_prefix()
156 if (width % BITS_PER_ELEMENT) in set_all()
258 uint shift = BITS_PER_ELEMENT - 4; in print()
296 if (offset + BITS_PER_ELEMENT >= map.length())
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_bitmap.h74 static const int ARRAY_ELEMENTS= (width + BITS_PER_ELEMENT - 1) / BITS_PER_ELEMENT;
82 return ARRAY_ELEMENTS == 1 ? 0 : n / BITS_PER_ELEMENT; in bit_index()
91 DBUG_ASSERT(n % BITS_PER_ELEMENT != 0); in last_element_mask()
132 size_t idx= prefix_size / BITS_PER_ELEMENT; in set_prefix()
137 if (prefix_size % BITS_PER_ELEMENT) in set_prefix()
147 size_t idx= prefix_size / BITS_PER_ELEMENT; in is_prefix()
153 if (prefix_size % BITS_PER_ELEMENT) in is_prefix()
165 if (width % BITS_PER_ELEMENT) in set_all()
267 uint shift = BITS_PER_ELEMENT - 4; in print()
305 if (offset + BITS_PER_ELEMENT >= map.length())
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_bitmap.h65 static const int ARRAY_ELEMENTS= (width + BITS_PER_ELEMENT - 1) / BITS_PER_ELEMENT;
73 return ARRAY_ELEMENTS == 1 ? 0 : n / BITS_PER_ELEMENT; in bit_index()
82 DBUG_ASSERT(n % BITS_PER_ELEMENT != 0); in last_element_mask()
123 size_t idx= prefix_size / BITS_PER_ELEMENT; in set_prefix()
128 if (prefix_size % BITS_PER_ELEMENT) in set_prefix()
138 size_t idx= prefix_size / BITS_PER_ELEMENT; in is_prefix()
144 if (prefix_size % BITS_PER_ELEMENT) in is_prefix()
156 if (width % BITS_PER_ELEMENT) in set_all()
258 uint shift = BITS_PER_ELEMENT - 4; in print()
296 if (offset + BITS_PER_ELEMENT >= map.length())
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A DStaticBitSet.h162 const DWORD BITS_PER_ELEMENT = 32; in Set() local
164 if( ( bitIndex + count ) <= BITS_PER_ELEMENT ) // Spans only a single DWORD in Set()
177 count = count - ( BITS_PER_ELEMENT - bitIndex ); in Set()
180 while( count >= BITS_PER_ELEMENT ) in Set()
184 count -= BITS_PER_ELEMENT; in Set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DSparseBitVector.h51 BITS_PER_ELEMENT = ElementSize enumerator
153 if (Curr >= BITS_PER_ELEMENT)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h48 BITS_PER_ELEMENT = ElementSize enumerator
148 if (Curr >= BITS_PER_ELEMENT) in find_next()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h49 BITS_PER_ELEMENT = ElementSize
149 if (Curr >= BITS_PER_ELEMENT)
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DSparseBitVector.h49 BITS_PER_ELEMENT = ElementSize enumerator
149 if (Curr >= BITS_PER_ELEMENT) in find_next()