Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/golang/xenlight/
A Dxenlight.go154 type Bitmap struct { struct
155 bitmap []C.uint8_t
703 func (gbm Bitmap) toC() (cbm C.libxl_bitmap) {
722 func (bm *Bitmap) Test(bit int) bool {
731 func (bm *Bitmap) Set(bit int) {
740 func (bm *Bitmap) SetRange(start int, end int) {
746 func (bm *Bitmap) Clear(bit int) {
761 func (bm *Bitmap) Max() int {
765 func (bm *Bitmap) IsEmpty() bool {
774 func (a Bitmap) And(b Bitmap) (c Bitmap) {
[all …]

Completed in 8 milliseconds