Searched refs:bitmap_shifted_intersect_into (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/skb/
H A Dshared_lib_dict.h80 extern void bitmap_shifted_intersect_into();
202 {.name="bitmap_shifted_intersect_into",.f=bitmap_shifted_intersect_into},
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dbitmap.h103 extern word bitmap_shifted_intersect_into(uword *bitmap, uword *bitmap2, word shift, uword **new_bm_ptr);
H A Dbitmap.c933 ** bitmap_shifted_intersect_into().
1100 ** bitmap_shifted_intersect_into(+Bitmap, +Bitmap2, ++Shift, -Result, -NewBitmap)
1125 result = bitmap_shifted_intersect_into(vbm.wptr, vbm2.wptr,
1148 bitmap_shifted_intersect_into(uword *bitmap, uword *bitmap2, word shift, uword **new_bm_ptr) function
H A Dic.c3381 result = bitmap_shifted_intersect_into(vix.bitmap->val.wptr,
3385 result = bitmap_shifted_intersect_into(viy.bitmap->val.wptr,
3435 result = bitmap_shifted_intersect_into(vix.bitmap->val.wptr,
3439 result = bitmap_shifted_intersect_into(viy.bitmap->val.wptr,

Completed in 96 milliseconds