| /freebsd/sys/arm/include/ |
| H A D | atomic.h | 200 [newv] "r" (_new) \ in ATOMIC_ACQ_REL_LONG() 225 [newv] "r" (_new) \ 230 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) 240 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() argument 250 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() argument 260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() argument 270 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() argument 280 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() argument 290 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() argument 299 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() argument [all …]
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | list.h | 46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument 48 next->prev = _new; in __list_add() 49 _new->next = next; in __list_add() 50 _new->prev = prev; in __list_add() 51 prev->next = _new; in __list_add() 54 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 56 __list_add(_new, head, head->next); in list_add() 59 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument 61 __list_add(_new, head->prev, head); in list_add_tail()
|
| /freebsd/sys/dev/hptnr/ |
| H A D | list.h | 45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument 47 next->prev = _new; in __list_add() 48 _new->next = next; in __list_add() 49 _new->prev = prev; in __list_add() 50 prev->next = _new; in __list_add() 53 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 55 __list_add(_new, head, head->next); in list_add() 58 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument 60 __list_add(_new, head->prev, head); in list_add_tail()
|
| /freebsd/sys/dev/hptrr/ |
| H A D | list.h | 48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument 50 next->prev = _new; in __list_add() 51 _new->next = next; in __list_add() 52 _new->prev = prev; in __list_add() 53 prev->next = _new; in __list_add() 56 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 58 __list_add(_new, head, head->next); in list_add() 61 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument 63 __list_add(_new, head->prev, head); in list_add_tail()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | tasn_typ.c | 19 sname *sname##_new(void) \
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | priority_queue.h | 21 …static ossl_unused ossl_inline PRIORITY_QUEUE_OF(type) * ossl_pqueue_##type##_new(int (*compare)(c…
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | sparse_array.h | 25 …static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * ossl_sa_##type##_new(void) …
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_dup.pod | 492 B<I<TYPE>_new>() allocates an empty object of the indicated type. 495 B<I<TYPE>_new_ex>() is similar to B<I<TYPE>_new>() but also passes the 522 B<I<TYPE>_new>(), B<I<TYPE>_new_ex>() and B<I<TYPE>_dup>() return a pointer to
|
| H A D | OPENSSL_LH_COMPFUNC.pod | 97 B<lh_I<TYPE>_new>() creates a new B<LHASH_OF>(B<I<TYPE>>) structure to store 112 B<lh_I<TYPE>_new>() as shown in this example: 142 htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff)); 231 OPENSSL_LH_new() is the same as the B<lh_I<TYPE>_new>() except that it is not 249 B<lh_I<TYPE>_new>() and OPENSSL_LH_new() return NULL on error, otherwise a
|
| H A D | DEFINE_STACK_OF.pod | 109 B<sk_I<TYPE>_new>() allocates a new empty stack using comparison function 254 B<sk_I<TYPE>_new>(), B<sk_I<TYPE>_new_null>() and B<sk_I<TYPE>_new_reserve>()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 54 B<ossl_pqueue_I<TYPE>_new>() allocates a new priority queue using 95 B<ossl_pqueue_I<TYPE>_new>() returns an empty priority queue or NULL if
|
| H A D | OPENSSL_SA.pod | 61 B<ossl_sa_I<TYPE>_new>() allocates a new empty sparse array. 110 B<ossl_sa_I<TYPE>_new>() returns an empty sparse array or NULL if an error
|
| H A D | ossl_cmp_msg_create.pod | 96 Thus, the I<ctx> may be modified by this and related ossl_cmp_*_new() functions.
|
| /freebsd/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 536 TYPE *, NULL, IS_0, TYPE##_new(), TYPE##_free) 553 TYPE *, NULL, DEFAULT, TYPE##_new(), TYPE##_free) 742 IS_0, TYPE##_new(), TYPE##_free)
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_impl.h | 1167 unsigned int _new = (_wptr); \ 1170 if ((_new) >= (_old)) \ 1173 ((_new) - (_old)) * sizeof (efx_desc_t)); \
|
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | ml_kem_kmgmt.c | 825 static void *ml_kem_##bits##_new(void *provctx) \ 836 { OSSL_FUNC_KEYMGMT_NEW, (OSSL_FUNC)ml_kem_##bits##_new }, \
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1t.h | 789 pre stname *fname##_new(void) \ 799 stname *fname##_new(void) \
|
| H A D | safestack.h.in | 82 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) …
|
| H A D | lhash.h | 332 …lh_##type##_new(unsigned long (*hfn)(const type *), …
|
| H A D | safestack.h | 79 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) …
|
| H A D | asn1t.h.in | 790 pre stname *fname##_new(void) \ 800 stname *fname##_new(void) \
|
| H A D | lhash.h.in | 334 …lh_##type##_new(unsigned long (*hfn)(const type *), …
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_local.h | 235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
|
| /freebsd/crypto/openssl/providers/implementations/macs/ |
| H A D | kmac_prov.c | 686 struct kmac_data_st *macctx = kmac##size##_new(provctx); \
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | provider.c | 40 name##_collection = sk_##evp##_new(cmp_##evp); \
|