Searched refs:__n (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 55 #define __sun_attr___PRINTFLIKE__(__n) \ 56 __attribute__((__format__(printf, __n, (__n)+1))) 57 #define __sun_attr___VPRINTFLIKE__(__n) \ 77 #define __sun_attr___PRINTFLIKE__(__n) argument 78 #define __sun_attr___VPRINTFLIKE__(__n) argument 79 #define __sun_attr___KPRINTFLIKE__(__n) argument 80 #define __sun_attr___KVPRINTFLIKE__(__n) argument 120 #define __PRINTFLIKE(__n) __sun_attr__((__PRINTFLIKE__(__n))) argument 121 #define __VPRINTFLIKE(__n) __sun_attr__((__VPRINTFLIKE__(__n))) argument 122 #define __KPRINTFLIKE(__n) __sun_attr__((__KPRINTFLIKE__(__n))) argument [all …]
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pcpu.h | 261 __typeof(*base) __n = (n); \ 266 : : "r" (base), "ri" (__n) : "memory", "cc"); \ 270 : : "r" (base), "ri" (__n) : "memory", "cc"); \ 273 *zpcpu_get(base) = __n; \ 278 __typeof(*base) __n = (n); \ 283 : : "r" (base), "ri" (__n) : "memory", "cc"); \ 287 : : "r" (base), "ri" (__n) : "memory", "cc"); \ 298 __typeof(*base) __n = (n); \ 303 : : "r" (base), "ri" (__n) : "memory", "cc"); \ 307 : : "r" (base), "ri" (__n) : "memory", "cc"); \
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315reg.h | 232 #define __BIT(__n) \ argument 233 (((__n) >= NBBY * sizeof(uintmax_t)) ? 0 : ((uintmax_t)1 << (__n))) 236 #define __BITS(__m, __n) \ argument 237 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_iomuxreg.h | 36 #define IMX_IOMUXREG_BITS(__m, __n) \ argument 37 ((IMX_IOMUXREG_BIT(MAX((__m), (__n)) + 1) - 1) ^ (IMX_IOMUXREG_BIT(MIN((__m), (__n))) - 1))
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.c | 74 #define update_zmalloc_stat_alloc(__n) do { \ argument 75 size_t _n = (__n); \ 77 atomicIncr(used_memory,__n); \ 80 #define update_zmalloc_stat_free(__n) do { \ argument 81 size_t _n = (__n); \ 83 atomicDecr(used_memory,__n); \
|