Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_common.h323 #define RSB_INTS_PER_ROW(cols) ((cols+((RSB_BITS_PER_INT)-1))/(RSB_BITS_PER_INT)) macro
330 #define RSB_BITMAP_POINTER(p,rw,r,c) (((rsb_bitmap_data_t*)(p))+(RSB_INTS_PER_ROW(rw)*(r)+RSB_INT_I…
337 #define RSB_BYTES_PER_BITMAP_(ld,d) (sizeof(rsb_bitmap_data_t)*(RSB_INTS_PER_ROW(ld)) * (d))
343 #define RSB_BYTES_PER_BITMAP_(d,ld) (sizeof(rsb_bitmap_data_t)*(RSB_INTS_PER_ROW(ld)) * (d))