Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dmisc.c16 const int __size = size; \
17 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \
23 if (__size + __shft > 32) \
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h160 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
163 (_r)->nr_ents = __RING_SIZE(_s, __size); \
167 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
174 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
177 (_r)->nr_ents = __RING_SIZE(_s, __size); \
181 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
/openbmc/u-boot/include/
H A Dsearch.h93 const char __sep, int __flag, char **__resp, size_t __size,
101 const char *__env, size_t __size, const char __sep,