Home
last modified time | relevance | path

Searched defs:Bitmap (Results 1 – 1 of 1) sorted by relevance

/xen/tools/golang/xenlight/
A Dxenlight.go512 type Bitmap struct { struct
517 bitmap []C.uint8_t
536 func (bm *Bitmap) toC(cbm *C.libxl_bitmap) error {
827 func (bm *Bitmap) Test(bit int) bool {
836 func (bm *Bitmap) Set(bit int) {
845 func (bm *Bitmap) SetRange(start int, end int) {
851 func (bm *Bitmap) Clear(bit int) {
866 func (bm *Bitmap) Max() int {
870 func (bm *Bitmap) IsEmpty() bool {
879 func (a Bitmap) And(b Bitmap) (c Bitmap) {
[all …]

Completed in 5 milliseconds