/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
hash_table.c | 119 struct hash_node *hn = (struct hash_node *) node; local 121 if ((*ht->compare)(hn->key, key) == 0) { 122 return hn; 132 struct hash_node *hn = get_node(ht, key); local 134 return (hn == NULL) ? NULL : hn->data; 158 struct hash_node *hn; local 161 hn = (struct hash_node *) node; 163 if ((*ht->compare)(hn->key, key) == 0) { 164 hn->data = data 201 struct hash_node *hn = (struct hash_node *) node; local [all...] |
/external/mesa3d/src/mesa/program/ |
hash_table.c | 119 struct hash_node *hn = (struct hash_node *) node; local 121 if ((*ht->compare)(hn->key, key) == 0) { 122 return hn; 132 struct hash_node *hn = get_node(ht, key); local 134 return (hn == NULL) ? NULL : hn->data; 158 struct hash_node *hn; local 161 hn = (struct hash_node *) node; 163 if ((*ht->compare)(hn->key, key) == 0) { 164 hn->data = data 201 struct hash_node *hn = (struct hash_node *) node; local [all...] |
/external/libvorbis/lib/ |
floor1.c | 643 int hn=hineighbor[sortpos]; local 646 if(memo[ln]!=hn){ 649 int hsortpos=look->reverse_index[hn]; 650 memo[ln]=hn; 655 int hx=info->postlist[hn]; 657 int hy=post_Y(fit_valueA,fit_valueB,hn); 690 fit_valueA[hn]=hy1; 691 if(hn==1)fit_valueB[hn]=hy1; 696 if(hineighbor[j]==hn) 725 int hn=look->hineighbor[i-2]; local 807 int hn=look->hineighbor[i-2]; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 914 Node hn = h.next; local [all...] |
SynchronousQueue.java | 752 QNode hn = h.next; // Absorb cancelled first node as head local 753 if (hn != null && hn.isCancelled()) { 754 advanceHead(h, hn); [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_client.c | 385 const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local 387 p->ack = !SSL_session_reused(s) && hn != NULL; [all...] |
/external/openssl/apps/ |
s_client.c | 386 const char * hn= SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local 388 p->ack = !SSL_session_reused(s) && hn != NULL; [all...] |