Home
last modified time | relevance | path

Searched refs:pnode (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.c115 FTC_Node node, *pnode; in ftc_cache_resize() local
143 pnode = cache->buckets + p; in ftc_cache_resize()
147 node = *pnode; in ftc_cache_resize()
153 *pnode = node->link; in ftc_cache_resize()
158 pnode = &node->link; in ftc_cache_resize()
201 pnode = cache->buckets + p; in ftc_cache_resize()
202 while ( *pnode ) in ftc_cache_resize()
203 pnode = &(*pnode)->link; in ftc_cache_resize()
206 *pnode in ftc_cache_resize()
225 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); ftc_node_hash_unlink() local
258 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node->hash ); ftc_node_hash_link() local
487 FTC_Node* pnode; FT_LOCAL_DEF() local
573 FTC_Node* pnode = cache->buckets + i; FTC_Cache_RemoveFaceID() local
[all...]
H A Dftcmru.h210 FTC_MruNode *pnode );
H A Dftccache.h100 (*FTC_Node_NewFunc)( FTC_Node *pnode,
/third_party/musl/src/network/
H A Dlookup_name.c631 linknode *pnode = host_ips_list_->_phead; in predefined_host_clear_all_hosts() local
632 while (pnode != NULL) { in predefined_host_clear_all_hosts()
633 free(pnode->_data); in predefined_host_clear_all_hosts()
634 pnode->_data = NULL; in predefined_host_clear_all_hosts()
635 pnode = pnode->_next; in predefined_host_clear_all_hosts()
650 linknode *pnode = NULL; in predefined_host_remove_host() local
655 pnode = get_linknode(host_ips_list_, i); in predefined_host_remove_host()
656 if (pnode != NULL) { in predefined_host_remove_host()
657 pinfo = (host_ip_pair*)pnode in predefined_host_remove_host()
673 linknode *pnode = host_ips_list_->_phead; _predefined_host_is_contain_host_ip() local
754 linknode *pnode = host_ips_list_->_phead; predefined_host_lookup_ip() local
827 linknode *pnode = host_ips_list_->_phead; predefined_host_name_from_hosts() local
846 free_linknodedata(linknode *pnode) free_linknodedata() argument
855 linknode *pnode = (linknode *)calloc(1, sizeof(linknode)); create_linknode() local
883 linknode *pnode = plist->_phead; destory_linklist() local
913 linknode *pnode = plist->_phead; get_linknode() local
930 linknode *pnode = create_linknode(pdata); linklist_append_last() local
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c563 linknode *pnode = host_ips_list_->_phead; in predefined_host_clear_all_hosts() local
564 while (pnode != NULL) { in predefined_host_clear_all_hosts()
565 free(pnode->_data); in predefined_host_clear_all_hosts()
566 pnode->_data = NULL; in predefined_host_clear_all_hosts()
567 pnode = pnode->_next; in predefined_host_clear_all_hosts()
582 linknode *pnode = NULL; in predefined_host_remove_host() local
587 pnode = get_linknode(host_ips_list_, i); in predefined_host_remove_host()
588 if (pnode != NULL) { in predefined_host_remove_host()
589 pinfo = (host_ip_pair*)pnode in predefined_host_remove_host()
605 linknode *pnode = host_ips_list_->_phead; _predefined_host_is_contain_host_ip() local
738 linknode *pnode = host_ips_list_->_phead; predefined_host_name_from_hosts() local
757 free_linknodedata(linknode *pnode) free_linknodedata() argument
766 linknode *pnode = (linknode *)calloc(1, sizeof(linknode)); create_linknode() local
794 linknode *pnode = plist->_phead; destory_linklist() local
824 linknode *pnode = plist->_phead; get_linknode() local
838 linknode *pnode = create_linknode(pdata); linklist_append_last() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c278 FT_MemNode node, next, *pnode; in ft_mem_table_resize() local
287 pnode = new_buckets + hash; in ft_mem_table_resize()
289 node->link = pnode[0]; in ft_mem_table_resize()
290 pnode[0] = node; in ft_mem_table_resize()
316 FT_MemNode *pnode = table->buckets + i, next, node = *pnode; in ft_mem_table_destroy() local
388 FT_MemNode *pnode, node; in ft_mem_table_get_nodep() local
392 pnode = table->buckets + ( hash % (FT_PtrDist)table->size ); in ft_mem_table_get_nodep()
396 node = pnode[0]; in ft_mem_table_get_nodep()
403 pnode in ft_mem_table_get_nodep()
413 FT_MemSource node, *pnode; ft_mem_table_get_source() local
468 FT_MemNode *pnode, node; ft_mem_table_set() local
568 FT_MemNode *pnode, node; ft_mem_table_remove() local
702 FT_MemNode node, *pnode; ft_mem_debug_realloc() local
[all...]
/third_party/python/Modules/
H A Drotatingtree.c64 rotating_node_t **pnode = root; in RotatingTree_Get() local
65 rotating_node_t *node = *pnode; in RotatingTree_Get()
81 *pnode = next; in RotatingTree_Get()
84 pnode = &(node->left); in RotatingTree_Get()
93 *pnode = next; in RotatingTree_Get()
96 pnode = &(node->right); in RotatingTree_Get()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py112 pnode = nodes.compound(classes=['impl-detail'])
116 self.state.nested_parse(content, self.content_offset, pnode)
117 content = nodes.inline(pnode[0].rawsource, translatable=True)
118 content.source = pnode[0].source
119 content.line = pnode[0].line
120 content += pnode[0].children
121 pnode[0].replace_self(nodes.paragraph(
123 return [pnode]
151 pnode = nodes.paragraph(availability_ref + self.arguments[0],
153 self.set_source_info(pnode)
[all...]
H A Dc_annotations.py196 pnode = nodes.paragraph()
197 self.state.nested_parse(StringList(content), 0, pnode)
198 return [pnode]
/third_party/curl/lib/
H A Durl.c3957 struct Curl_data_prio_node *pnode = parent->set.priority.children; local
3960 while(pnode && pnode->data != child) {
3961 pnext = &pnode->next;
3962 pnode = pnode->next;
3965 DEBUGASSERT(pnode);
3966 if(pnode) {
3967 *pnext = pnode->next;
3968 free(pnode);
3985 struct Curl_data_prio_node *pnode; global() local
[all...]
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py310 pnode = self.name_node_dict[node.input[1]]
311 self.converted_nodes.add(pnode.name)
312 paddings = pnode.attr['value'].tensor.tensor_content

Completed in 11 milliseconds