H 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 309 #define ubh_get_ucg(ubh) \ argument 317 #define ubh_get_addr8(ubh,begin) \ argument 340 return ubh_get_addr64(ubh, blk); in ubh_get_data_ptr() 382 #define ubh_isclr(ubh,begin,bit) (!ubh_isset(ubh,begin,bit)) argument 384 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument 460 #define ubh_isblockclear(ubh,begin,block) (!_ubh_isblockset_(uspi,ubh,begin,block)) argument 462 #define ubh_isblockset(ubh,begin,block) _ubh_isblockset_(uspi,ubh,begin,block) argument 483 #define ubh_clrblock(ubh,begin,block) _ubh_clrblock_(uspi,ubh,begin,block) argument [all …]
|