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

  /external/clang/test/CodeGen/
pointer-signext.c 15 struct _LIST_ENTRY *BackLink;
  /external/markdown/markdown/extensions/
footnotes.py 129 backlink = etree.Element("a")
130 backlink.set("href", "#" + self.makeFootnoteRefId(id))
131 backlink.set("rev", "footnote")
132 backlink.set("title", "Jump back to footnote %d in the text" % \
134 backlink.text = FN_BACKLINK_TEXT
140 node.append(backlink)
143 p.append(backlink)
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 130 struct media_link *backlink; local
149 backlink = __media_entity_add_link(sink);
150 backlink->source = &source->pads[link->source.index];
151 backlink->sink = &sink->pads[link->sink.index];
152 backlink->flags = link->flags;
154 fwdlink->twin = backlink;
155 backlink->twin = fwdlink;
  /external/kernel-headers/original/linux/
atmdev.h 313 void *user_back; /* user backlink - not touched by */
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2708 $backlink = "<a href=\\"#fnref:$note_id\\"$attr>&#8617;<\/a>"; variable
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 781 /* This is the new to_ -> from_ backlink to add. */
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 1738 milliseconds