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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFUtils.h71 element_type _ptr; member in class:CFReleaser
[all...]
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dbio_ok.c426 static void longswap(void *_ptr, size_t len) argument
/freebsd-12-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-12-stable/lib/libcuse/
H A Dcuse_lib.c139 cuse_vmoffset(void *_ptr) argument
/freebsd-12-stable/sys/arm/include/
H A Datomic-v6.h241 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
250 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
260 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
270 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
279 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
289 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
299 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
308 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_ argument
318 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
328 atomic_fcmpset_long(volatile long *_ptr, long *_old, long _new) argument
337 atomic_fcmpset_acq_long(volatile long *_ptr, long *_old, long _new) argument
347 atomic_fcmpset_rel_long(volatile long *_ptr, long *_old, long _new) argument
357 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
366 atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
376 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
425 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
463 atomic_cmpset_acq_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
473 atomic_cmpset_rel_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
483 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
492 atomic_cmpset_acq_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
502 atomic_cmpset_rel_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
512 atomic_cmpset_long(volatile long *_ptr, long _old, long _new) argument
521 atomic_cmpset_acq_long(volatile long *_ptr, long _old, long _new) argument
531 atomic_cmpset_rel_long(volatile long *_ptr, long _old, long _new) argument
541 atomic_cmpset_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
550 atomic_cmpset_acq_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
560 atomic_cmpset_rel_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
[all...]

Completed in 167 milliseconds