| /src/external/zlib/pigz/dist/zopfli/ |
| hash.h | 38 int* head2; /* Hash value to index of its most recent occurance. */ member in struct:ZopfliHash
|
| /src/lib/libc/cdb/ |
| cdbw.c | 248 struct key_hash_head *head, *head2, *new_head; local 307 head2 = new_head + 309 SLIST_INSERT_HEAD(head2, key_hash, link);
|
| /src/external/bsd/unbound/dist/dnscrypt/ |
| dnscrypt.c | 579 struct config_strlist *head, *head2; local 607 for(head2 = cfg->dnscrypt_provider_cert_rotated; head2; head2 = head2->next) { 608 if(strcmp(head->str, head2->str) == 0) {
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-early-ra.cc | 2373 auto *head2 = m_allocnos[headi2]; local 2376 && head2->chain_prev == INVALID_ALLOCNO); 2381 head1->is_copy_dest = head2->is_copy_dest; 2382 head1->is_strong_copy_dest = head2->is_strong_copy_dest; 2386 head2->chain_prev = headi1; 2528 auto *head2 = m_allocnos[headi2]; local 2531 if (!is_chain_candidate (head1, head2, CORRECTNESS_ONLY))
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-array.cc | 11987 gfc_ss *head2; local 11991 head2 = head; 11993 head2 = gfc_walk_subexpr (head, expr->value.op.op2); 11996 if (head2 == ss) 11997 return head2; 12000 if (head != ss && (expr->value.op.op2 == NULL || head2 != head)) 12001 return head2; 12009 head = head2; 12016 else /* head2 == head */ 12018 gcc_assert (head2 == head) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-array.cc | 11560 gfc_ss *head2; local 11564 head2 = head; 11566 head2 = gfc_walk_subexpr (head, expr->value.op.op2); 11569 if (head2 == ss) 11570 return head2; 11573 if (head != ss && (expr->value.op.op2 == NULL || head2 != head)) 11574 return head2; 11582 head = head2; 11589 else /* head2 == head */ 11591 gcc_assert (head2 == head) [all...] |