HomeSort by relevance Sort by last modified time
    Searched full:node0 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/freetype/src/cache/
ftccache.c 224 ftc_node_hash_unlink( FTC_Node node0,
227 FTC_Node *pnode = FTC_NODE__TOP_FOR_HASH( cache, node0->hash );
241 if ( node == node0 )
247 *pnode = node0->link;
248 node0->link = NULL;
  /external/freetype/src/cache/
ftccache.c 224 ftc_node_hash_unlink( FTC_Node node0,
227 FTC_Node *pnode = FTC_NODE__TOP_FOR_HASH( cache, node0->hash );
241 if ( node == node0 )
247 *pnode = node0->link;
248 node0->link = NULL;
  /external/lldb/www/python_reference/
lldb.SBAddress-class.html 63 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#__swig_setmethods__" title="lldb.SBAddress.__swig_setmethods__" alt="" coords="17,31,197,49"/>
64 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#__swig_getmethods__" title="lldb.SBAddress.__swig_getmethods__" alt="" coords="17,49,197,68"/>
65 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#block" title="A read only property that returns an lldb object that represents the block &#160;(lldb.SBBlock) that this address resides within." alt="" coords="17,68,197,87"/>
66 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#compile_unit" title="A read only property that returns an lldb object that represents the &#160;compile unit (lldb.SBCompileUnit) that this address resides within." alt="" coords="17,87,197,105"/>
67 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#file_addr" title="A read only property that returns file address for the section as an &#160;integer." alt="" coords="17,105,197,124"/>
68 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#function" title="A read only property that returns an lldb object that represents the &#160;function (lldb.SBFunction) that this address resides within." alt="" coords="17,124,197,143"/>
69 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#line_entry" title="A read only property that returns an lldb object that represents the line &#160;entry (lldb.SBLineEntry) that this address resides within." alt="" coords="17,143,197,161"/>
70 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#load_addr" title="A read/write property that gets/sets the SBAddress using load address." alt="" coords="17,161,197,180"/>
71 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#module" title="A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within." alt="" coords="17,180,197,199"/>
72 <area shape="rect" id="node0" href="lldb.SBAddress-class.html#offset" title="A read only property that returns the section offs (…)
    [all...]
  /external/zopfli/src/zopfli/
katajainen.c 148 Node* node0 = GetFreeNode(0, maxbits, pool); local
150 InitNode(leaves[0].weight, 1, 0, node0);
153 lists[i][0] = node0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
node.py 181 #for node0 in self.nodes():
183 #assert node0 is not node1

Completed in 650 milliseconds