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

1 2 3 4

  /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.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
hash.h 38 int* head2; /* Hash value to index of its most recent occurance. */ member in struct:ZopfliHash
  /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...]
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...]
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...]
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)); \
_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
Configure_ac.pm 57 =head2 Functions
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
partitionY.cc 250 Real* head2 = e2->head(); local
257 Real h20 = head2[0];
258 Real h21 = head2[1];
292 if(head2[1]>tail2[1]) {
293 e2_Ymax= head2[1];
298 e2_Ymin = head2[1];
304 /*Real e2_Ymax = max(head2[1], tail2[1]);*/ /*max(e2->head()[1], e2->tail()[1]);*/
305 /*Real e2_Ymin = min(head2[1], tail2[1]);*/ /*min(e2->head()[1], e2->tail()[1]);*/
320 Real x2 = intersectHoriz(head2[0], head2[1], tail2[0], tail2[1], y)
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 61 =head2 OVERVIEW
79 =head2 PLAIN OUTPUT FORMAT
88 =head2 SELECTING CHANGE SUBSETS
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
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
Template.pm 81 =head2 Functions
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Template.pm 81 =head2 Functions
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

Completed in 42 milliseconds

1 2 3 4