HomeSort by: relevance | last modified time | path
    Searched refs:head2 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/zlib/pigz/dist/zopfli/
hash.c 53 h->head2 = (int*)malloc(sizeof(*h->head2) * 65536);
57 h->head2[i] = -1;
72 free(h->head2);
122 if (h->head2[h->val2] != -1 && h->hashval2[h->head2[h->val2]] == h->val2) {
123 h->prev2[hpos] = h->head2[h->val2];
126 h->head2[h->val2] = hpos;
hash.h 38 int* head2; /* Hash value to index of its most recent occurance. */ member in struct:ZopfliHash
lz77.c 319 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
322 hhead = h->head2;
  /src/external/mpl/dhcp/dist/keama/
data.h 51 #define TAILQ_CONCAT(head1, head2) do { \
52 if (!TAILQ_EMPTY(head2)) { \
53 *(head1)->tqh_last = (head2)->tqh_first; \
54 (head2)->tqh_first->next.tqe_prev = (head1)->tqh_last; \
55 (head1)->tqh_last = (head2)->tqh_last; \
56 TAILQ_INIT((head2)); \
133 #define TAILQ_SWAP(head1, head2, type) do { \
136 (head1)->tqh_first = (head2)->tqh_first; \
137 (head1)->tqh_last = (head2)->tqh_last; \
138 (head2)->tqh_first = swap_first;
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 358 #define STAILQ_CONCAT(head1, head2) do { \
359 if (!STAILQ_EMPTY((head2))) { \
360 *(head1)->stqh_last = (head2)->stqh_first; \
361 (head1)->stqh_last = (head2)->stqh_last; \
362 STAILQ_INIT((head2)); \
456 #define STAILQ_SWAP(head1, head2, type) \
462 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \
463 (head1)->stqh_last = (head2)->stqh_last; \
464 STAILQ_FIRST(head2) = swap_first; \
465 (head2)->stqh_last = swap_last;
    [all...]
  /src/sys/sys/
queue.h 210 #define LIST_MOVE(head1, head2, field) do { \
211 LIST_INIT((head2)); \
213 (head2)->lh_first = (head1)->lh_first; \
214 (head2)->lh_first->field.le_prev = &(head2)->lh_first; \
380 #define SIMPLEQ_CONCAT(head1, head2) do { \
381 if (!SIMPLEQ_EMPTY((head2))) { \
382 *(head1)->sqh_last = (head2)->sqh_first; \
383 (head1)->sqh_last = (head2)->sqh_last; \
384 SIMPLEQ_INIT((head2)); \
    [all...]
  /src/external/bsd/elftoolchain/dist/common/
_elftc.h 96 #define STAILQ_CONCAT(head1, head2) do { \
97 if (!STAILQ_EMPTY((head2))) { \
98 *(head1)->stqh_last = (head2)->stqh_first; \
99 (head1)->stqh_last = (head2)->stqh_last; \
100 STAILQ_INIT((head2)); \
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Configure_ac.pm 57 =head2 Functions
ChannelDefs.pm 60 =head2 CHANNELS
160 =head2 FUNCTIONS
General.pm 72 =head2 Global Variables
155 =head2 Functions
Channels.pm 90 =head2 Global Variables
116 =head2 Constants
153 =head2 Options
302 =head2 Functions
XFile.pm 100 =head2 Methods
  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 61 =head2 OVERVIEW
79 =head2 PLAIN OUTPUT FORMAT
88 =head2 SELECTING CHANGE SUBSETS
  /src/external/gpl3/gcc.old/dist/contrib/
compareSumTests3 61 =head2 OVERVIEW
79 =head2 PLAIN OUTPUT FORMAT
88 =head2 SELECTING CHANGE SUBSETS
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Template.pm 81 =head2 Functions
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Template.pm 81 =head2 Functions
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 37 =head2 Constructor
87 =head2 Query methods
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 37 =head2 Constructor
87 =head2 Query methods
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 158 =head2 GMP::Mpz
241 =head2 GMP::Mpq
293 =head2 GMP::Mpf
353 =head2 GMP class
435 =head2 GMP::Rand
486 =head2 Coercion
518 =head2 Overloading
534 =head2 Constants
  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.c 579 struct config_strlist *head, *head2; local
607 for(head2 = cfg->dnscrypt_provider_cert_rotated; head2; head2 = head2->next) {
608 if(strcmp(head->str, head2->str) == 0) {
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 566 =head2 Example
622 =head2 Philosophy
645 =head2 Template Parsing
710 =head2 The C<$OUT> variable
754 =head2 General Remarks
763 =head2 C<new>
866 =head2 C<compile>
882 =head2 C<fill_in>
1248 =head2 C<fill_this_in>
1283 =head2 C<fill_in_string
    [all...]
  /src/lib/libc/cdb/
cdbw.c 248 struct key_hash_head *head, *head2, *new_head; local
307 head2 = new_head +
309 SLIST_INSERT_HEAD(head2, key_hash, link);
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 693 =head2 Example
746 =head2 Philosophy
769 =head2 Template Parsing
834 =head2 The C<$OUT> variable
878 =head2 General Remarks
887 =head2 C<new>
1001 =head2 C<compile>
1017 =head2 C<fill_in>
1411 =head2 C<fill_this_in>
1446 =head2 C<fill_in_string
    [all...]
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 693 =head2 Example
746 =head2 Philosophy
769 =head2 Template Parsing
834 =head2 The C<$OUT> variable
878 =head2 General Remarks
887 =head2 C<new>
1001 =head2 C<compile>
1017 =head2 C<fill_in>
1411 =head2 C<fill_this_in>
1446 =head2 C<fill_in_string
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 194 print "$id head2 in All uppercase\n"
195 if $contents =~ /head2\s+[A-Z ]+\n/;

Completed in 30 milliseconds

1 2