Home
last modified time | relevance | path

Searched defs:memb (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dmem_noshuf.c62 MEM_NOSHUF32(mem_noshuf_sb_lb, int8_t, int8_t, memb, memb) in MEM_NOSHUF32() argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c59 struct efi_mem_list *memb = list_entry(b, struct efi_mem_list, link); in efi_mem_cmp() local
/openbmc/u-boot/include/
H A Dusbdevice.h142 #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