/external/antlr/antlr-3.4/runtime/Perl5/docs/ |
design.pod | 21 =head2 OO 34 =head2 Exceptions 39 =head2 Types
|
/device/google/dragon/audio/hal/ |
utlist.h | 70 #define LL_CONCAT(head1, head2) \ 77 _tmp->next = (head2); \ 79 (head1) = (head2); \ 168 #define DL_CONCAT(head1, head2) \ 171 if (head2) { \ 173 _tmp = (head2)->prev; \ 174 (head2)->prev = (head1)->prev; \ 175 (head1)->prev->next = (head2); \ 178 (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;
|
/external/dhcpcd-6.8.2/compat/ |
queue.h | 165 #define TAILQ_CONCAT(head1, head2, field) do { \ 166 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)); \
|
/external/llvm/lib/Transforms/Utils/ |
FlattenCFG.cpp | 38 /// Head2. \returns true if \p Block1 and \p Block2 contain identical 39 /// instructions, and have no memory reference alias with \p Head2. 41 bool CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2, 307 /// 1st if-region. \param Head2 is the entry of the 2nd if-region. \param 311 /// with \param Head2. 313 bool FlattenCFGOpt::CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2, 316 TerminatorInst *PTI2 = Head2->getTerminator(); 317 Instruction *PBI2 = &Head2->front(); 320 bool eq2 = (Block2 == Head2); 327 // and do not alias with instructions in Head2 [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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/autotest/client/tools/ |
boottool | 29 =head2 new() 33 =head2 read() 39 =head2 write() 45 =head2 print_info() 51 =head2 _info() 57 =head2 get_default() 63 =head2 set_default() 69 =head2 add() 75 =head2 update() 81 =head2 remove( [all...] |
/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/third_party/freetype/src/base/ |
ftrfork.c | 58 unsigned char head[16], head2[16]; local 107 head2[15] = (FT_Byte)( head[15] + 1 ); /* make it be different */ 109 error = FT_Stream_Read( stream, (FT_Byte*)head2, 16 ); 117 if ( head2[i] != 0 ) 119 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.)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
|
/external/skia/src/pathops/ |
SkPathOpsTSect.h | 2169 const SkTSpan<OppCurve, TCurve>* head2 = sect2->fHead; local [all...] |
/toolchain/binutils/binutils-2.25/etc/ |
texi2pod.pl | 254 and $_ = "\n=head2 $1\n";
|