HomeSort by relevance Sort by last modified time
    Searched refs:head2 (Results 1 - 15 of 15) sorted by null

  /external/adhd/cras/src/common/
utlist.h 70 #define LL_CONCAT(head1, head2) \
77 _tmp->next = (head2); \
79 (head1) = (head2); \
182 #define DL_CONCAT(head1, head2) \
185 if (head2) { \
187 _tmp = (head2)->prev; \
188 (head2)->prev = (head1)->prev; \
189 (head1)->prev->next = (head2); \
192 (head1) = (head2); \
  /external/zopfli/src/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 333 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
336 hhead = h->head2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 182 head2 = head
183 while head2 and head2[-1] in '/\\':
184 head2 = head2[:-1]
185 head = head2 or head
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 177 head2 = head
178 while head2 and head2[-1] in '/\\':
179 head2 = head2[:-1]
180 head = head2 or head
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 205 head2 = head
206 while head2 and head2[-1] in '/\\':
207 head2 = head2[:-1]
208 head = head2 or head
  /external/python/cpython2/Lib/
ntpath.py 187 head2 = head
188 while head2 and head2[-1] in '/\\':
189 head2 = head2[:-1]
190 head = head2 or head
  /external/freetype/src/base/
ftrfork.c 58 unsigned char head[16], head2[16]; local
132 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */
134 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 );
142 if ( head2[i] != 0 )
144 if ( head2[i] != head[i] )
  /external/antlr/runtime/Perl5/lib/ANTLR/
Runtime.pm 34 May include numerous subsections (i.e. =head2, =head3, etc.)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
head_test.py     [all...]
head.py     [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 565 print( OUT head2($func) );
591 sub head2 { subroutine
593 return( "=head2 $heading\n\n" );
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 1999 const SkTSpan* head2 = sect2->fHead; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.cpp 1999 const SkTSpan* head2 = sect2->fHead; local
    [all...]

Completed in 624 milliseconds