Searched refs:bitcount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dparse_kernel_headers.py639 def bitcount(n): function
765 'bits': [shift, shift + bitcount(masks[name][field]) - 1],
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c4346 unsigned bitcount; local in function:load_regis_write_control
4350 for (bitcount = 0;; bitcount++) {
4356 if (bitcount < MAX_PATTERN_BITS) {
4361 if (bitcount < MAX_PATTERN_BITS) {
4373 if (bitcount > 0U) {
4377 bitcount + extrabits < MAX_PATTERN_BITS;
4379 if (pattern & (1U << (bitcount - 1U))) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2366 - ac: add 128-bit bitcount
2424 - ac: add prefix bitcount functions
H A D19.3.0.rst2141 - util: move bitcount to bitscan.h

Completed in 25 milliseconds