Searched refs:fast_remainder32 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/common/lib/libc/cdb/
H A Dcdbr.c86 #define fast_remainder32(v,d,m,s1,s2) (v%d) macro
288 hashes[0] = fast_remainder32(hashes[0], cdbr->entries_index,
291 hashes[1] = fast_remainder32(hashes[1], cdbr->entries_index,
294 hashes[2] = fast_remainder32(hashes[2], cdbr->entries_index,
302 return cdbr_get(cdbr, fast_remainder32(idx, cdbr->entries,
/netbsd-current/lib/libc/cdb/
H A Dcdbw.c112 fast_remainder32(uint32_t v, uint32_t div, uint32_t m, uint8_t s1, function
446 e->vertices[j] = fast_remainder32(hashes[j],
513 fast_remainder32((2 * state->data_entries + e->idx
/netbsd-current/libexec/ld.elf_so/
H A Dsymbol.c302 for (symnum = obj->buckets[fast_remainder32(hash, obj->nbuckets,
349 bucket = obj->buckets_gnu[fast_remainder32(hash, obj->nbuckets_gnu,
/netbsd-current/sys/sys/
H A Dbitops.h290 fast_remainder32(uint32_t _v, uint32_t _div, uint32_t _m, uint8_t _s1, function
/netbsd-current/tests/include/sys/
H A Dt_bitops.c124 r = fast_remainder32(a, b, m, s1, s2);
143 r = fast_remainder32(a, b, m, s1, s2);
/netbsd-current/share/man/man3/
H A DMakefile58 fast_divide32.3 fast_remainder32.3

Completed in 237 milliseconds