Searched defs:_ptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/
H A Dauto_array.hpp55 T* _ptr; member in class:utils::detail::auto_array_ref
77 T* _ptr; member in class:utils::auto_array
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dbio_ok.c426 static void longswap(void *_ptr, size_t len) argument
/freebsd-13-stable/lib/libcuse/
H A Dcuse_lib.c139 cuse_vmoffset(void *_ptr) argument
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c777 vchi_readbuf_uint32(const void *_ptr) argument
788 vchi_writebuf_uint32(void *_ptr, uint32_t value) argument
802 vchi_readbuf_uint16(const void *_ptr) argument
813 vchi_writebuf_uint16(void *_ptr, uint16_t value) argument
/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
248 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
258 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
268 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
278 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
288 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
298 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
307 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_ argument
317 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
336 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
346 atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
356 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
365 atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
375 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
464 atomic_cmpset_acq_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
474 atomic_cmpset_rel_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
493 atomic_cmpset_acq_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
503 atomic_cmpset_rel_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
542 atomic_cmpset_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
551 atomic_cmpset_acq_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
561 atomic_cmpset_rel_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
[all...]

Completed in 124 milliseconds