Home
last modified time | relevance | path

Searched refs:key32 (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dspin.c228 key32 = cli_readint32(curr); in unspin()
239 if (key32 & 1) { in unspin()
240 key32 = key32 >> 1; in unspin()
241 key32 ^= 0x8c328834; in unspin()
243 key32 = key32 >> 1; in unspin()
312 if (key32 & 1) { in unspin()
313 key32 = key32 >> 1; in unspin()
314 key32 ^= 0xed43af32; in unspin()
316 key32 = key32 >> 1; in unspin()
437 if (key32) { in unspin()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dspin.c228 key32 = cli_readint32(curr); in unspin()
239 if (key32 & 1) { in unspin()
240 key32 = key32 >> 1; in unspin()
241 key32 ^= 0x8c328834; in unspin()
243 key32 = key32 >> 1; in unspin()
312 if (key32 & 1) { in unspin()
313 key32 = key32 >> 1; in unspin()
314 key32 ^= 0xed43af32; in unspin()
316 key32 = key32 >> 1; in unspin()
437 if (key32) { in unspin()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 { func
123 futexwakeup(key32(&l.key), 1)
142 old := atomic.Xchg(key32(&n.key), 1)
147 futexwakeup(key32(&n.key), 1)
160 for atomic.Load(key32(&n.key)) == 0 {
162 futexsleep(key32(&n.key), 0, ns)
183 for atomic.Load(key32(&n.key)) == 0 {
185 futexsleep(key32(&n.key), 0, ns)
194 if atomic.Load(key32(&n.key)) != 0 {
204 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 { func
123 futexwakeup(key32(&l.key), 1)
142 old := atomic.Xchg(key32(&n.key), 1)
147 futexwakeup(key32(&n.key), 1)
160 for atomic.Load(key32(&n.key)) == 0 {
162 futexsleep(key32(&n.key), 0, ns)
183 for atomic.Load(key32(&n.key)) == 0 {
185 futexsleep(key32(&n.key), 0, ns)
194 if atomic.Load(key32(&n.key)) != 0 {
204 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 {
123 futexwakeup(key32(&l.key), 1)
142 old := atomic.Xchg(key32(&n.key), 1)
147 futexwakeup(key32(&n.key), 1)
160 for atomic.Load(key32(&n.key)) == 0 {
162 futexsleep(key32(&n.key), 0, ns)
183 for atomic.Load(key32(&n.key)) == 0 {
185 futexsleep(key32(&n.key), 0, ns)
194 if atomic.Load(key32(&n.key)) != 0 {
204 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
124 futexwakeup(key32(&l.key), 1)
143 old := atomic.Xchg(key32(&n.key), 1)
148 futexwakeup(key32(&n.key), 1)
161 for atomic.Load(key32(&n.key)) == 0 {
163 futexsleep(key32(&n.key), 0, ns)
184 for atomic.Load(key32(&n.key)) == 0 {
186 futexsleep(key32(&n.key), 0, ns)
195 if atomic.Load(key32(&n.key)) != 0 {
205 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dlock_futex.go42 func key32(p *uintptr) *uint32 { func
112 futexwakeup(key32(&l.key), 1)
131 old := atomic.Xchg(key32(&n.key), 1)
136 futexwakeup(key32(&n.key), 1)
149 for atomic.Load(key32(&n.key)) == 0 {
151 futexsleep(key32(&n.key), 0, ns)
172 for atomic.Load(key32(&n.key)) == 0 {
174 futexsleep(key32(&n.key), 0, ns)
183 if atomic.Load(key32(&n.key)) != 0 {
193 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dlock_futex.go42 func key32(p *uintptr) *uint32 { func
112 futexwakeup(key32(&l.key), 1)
131 old := atomic.Xchg(key32(&n.key), 1)
136 futexwakeup(key32(&n.key), 1)
149 for atomic.Load(key32(&n.key)) == 0 {
151 futexsleep(key32(&n.key), 0, ns)
172 for atomic.Load(key32(&n.key)) == 0 {
174 futexsleep(key32(&n.key), 0, ns)
183 if atomic.Load(key32(&n.key)) != 0 {
193 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dlock_futex.go42 func key32(p *uintptr) *uint32 { func
120 futexwakeup(key32(&l.key), 1)
139 old := atomic.Xchg(key32(&n.key), 1)
144 futexwakeup(key32(&n.key), 1)
157 for atomic.Load(key32(&n.key)) == 0 {
159 futexsleep(key32(&n.key), 0, ns)
180 for atomic.Load(key32(&n.key)) == 0 {
182 futexsleep(key32(&n.key), 0, ns)
191 if atomic.Load(key32(&n.key)) != 0 {
201 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 { func
131 futexwakeup(key32(&l.key), 1)
150 old := atomic.Xchg(key32(&n.key), 1)
155 futexwakeup(key32(&n.key), 1)
168 for atomic.Load(key32(&n.key)) == 0 {
170 futexsleep(key32(&n.key), 0, ns)
191 for atomic.Load(key32(&n.key)) == 0 {
193 futexsleep(key32(&n.key), 0, ns)
202 if atomic.Load(key32(&n.key)) != 0 {
212 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dlock_futex.go54 func key32(p *uintptr) *uint32 { func
132 futexwakeup(key32(&l.key), 1)
151 old := atomic.Xchg(key32(&n.key), 1)
156 futexwakeup(key32(&n.key), 1)
169 for atomic.Load(key32(&n.key)) == 0 {
171 futexsleep(key32(&n.key), 0, ns)
192 for atomic.Load(key32(&n.key)) == 0 {
194 futexsleep(key32(&n.key), 0, ns)
203 if atomic.Load(key32(&n.key)) != 0 {
213 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 { func
131 futexwakeup(key32(&l.key), 1)
150 old := atomic.Xchg(key32(&n.key), 1)
155 futexwakeup(key32(&n.key), 1)
168 for atomic.Load(key32(&n.key)) == 0 {
170 futexsleep(key32(&n.key), 0, ns)
191 for atomic.Load(key32(&n.key)) == 0 {
193 futexsleep(key32(&n.key), 0, ns)
202 if atomic.Load(key32(&n.key)) != 0 {
212 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dlock_futex.go53 func key32(p *uintptr) *uint32 { func
131 futexwakeup(key32(&l.key), 1)
150 old := atomic.Xchg(key32(&n.key), 1)
155 futexwakeup(key32(&n.key), 1)
168 for atomic.Load(key32(&n.key)) == 0 {
170 futexsleep(key32(&n.key), 0, ns)
191 for atomic.Load(key32(&n.key)) == 0 {
193 futexsleep(key32(&n.key), 0, ns)
202 if atomic.Load(key32(&n.key)) != 0 {
212 futexsleep(key32(&n.key), 0, ns)
[all …]
/dports/devel/libcdb/libcdb-a187cec/src/
H A Dmi_vector_hash.c165 const uint32_t *key32 = key; in __weak_alias() local
167 a += le32toh(key32[0]); in __weak_alias()
168 b += le32toh(key32[1]); in __weak_alias()
169 c += le32toh(key32[2]); in __weak_alias()
171 key32 += 3; in __weak_alias()
177 c += (le32toh(key32[2]) & mask[len - 9]) << 8; in __weak_alias()
178 b += le32toh(key32[1]); in __weak_alias()
179 a += le32toh(key32[0]); in __weak_alias()
181 b += le32toh(key32[1]) & mask[len - 5]; in __weak_alias()
182 a += le32toh(key32[0]); in __weak_alias()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/stdlib/
H A Dmi_vector_hash.c157 const uint32_t *key32 = key; in __weak_alias() local
159 a += le32toh(key32[0]); in __weak_alias()
160 b += le32toh(key32[1]); in __weak_alias()
161 c += le32toh(key32[2]); in __weak_alias()
163 key32 += 3; in __weak_alias()
169 c += (le32toh(key32[2]) & mask[len - 9]) << 8; in __weak_alias()
170 b += le32toh(key32[1]); in __weak_alias()
171 a += le32toh(key32[0]); in __weak_alias()
173 b += le32toh(key32[1]) & mask[len - 5]; in __weak_alias()
174 a += le32toh(key32[0]); in __weak_alias()
[all …]
/dports/editors/mg/mg-6.9/
H A Dmi_vector_hash.c143 const uint32_t *key32 = key; in mi_vector_hash() local
145 a += le32toh(key32[0]); in mi_vector_hash()
146 b += le32toh(key32[1]); in mi_vector_hash()
147 c += le32toh(key32[2]); in mi_vector_hash()
149 key32 += 3; in mi_vector_hash()
155 c += (le32toh(key32[2]) & mask[len - 9]) << 8; in mi_vector_hash()
156 b += le32toh(key32[1]); in mi_vector_hash()
157 a += le32toh(key32[0]); in mi_vector_hash()
159 b += le32toh(key32[1]) & mask[len - 5]; in mi_vector_hash()
160 a += le32toh(key32[0]); in mi_vector_hash()
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/fec/src/
H A Dcrc.c338 unsigned int i, j, b, mask, key32=~0; in crc32_generate_key() local
342 key32 ^= b; in crc32_generate_key()
344 mask = -(key32 & 1); in crc32_generate_key()
345 key32 = (key32>>1) ^ (poly & mask); in crc32_generate_key()
348 return (~key32) & 0xffffffff; in crc32_generate_key()
356 unsigned int key32 = crc32_generate_key32(_msg,_n);
357 _key[0] = (key32 & 0xFF000000) >> 24;
358 _key[1] = (key32 & 0x00FF0000) >> 16;
359 _key[2] = (key32 & 0x0000FF00) >> 8;
360 _key[3] = (key32 & 0x000000FF);

12345678910>>...27