Home
last modified time | relevance | path

Searched refs:ZeroBits (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCInternals.h156 static const size_t ZeroBits = 3; in hash() local
158 static const size_t ZeroBits = 4; in hash()
162 MOZ_ASSERT((word & ((1 << ZeroBits) - 1)) == 0); in hash()
163 word >>= ZeroBits; in hash()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCInternals.h150 static const size_t ZeroBits = 3; in hash() local
152 static const size_t ZeroBits = 4; in hash()
156 MOZ_ASSERT((word & ((1 << ZeroBits) - 1)) == 0); in hash()
157 word >>= ZeroBits; in hash()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouch_stream_tests.erl84 ZeroBits = <<0:(8 * 10)>>,
87 ok = couch_stream:write(Stream2, ZeroBits),
91 AllBits = iolist_to_binary([OneBits, ZeroBits]),
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCInternals.h294 static const size_t ZeroBits = 3; in hash() local
296 static const size_t ZeroBits = 4; in hash()
300 MOZ_ASSERT((word & ((1 << ZeroBits) - 1)) == 0); in hash()
301 word >>= ZeroBits; in hash()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A DMathExtras.h47 std::size_t ZeroBits = 0; in count() local
53 ZeroBits |= Shift; in count()
58 return ZeroBits; in count()
119 std::size_t ZeroBits = 0;
125 ZeroBits |= Shift;
127 return ZeroBits;
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DMathExtras.h51 std::size_t ZeroBits = 0; in count() local
57 ZeroBits |= Shift; in count()
62 return ZeroBits; in count()
123 std::size_t ZeroBits = 0;
129 ZeroBits |= Shift;
131 return ZeroBits;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMathExtras.h53 std::size_t ZeroBits = 0; in count() local
59 ZeroBits |= Shift; in count()
64 return ZeroBits; in count()
125 std::size_t ZeroBits = 0;
131 ZeroBits |= Shift;
133 return ZeroBits;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DMathExtras.h61 unsigned ZeroBits = 0; in count() local
67 ZeroBits |= Shift; in count()
72 return ZeroBits; in count()
133 unsigned ZeroBits = 0;
139 ZeroBits |= Shift;
141 return ZeroBits;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DMathExtras.h62 std::size_t ZeroBits = 0; in count() local
68 ZeroBits |= Shift; in count()
73 return ZeroBits; in count()
134 std::size_t ZeroBits = 0;
140 ZeroBits |= Shift;
142 return ZeroBits;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DMathExtras.h62 std::size_t ZeroBits = 0;
68 ZeroBits |= Shift;
73 return ZeroBits;
134 std::size_t ZeroBits = 0;
140 ZeroBits |= Shift;
142 return ZeroBits;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/grcov/grcov-0.8.2/cargo-crates/symbolic-demangle-8.3.0/vendor/swift/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DMathExtras.h99 unsigned ZeroBits = 0; in count() local
105 ZeroBits |= Shift; in count()
110 return ZeroBits; in count()
171 unsigned ZeroBits = 0;
177 ZeroBits |= Shift;
179 return ZeroBits;
/dports/devel/gitui/gitui-0.10.1/cargo-crates/symbolic-demangle-7.4.0/vendor/swift/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h98 unsigned ZeroBits = 0; in count() local
104 ZeroBits |= Shift; in count()
109 return ZeroBits; in count()
170 unsigned ZeroBits = 0;
176 ZeroBits |= Shift;
178 return ZeroBits;

12345678910