Home
last modified time | relevance | path

Searched refs:__p (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt.h74 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 Dlinker.h225 type *__p; \
226 __p = (type *)preload_search_info((mdp), MODINFO_METADATA | (info)); \
227 __p ? *__p : 0; \
/f-stack/freebsd/sys/
H A Dlinker.h236 type *__p; \
237 __p = (type *)preload_search_info((mdp), MODINFO_METADATA | (info)); \
238 __p ? *__p : 0; \
/f-stack/freebsd/i386/include/
H A Dpcpu.h120 __pcpu_type(name) *__p; \
123 : "=r" (__p) \
127 __p; \
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h135 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 Dccompat.h93 const __typeof(((type *)0)->member) *__p = (ptr); \
94 (type *)((uintptr_t)__p - offsetof(type, member)); \
/f-stack/freebsd/amd64/include/
H A Dpcpu.h131 __pcpu_type(name) *__p; \
134 : "=r" (__p) \
138 __p; \
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h115 const __typeof(((type *)0)->member) *__p = (ptr); \
116 (type *)((uintptr_t)__p - offsetof(type, member)); \