Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Debitmap.h44 unsigned int ofs; in ebitmap_start_positive() local
49 if ( ofs < EBITMAP_SIZE ) in ebitmap_start_positive()
50 return (*n)->startbit + ofs; in ebitmap_start_positive()
64 unsigned int ofs; in ebitmap_next_positive() local
67 if ( ofs < EBITMAP_SIZE ) in ebitmap_next_positive()
68 return ofs + (*n)->startbit; in ebitmap_next_positive()
73 if ( ofs < EBITMAP_SIZE ) in ebitmap_next_positive()
74 return ofs + (*n)->startbit; in ebitmap_next_positive()
91 if ( (n->maps[index] & (EBITMAP_BIT << ofs)) ) in ebitmap_node_get_bit()
103 n->maps[index] |= (EBITMAP_BIT << ofs); in ebitmap_node_set_bit()
[all …]

Completed in 2 milliseconds