Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
187 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
188 SLIST_INIT(head2); \
189 } else if (SLIST_FIRST(head2) != NULL) { \
192 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \
193 SLIST_INIT(head2); \
271 #define SLIST_SWAP(head1, head2, type) do { \ argument
273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
274 SLIST_FIRST(head2) = swap_first; \
308 #define STAILQ_CONCAT(head1, head2) do { \ argument
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_queue.h219 #define CK_SLIST_MOVE(head1, head2, field) do { \ argument
220 ck_pr_store_ptr(&(head1)->cslh_first, (head2)->cslh_first); \
252 #define CK_STAILQ_CONCAT(head1, head2) do { \ argument
253 if ((head2)->cstqh_first != NULL) { \
254 ck_pr_store_ptr((head1)->cstqh_last, (head2)->cstqh_first); \
256 (head1)->cstqh_last = (head2)->cstqh_last; \
257 CK_STAILQ_INIT((head2)); \
338 #define CK_STAILQ_MOVE(head1, head2, field) do { \ argument
339 ck_pr_store_ptr(&(head1)->cstqh_first, (head2)->cstqh_first); \
340 (head1)->cstqh_last = (head2)->cstqh_last; \
[all …]
/freebsd/sys/sys/
H A Dqueue.h214 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
217 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \
218 SLIST_INIT(head2); \
219 } else if (SLIST_FIRST(head2) != NULL) { \
222 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \
223 SLIST_INIT(head2); \
306 #define SLIST_SWAP(head1, head2, type) do { \ argument
308 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
309 SLIST_FIRST(head2) = swap_first; \
379 #define STAILQ_CONCAT(head1, head2) do { \ argument
[all …]
H A Dqueue_mergesort.h41 #define STAILQ_CONCAT_4(head1, head2, type, field) \ argument
42 STAILQ_CONCAT(head1, head2)
43 #define TAILQ_CONCAT_4(head1, head2, type, field) \ argument
44 TAILQ_CONCAT(head1, head2, field)
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod24 =head2 Properties
50 =head2 Hashing Algorithms / Message Digests
78 =head2 Symmetric Ciphers
102 =head2 Message Authentication Code (MAC)
122 =head2 Key Derivation Function (KDF)
153 =head2 Key Exchange
167 =head2 Asymmetric Signature
185 =head2 Asymmetric Cipher
195 =head2 Asymmetric Key Encapsulation
203 =head2 Asymmetric Key Management
[all …]
H A DOSSL_PROVIDER-legacy.pod16 =head2 Properties
39 =head2 Hashing Algorithms / Message Digests
55 =head2 Symmetric Ciphers
84 =head2 Key Derivation Function (KDF)
95 following =head2 titles are appropriate to use:
H A Dossl_store.pod15 =head2 General
28 =head2 URI schemes and loaders
36 =head2 UI_METHOD and pass phrases
45 =head2 A generic call
H A DEVP_MD-MDC2.pod11 =head2 Identity
16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A DOSSL_PROVIDER-FIPS.pod14 =head2 Properties
45 =head2 Hashing Algorithms / Message Digests
59 =head2 Symmetric Ciphers
69 =head2 Message Authentication Code (MAC)
83 =head2 Key Derivation Function (KDF)
109 =head2 Key Exchange
123 =head2 Asymmetric Signature
139 =head2 Asymmetric Cipher
147 =head2 Asymmetric Key Encapsulation
155 =head2 Asymmetric Key Management
[all …]
H A DEVP_PKEY-HMAC.pod22 =head2 Common MAC parameters
38 =head2 CMAC parameters
55 =head2 Common MAC key generation parameters
69 =head2 CMAC key generation parameters
H A DEVP_MD-SHA1.pod11 =head2 Identities
16 =head2 Gettable Parameters
21 =head2 Settable Context Parameters
H A DEVP_MD-MD5-SHA1.pod13 =head2 Identity
18 =head2 Gettable Parameters
23 =head2 Settable Context Parameters
H A Dproperty.pod19 =head2 Property Names
40 =head2 Properties
52 =head2 Implementations
61 =head2 Queries
108 =head2 Lookups
119 =head2 Shortcut
125 =head2 Global and Local
H A DEVP_RAND.pod26 =head2 Disclaimer
33 =head2 Typical Use Cases
85 =head2 The <primary> DRBG instance
92 =head2 The <public> DRBG instance
96 =head2 The <private> DRBG instance
167 =head2 Automatic Reseeding
189 =head2 Manual Reseeding
215 =head2 Entropy Input and Additional Data
224 =head2 Configuring the Random Seed Source
237 =head2 Reseeding the primary DRBG with automatic seeding enabled
[all …]
H A DEVP_MD-SM3.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-MD4.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_CIPHER-CHACHA.pod11 =head2 Algorithm Names
23 =head2 Parameters
H A DEVP_CIPHER-RC4.pod11 =head2 Algorithm Names
25 =head2 Parameters
H A DEVP_MD-MD2.pod11 =head2 Identity
16 =head2 Gettable Parameters
H A DEVP_MD-MD5.pod11 =head2 Identity
16 =head2 Gettable Parameters
/freebsd/contrib/openbsm/compat/
H A Dqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \ argument
230 if (!STAILQ_EMPTY((head2))) { \
231 *(head1)->stqh_last = (head2)->stqh_first; \
232 (head1)->stqh_last = (head2)->stqh_last; \
233 STAILQ_INIT((head2)); \
434 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
435 if (!TAILQ_EMPTY(head2)) { \
436 *(head1)->tqh_last = (head2)->tqh_first; \
437 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
438 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument
412 if (!SIMPLEQ_EMPTY((head2))) { \
413 *(head1)->sqh_last = (head2)->sqh_first; \
414 (head1)->sqh_last = (head2)->sqh_last; \
415 SIMPLEQ_INIT((head2)); \
619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
620 if (!TAILQ_EMPTY(head2)) { \
621 *(head1)->tqh_last = (head2)->tqh_first; \
622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
623 (head1)->tqh_last = (head2)->tqh_last; \
[all …]
/freebsd/contrib/libucl/uthash/
H A Dutlist.h318 #define LL_CONCAT(head1,head2) \ argument
319 LL_CONCAT2(head1,head2,next)
321 #define LL_CONCAT2(head1,head2,next) \ argument
327 _tmp->next=(head2); \
329 (head1)=(head2); \
536 #define DL_CONCAT(head1,head2) \ argument
537 DL_CONCAT2(head1,head2,prev,next)
539 #define DL_CONCAT2(head1,head2,prev,next) \ argument
542 if (head2) { \
544 _tmp = (head2)->prev; \
[all …]
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod107 =head2 Basic Constraints
129 =head2 Key Usage
142 =head2 Extended Key Usage
173 =head2 Subject Key Identifier
189 =head2 Authority Key Identifier
218 =head2 Subject Alternative Name
277 =head2 Issuer Alternative Name
288 =head2 Authority Info Access
308 =head2 CRL distribution points
369 =head2 Issuing Distribution Point
[all …]
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h94 #define STAILQ_CONCAT(head1, head2) do { \ argument
95 if (!STAILQ_EMPTY((head2))) { \
96 *(head1)->stqh_last = (head2)->stqh_first; \
97 (head1)->stqh_last = (head2)->stqh_last; \
98 STAILQ_INIT((head2)); \

12345678