Searched defs:memb (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | mem_noshuf.c | 62 MEM_NOSHUF32(mem_noshuf_sb_lb, int8_t, int8_t, memb, memb) in MEM_NOSHUF32() argument
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_memory.c | 59 struct efi_mem_list *memb = list_entry(b, struct efi_mem_list, link); in efi_mem_cmp() local
|
/openbmc/u-boot/include/ |
H A D | usbdevice.h | 142 #define member_offset(type,memb) (_cv_(&(((type*)0)->memb))-(char*)0) argument 143 #define p2surround(type,memb,ptr) ((type*)(void*)(_cv_(ptr)-member_offset(type,memb))) argument
|