Searched refs:cnode (Results 1 – 2 of 2) sorted by relevance
42 FTC_MruNode cnode = first; in FTC_MruNode_Prepend() local47 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() local91 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() local138 if ( cnode == node ) in FTC_MruNode_Remove()[all …]
142 ftc_cmap_node_weight( FTC_Node cnode, in ftc_cmap_node_weight() argument145 FT_UNUSED( cnode ); in ftc_cmap_node_weight()148 return sizeof ( *cnode ); in ftc_cmap_node_weight()
Completed in 3 milliseconds