Searched refs:__size (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | misc.c | 16 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 D | ring.h | 160 #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 D | search.h | 93 const char __sep, int __flag, char **__resp, size_t __size, 101 const char *__env, size_t __size, const char __sep,
|