| A D | util.h | 270 #define ubh_ubhcpymem(mem,ubh,size) _ubh_ubhcpymem_(uspi,mem,ubh,size) argument 272 #define ubh_memcpyubh(ubh,mem,size) _ubh_memcpyubh_(uspi,ubh,mem,size) argument 307 #define ubh_get_ucg(ubh) \ argument 315 #define ubh_get_addr8(ubh,begin) \ argument 338 return ubh_get_addr64(ubh, blk); in ubh_get_data_ptr() 380 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument 382 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument 458 #define ubh_isblockclear(ubh,begin,block) (!_ubh_isblockset_(uspi,ubh,begin,block)) argument 460 #define ubh_isblockset(ubh,begin,block) _ubh_isblockset_(uspi,ubh,begin,block) argument 481 #define ubh_clrblock(ubh,begin,block) _ubh_clrblock_(uspi,ubh,begin,block) argument [all …]
|