Home
last modified time | relevance | path

Searched refs:cnode (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/cache/
A Dftcmru.c42 FTC_MruNode cnode = first; in FTC_MruNode_Prepend() local
47 if ( cnode == node ) in FTC_MruNode_Prepend()
52 cnode = cnode->next; in FTC_MruNode_Prepend()
54 } while ( cnode != first ); in FTC_MruNode_Prepend()
88 FTC_MruNode cnode = first; in FTC_MruNode_Up() local
91 if ( cnode == node ) in FTC_MruNode_Up()
93 cnode = cnode->next; in FTC_MruNode_Up()
95 } while ( cnode != first ); in FTC_MruNode_Up()
133 FTC_MruNode cnode = first; in FTC_MruNode_Remove() local
138 if ( cnode == node ) in FTC_MruNode_Remove()
[all …]
A Dftccmap.c142 ftc_cmap_node_weight( FTC_Node cnode, in ftc_cmap_node_weight() argument
145 FT_UNUSED( cnode ); in ftc_cmap_node_weight()
148 return sizeof ( *cnode ); in ftc_cmap_node_weight()

Completed in 3 milliseconds