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

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_queue.h 222 #define SLIST_SWAP(head1, head2, type) do { \
224 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
225 SLIST_FIRST(head2) = swap_first; \
248 #define STAILQ_CONCAT(head1, head2) do { \
249 if (!STAILQ_EMPTY((head2))) { \
250 *(head1)->stqh_last = (head2)->stqh_first; \
251 (head1)->stqh_last = (head2)->stqh_last; \
252 STAILQ_INIT((head2)); \
328 #define STAILQ_SWAP(head1, head2, type) do { \
331 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \
    [all...]
  /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;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 195 #define STAILQ_CONCAT(head1, head2) do { \
196 if (!STAILQ_EMPTY((head2))) { \
197 *(head1)->stqh_last = (head2)->stqh_first; \
198 (head1)->stqh_last = (head2)->stqh_last; \
199 STAILQ_INIT((head2)); \
365 #define TAILQ_CONCAT(head1, head2, field) do { \
366 if (!TAILQ_EMPTY(head2)) { \
367 *(head1)->tqh_last = (head2)->tqh_first; \
368 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
369 (head1)->tqh_last = (head2)->tqh_last;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 177 head2 = head
178 while head2 and head2[-1] in '/\\':
179 head2 = head2[:-1]
180 head = head2 or head
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 177 head2 = head
178 while head2 and head2[-1] in '/\\':
179 head2 = head2[:-1]
180 head = head2 or head
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
queue.h 274 #define STAILQ_CONCAT(head1, head2) do { \
275 if (!STAILQ_EMPTY((head2))) { \
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
278 STAILQ_INIT((head2)); \
445 #define TAILQ_CONCAT(head1, head2, field) do { \
446 if (!TAILQ_EMPTY(head2)) { \
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 274 #define STAILQ_CONCAT(head1, head2) do { \
275 if (!STAILQ_EMPTY((head2))) { \
276 *(head1)->stqh_last = (head2)->stqh_first; \
277 (head1)->stqh_last = (head2)->stqh_last; \
278 STAILQ_INIT((head2)); \
445 #define TAILQ_CONCAT(head1, head2, field) do { \
446 if (!TAILQ_EMPTY(head2)) { \
447 *(head1)->tqh_last = (head2)->tqh_first; \
448 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
449 (head1)->tqh_last = (head2)->tqh_last;
    [all...]
  /external/qemu/include/qemu/
queue.h 294 #define QSIMPLEQ_CONCAT(head1, head2) do { \
295 if (!QSIMPLEQ_EMPTY((head2))) { \
296 *(head1)->sqh_last = (head2)->sqh_first; \
297 (head1)->sqh_last = (head2)->sqh_last; \
298 QSIMPLEQ_INIT((head2)); \
  /external/chromium_org/third_party/freetype/src/base/
ftrfork.c 57 unsigned char head[16], head2[16]; local
95 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */
97 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 );
105 if ( head2[i] != 0 )
107 if ( head2[i] != head[i] )
  /external/freetype/src/base/
ftrfork.c 58 unsigned char head[16], head2[16]; local
96 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */
98 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 );
106 if ( head2[i] != 0 )
108 if ( head2[i] != head[i] )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftrfork.c 57 unsigned char head[16], head2[16]; local
95 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */
97 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 );
105 if ( head2[i] != 0 )
107 if ( head2[i] != head[i] )
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 34 May include numerous subsections (i.e. =head2, =head3, etc.)

Completed in 1311 milliseconds