HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 1 - 25 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/testing/gtest/codegear/
gtest_link.cc 39 #pragma link "gtest.lib"
40 #pragma link "gtest_main.lib"
  /external/protobuf/gtest/codegear/
gtest_link.cc 39 #pragma link "gtest.lib"
40 #pragma link "gtest_main.lib"
  /external/iproute2/etc/iproute2/
rt_scopes 7 253 link
  /bionic/libc/private/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
42 #define PREPEND(list, elt, link) \
44 INSIST(!LINKED(elt, link));\
    [all...]
  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 10 Connection link[3] variable
2002-03-12-StructInitializer.c 14 Connection link[3] variable
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 10 # A header with a [link](http://www.link.com)
14 Another with a [link][a]
18 [a]: http://www.link.com/