Searched refs:anode (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcbasic.c | 293 FTC_Node *anode ) in FTC_ImageCache_Lookup() argument 309 if ( anode ) in FTC_ImageCache_Lookup() 310 *anode = NULL; in FTC_ImageCache_Lookup() 354 if ( anode ) in FTC_ImageCache_Lookup() 356 *anode = node; in FTC_ImageCache_Lookup() 374 FTC_Node *anode ) in FTC_ImageCache_LookupScaler() argument 390 if ( anode ) in FTC_ImageCache_LookupScaler() 391 *anode = NULL; in FTC_ImageCache_LookupScaler() 422 if ( anode ) in FTC_ImageCache_LookupScaler() 424 *anode = node; in FTC_ImageCache_LookupScaler() [all …]
|
D | ftcmru.c | 237 FTC_MruNode *anode ) in FTC_MruList_New() argument 276 *anode = node; in FTC_MruList_New() 292 FTC_MruNode *anode ) in FTC_MruList_Lookup() argument 299 return FTC_MruList_New( list, key, anode ); in FTC_MruList_Lookup() 301 *anode = node; in FTC_MruList_Lookup()
|
D | ftccache.c | 445 FTC_Node *anode ) in FTC_Cache_NewNode() argument 473 *anode = node; in FTC_Cache_NewNode() 484 FTC_Node *anode ) in FTC_Cache_Lookup() argument 495 if ( !cache || !anode ) in FTC_Cache_Lookup() 550 *anode = node; in FTC_Cache_Lookup() 555 return FTC_Cache_NewNode( cache, hash, query, anode ); in FTC_Cache_Lookup()
|
D | ftcglyph.c | 190 FTC_Node *anode ) in FTC_GCache_Lookup() argument 207 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode ); in FTC_GCache_Lookup()
|
D | ftccache.h | 184 FTC_Node *anode ); 191 FTC_Node *anode );
|
D | ftccmap.c | 111 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; in ftc_cmap_node_new() local 130 *anode = node; in ftc_cmap_node_new()
|
D | ftcglyph.h | 265 FTC_Node *anode );
|
D | ftcmru.h | 150 FTC_MruNode *anode );
|
/third_party/ffmpeg/tools/python/ |
D | convert_from_tensorflow.py | 123 anode = self.edges[conv2d_scope_name + '/BiasAdd'][0] 124 if anode.op not in self.conv_activations: 125 anode = None 127 anode = None 128 return knode, bnode, dnode, anode 136 anode = None 139 anode = self.edges[dense_scope_name + '/BiasAdd'][0] 140 if anode.op not in self.conv_activations: 141 anode = None 143 anode = None [all …]
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftcache.h | 789 FTC_Node *anode ); 849 FTC_Node *anode ); 1016 FTC_Node *anode ); 1077 FTC_Node *anode );
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | builtin.c | 619 struct symbol *anode = alloc_symbol(sym->pos, SYM_NODE); in declare_builtin() local 620 anode->ctype.base_type = get_ctype(arg); in declare_builtin() 621 add_symbol(&fun->arguments, anode); in declare_builtin()
|
/third_party/python/Doc/library/ |
D | errno.rst | 303 No anode
|
/third_party/ffmpeg/doc/ |
D | errno.txt | 86 ENOANO +..... No anode
|