Home
last modified time | relevance | path

Searched refs:nr_bits (Results 1 – 5 of 5) sorted by relevance

/external/fio/lib/
Daxmap.c50 uint64_t nr_bits; member
88 struct axmap *axmap_new(unsigned long nr_bits) in axmap_new() argument
98 i = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()
106 axmap->nr_bits = nr_bits; in axmap_new()
112 al->map_size = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()
117 nr_bits = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()
190 unsigned int nr_bits; member
221 unsigned int nr_bits; in axmap_set_fn() local
223 nr_bits = min(data->nr_bits, BLOCKS_PER_UNIT - bit); in axmap_set_fn()
225 mask = bit_masks[nr_bits] << bit; in axmap_set_fn()
[all …]
Daxmap.h7 struct axmap *axmap_new(unsigned long nr_bits);
12 unsigned int axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits);
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c53 unsigned nr_bits; in update_sample_mask() local
54 nr_bits = st->ctx->Multisample.SampleCoverageValue * (float)sample_count; in update_sample_mask()
60 sample_mask = (1 << nr_bits) - 1; in update_sample_mask()
/external/valgrind/include/vki/
Dvki-xen.h77 vki_uint32_t nr_bits; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c719 domctl->u.vcpuaffinity.cpumap.nr_bits / 8); in PRE()
723 __PRE_XEN_DOMCTL_READ(nodeaffinity, nodeaffinity, nodemap.nr_bits); in PRE()
726 __PRE_XEN_DOMCTL_READ(nodeaffinity, nodeaffinity, nodemap.nr_bits); in PRE()
729 domctl->u.nodeaffinity.nodemap.nr_bits / 8); in PRE()
1342 domctl->u.vcpuaffinity.cpumap.nr_bits / 8); in POST()
1347 domctl->u.nodeaffinity.nodemap.nr_bits / 8); in POST()