Searched refs:head2 (Results 1 – 8 of 8) sorted by relevance
53 h->head2 = (int*)malloc(sizeof(*h->head2) * 65536); in ZopfliInitHash()57 h->head2[i] = -1; in ZopfliInitHash()72 free(h->head2); in ZopfliCleanHash()122 if (h->head2[h->val2] != -1 && h->hashval2[h->head2[h->val2]] == h->val2) { in ZopfliUpdateHash()123 h->prev2[hpos] = h->head2[h->val2]; in ZopfliUpdateHash()126 h->head2[h->val2] = hpos; in ZopfliUpdateHash()
38 int* head2; /* Hash value to index of its most recent occurance. */ member
333 if (hhead != h->head2 && bestlength >= h->same[hpos] && in ZopfliFindLongestMatch()336 hhead = h->head2; in ZopfliFindLongestMatch()
165 #define TAILQ_CONCAT(head1, head2, field) do { \ argument166 if (!TAILQ_EMPTY(head2)) { \167 *(head1)->tqh_last = (head2)->tqh_first; \168 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \169 (head1)->tqh_last = (head2)->tqh_last; \170 TAILQ_INIT((head2)); \
21 =head2 OO34 =head2 Exceptions39 =head2 Types
58 unsigned char head[16], head2[16]; in FT_Raccess_Get_HeaderInfo() local96 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ in FT_Raccess_Get_HeaderInfo()98 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); in FT_Raccess_Get_HeaderInfo()106 if ( head2[i] != 0 ) in FT_Raccess_Get_HeaderInfo()108 if ( head2[i] != head[i] ) in FT_Raccess_Get_HeaderInfo()
58 unsigned char head[16], head2[16]; in FT_Raccess_Get_HeaderInfo() local107 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ in FT_Raccess_Get_HeaderInfo()109 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); in FT_Raccess_Get_HeaderInfo()117 if ( head2[i] != 0 ) in FT_Raccess_Get_HeaderInfo()119 if ( head2[i] != head[i] ) in FT_Raccess_Get_HeaderInfo()
2169 const SkTSpan<OppCurve, TCurve>* head2 = sect2->fHead; in BinarySearch() local2170 if (!(zeroOneSet & kZeroS2Set) && approximately_less_than_zero(head2->fStartT)) { in BinarySearch()2172 if (head2->isBounded()) { in BinarySearch()2173 double t = head2->closestBoundedT(start2); in BinarySearch()