Searched refs:__p (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | crypto_scrypt.h | 74 uint32_t __p, uint8_t *__buf, size_t __buflen); 79 uint32_t __p, uint8_t *__buf, size_t __buflen); 84 uint32_t __p, uint8_t *__buf, size_t __buflen); 90 extern uint8_t *escrypt_gensalt_r(uint32_t __N_log2, uint32_t __r, uint32_t __p,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 225 type *__p; \ 226 __p = (type *)preload_search_info((mdp), MODINFO_METADATA | (info)); \ 227 __p ? *__p : 0; \
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 236 type *__p; \ 237 __p = (type *)preload_search_info((mdp), MODINFO_METADATA | (info)); \ 238 __p ? *__p : 0; \
|
| /f-stack/freebsd/i386/include/ |
| H A D | pcpu.h | 120 __pcpu_type(name) *__p; \ 123 : "=r" (__p) \ 127 __p; \
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 135 static inline u32 in_be32(volatile void *__p) in in_be32() argument 137 volatile u32 *p = __p; in in_be32() 141 static inline void out_be32(volatile void *__p, u32 val) in out_be32() argument 143 volatile u32 *p = __p; in out_be32()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompat.h | 93 const __typeof(((type *)0)->member) *__p = (ptr); \ 94 (type *)((uintptr_t)__p - offsetof(type, member)); \
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pcpu.h | 131 __pcpu_type(name) *__p; \ 134 : "=r" (__p) \ 138 __p; \
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 115 const __typeof(((type *)0)->member) *__p = (ptr); \ 116 (type *)((uintptr_t)__p - offsetof(type, member)); \
|