_mur_tail 546 ompi/mca/topo/treematch/treematch/uthash.h const uint8_t *_mur_tail = (const uint8_t*)(_mur_data + _mur_nblocks*4); \ _mur_tail 549 ompi/mca/topo/treematch/treematch/uthash.h case 3: _mur_k1 ^= _mur_tail[2] << 16; \ _mur_tail 550 ompi/mca/topo/treematch/treematch/uthash.h case 2: _mur_k1 ^= _mur_tail[1] << 8; \ _mur_tail 551 ompi/mca/topo/treematch/treematch/uthash.h case 1: _mur_k1 ^= _mur_tail[0]; \ _mur_tail 579 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h const uint8_t *_mur_tail; \ _mur_tail 592 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _mur_tail = (const uint8_t*)(_mur_data + (_mur_nblocks*4)); \ _mur_tail 595 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h case 3: _mur_k1 ^= (uint32_t)_mur_tail[2] << 16; /* FALLTHROUGH */ \ _mur_tail 596 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h case 2: _mur_k1 ^= (uint32_t)_mur_tail[1] << 8; /* FALLTHROUGH */ \ _mur_tail 597 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h case 1: _mur_k1 ^= (uint32_t)_mur_tail[0]; \