Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 1734) sorted by relevance

12345678910>>...70

/external/libnl/lib/route/
Dlink.c184 static void release_link_info(struct rtnl_link *link) in release_link_info() argument
186 struct rtnl_link_info_ops *io = link->l_info_ops; in release_link_info()
190 io->io_free(link); in release_link_info()
191 link->l_info_ops = NULL; in release_link_info()
197 struct rtnl_link *link = nl_object_priv(c); in link_free_data() local
199 if (link) { in link_free_data()
202 if ((io = link->l_info_ops) != NULL) in link_free_data()
203 release_link_info(link); in link_free_data()
205 nl_addr_put(link->l_addr); in link_free_data()
206 nl_addr_put(link->l_bcast); in link_free_data()
[all …]
/external/libnl/lib/route/link/
Dvlan.c71 static int vlan_alloc(struct rtnl_link *link) in vlan_alloc() argument
78 link->l_info = vi; in vlan_alloc()
83 static int vlan_parse(struct rtnl_link *link, struct nlattr *data, in vlan_parse() argument
95 if ((err = vlan_alloc(link)) < 0) in vlan_parse()
98 vi = link->l_info; in vlan_parse()
169 static void vlan_free(struct rtnl_link *link) in vlan_free() argument
171 struct vlan_info *vi = link->l_info; in vlan_free()
179 link->l_info = NULL; in vlan_free()
182 static void vlan_dump_line(struct rtnl_link *link, struct nl_dump_params *p) in vlan_dump_line() argument
184 struct vlan_info *vi = link->l_info; in vlan_dump_line()
[all …]
/external/libnl/src/lib/
Dlink.c24 struct rtnl_link *link; in nl_cli_link_alloc() local
26 link = rtnl_link_alloc(); in nl_cli_link_alloc()
27 if (!link) in nl_cli_link_alloc()
30 return link; in nl_cli_link_alloc()
33 void nl_cli_link_parse_family(struct rtnl_link *link, char *arg) in nl_cli_link_parse_family() argument
41 rtnl_link_set_family(link, family); in nl_cli_link_parse_family()
44 void nl_cli_link_parse_name(struct rtnl_link *link, char *arg) in nl_cli_link_parse_name() argument
46 rtnl_link_set_name(link, arg); in nl_cli_link_parse_name()
49 void nl_cli_link_parse_mtu(struct rtnl_link *link, char *arg) in nl_cli_link_parse_mtu() argument
52 rtnl_link_set_mtu(link, mtu); in nl_cli_link_parse_mtu()
[all …]
/external/libxml2/result/
Dslashdot.rdf.rdr13 2 1 link 0 0
15 2 15 link 0 0
40 2 1 link 0 0
42 2 15 link 0 0
57 2 1 link 0 0
59 2 15 link 0 0
74 2 1 link 0 0
76 2 15 link 0 0
91 2 1 link 0 0
93 2 15 link 0 0
[all …]
Dslashdot.rdf.rde13 2 1 link 0 0
15 2 15 link 0 0
40 2 1 link 0 0
42 2 15 link 0 0
57 2 1 link 0 0
59 2 15 link 0 0
74 2 1 link 0 0
76 2 15 link 0 0
91 2 1 link 0 0
93 2 15 link 0 0
[all …]
Dslashdot.rdf.sax15 SAX.startElement(link)
17 SAX.endElement(link)
42 SAX.startElement(link)
44 SAX.endElement(link)
59 SAX.startElement(link)
61 SAX.endElement(link)
76 SAX.startElement(link)
78 SAX.endElement(link)
93 SAX.startElement(link)
95 SAX.endElement(link)
[all …]
/external/bison/lib/
Dfd-hook.c71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) in register_fd_hook() argument
78 if (link->private_next == NULL && link->private_prev == NULL) in register_fd_hook()
81 link->private_next = anchor.private_next; in register_fd_hook()
82 link->private_prev = &anchor; in register_fd_hook()
83 link->private_close_fn = close_hook; in register_fd_hook()
84 link->private_ioctl_fn = ioctl_hook; in register_fd_hook()
85 anchor.private_next->private_prev = link; in register_fd_hook()
86 anchor.private_next = link; in register_fd_hook()
91 if (link->private_close_fn != close_hook in register_fd_hook()
92 || link->private_ioctl_fn != ioctl_hook) in register_fd_hook()
[all …]
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java168 for (PhysicsBoneLink link : boneLinks.values()) { in update()
173 Vector3f p = link.rigidBody.getMotionState().getWorldLocation(); in update()
178 Quaternion q = link.rigidBody.getMotionState().getWorldRotationQuat(); in update()
182 tmpRot1.set(q).multLocal(link.initalWorldRotation); in update()
187 if (link.bone.getParent() == null) { in update()
190 modelPosition.set(p).subtractLocal(link.bone.getWorldBindPosition()); in update()
192 … modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal()); in update()
201 link.bone.setUserTransformsWorld(position, tmpRot1); in update()
207 link.bone.setUserTransformsWorld(position, tmpRot1); in update()
211 RagdollUtils.setTransform(link.bone, position, tmpRot1, false, boneList); in update()
[all …]
/external/jemalloc/test/unit/
Dql.c10 ql_elm(list_t) link;
21 assert_ptr_null(ql_last(head, link), in test_empty_list()
25 ql_foreach(t, head, link) { in test_empty_list()
31 ql_reverse_foreach(t, head, link) { in test_empty_list()
53 ql_elm_new(&entries[i], link); in init_entries()
64 assert_c_eq(ql_last(head, link)->id, entries[nentries-1].id, in test_entries_list()
68 ql_foreach(t, head, link) { in test_entries_list()
74 ql_reverse_foreach(t, head, link) { in test_entries_list()
81 t = ql_next(head, &entries[i], link); in test_entries_list()
84 assert_ptr_null(ql_next(head, &entries[nentries-1], link), in test_entries_list()
[all …]
Dqr.c11 qr(ring_t) link;
21 qr_new(&entries[i], link); in init_entries()
34 qr_foreach(t, &entries[i], link) { in test_independent_entries()
43 qr_reverse_foreach(t, &entries[i], link) { in test_independent_entries()
51 t = qr_next(&entries[i], link); in test_independent_entries()
57 t = qr_prev(&entries[i], link); in test_independent_entries()
81 qr_foreach(t, &entries[i], link) { in test_entries_ring()
89 qr_reverse_foreach(t, &entries[i], link) { in test_entries_ring()
96 t = qr_next(&entries[i], link); in test_entries_ring()
101 t = qr_prev(&entries[i], link); in test_entries_ring()
[all …]
/external/toybox/tests/
Dreadlink.test18 ln -sf notfound link
21 ln -sf ../../ link
23 rm link
24 ln -sf file link
26 ln -sf . link
28 ln -snf link link
51 ln -sf / link || exit 1
55 rm -f link && ln -sf link link || exit 1
58 rm file link sub/bang dir here
/external/llvm/test/CodeGen/X86/
D2009-12-11-TLSNoRedZone.ll7 %link = type { %0* }
8 %test = type { i32, %link }
38 %r1 = load %link*, %link** bitcast ([1 x i64]* @link_ptr to %link**), align 8 ; <%link*> [#uses=1]
41 %r4 = inttoptr i64 %r3 to %link** ; <%link**> [#uses=1]
42 %r5 = getelementptr %link*, %link** %r4, i64 1 ; <%link**> [#uses=1]
43 store %link* %r1, %link** %r5, align 8
49 %r8 = inttoptr i64 %r7 to %link* ; <%link*> [#uses=1]
50 %r9 = getelementptr %link, %link* %r8, i64 1 ; <%link*> [#uses=1]
51 store %link* %r9, %link** bitcast ([1 x i64]* @link_ptr to %link**), align 8
/external/tremolo/Tremolo/
Dvorbisfile.c348 static int _set_link_number(OggVorbis_File *vf,int link){ in _set_link_number() argument
349 if(link != vf->current_link) _decode_clear(vf); in _set_link_number()
351 _seek_helper(vf,vf->offsets[link]); in _set_link_number()
352 ogg_stream_reset_serialno(vf->os,vf->serialnos[link]); in _set_link_number()
353 vf->current_serialno=vf->serialnos[link]; in _set_link_number()
354 vf->current_link=link; in _set_link_number()
360 static int _set_link_number_preserve_pos(OggVorbis_File *vf,int link){ in _set_link_number_preserve_pos() argument
362 int ret=_set_link_number(vf,link); in _set_link_number_preserve_pos()
365 if(pos<vf->offsets[link] || pos>=vf->offsets[link+1]) in _set_link_number_preserve_pos()
591 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() local
[all …]
/external/markdown/tests/safe_mode/
Dunsafe_urls.txt3 [link](javascript:alert%28'Hello%20world!'%29)
4 [link](vbscript:msgbox%28%22Hello%20world!%22%29)
5 [link](livescript:alert%28'Hello%20world!'%29)
6 [link](mocha:[code])
7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29)
8 [link](ja&#32;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
9 [link](ja&#00032;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
10 [link](ja&#x00020;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
11 [link](ja%09&#x20;%0Avas&#32;cr&#x0a;ipt:alert%28'Hello%20world!'%29)
12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29)
[all …]
/external/libnl/src/
Dnl-link-stats.c45 static void dump_stat(struct rtnl_link *link, int id) in dump_stat() argument
47 uint64_t st = rtnl_link_get_stat(link, id); in dump_stat()
50 printf("%s.%s %" PRIu64 "\n", rtnl_link_get_name(link), in dump_stat()
56 struct rtnl_link *link = (struct rtnl_link *) obj; in dump_stats() local
63 dump_stat(link, i); in dump_stats()
72 dump_stat(link, id); in dump_stats()
83 struct rtnl_link *link; in main() local
88 link = nl_cli_link_alloc(); in main()
109 case 'n': nl_cli_link_parse_name(link, optarg); break; in main()
110 case 'i': nl_cli_link_parse_ifindex(link, optarg); break; in main()
[all …]
Dnl-link-set.c50 struct rtnl_link *link = nl_object_priv(obj); in set_cb() local
58 if ((err = rtnl_link_change(sock, link, change, 0) < 0)) in set_cb()
64 nl_object_dump(OBJ_CAST(link), &params); in set_cb()
71 struct rtnl_link *link, *change; in main() local
77 link = nl_cli_link_alloc(); in main()
109 case 'n': ok++; nl_cli_link_parse_name(link, optarg); break; in main()
110 case 'i': ok++; nl_cli_link_parse_ifindex(link, optarg); break; in main()
112 case ARG_MTU: nl_cli_link_parse_mtu(link, optarg); break; in main()
113 case ARG_TXQLEN: nl_cli_link_parse_txqlen(link, optarg); break; in main()
114 case ARG_WEIGHT: nl_cli_link_parse_weight(link, optarg); break; in main()
[all …]
Dnl-link-list.c54 struct rtnl_link *link; in main() local
63 link = nl_cli_link_alloc(); in main()
94 case 'n': nl_cli_link_parse_name(link, optarg); break; in main()
95 case 'i': nl_cli_link_parse_ifindex(link, optarg); break; in main()
96 case ARG_FAMILY: nl_cli_link_parse_family(link, optarg); break; in main()
97 case ARG_MTU: nl_cli_link_parse_mtu(link, optarg); break; in main()
98 case ARG_TXQLEN: nl_cli_link_parse_txqlen(link, optarg); break; in main()
99 case ARG_WEIGHT: nl_cli_link_parse_weight(link, optarg); break; in main()
103 nl_cache_dump_filter(link_cache, &params, OBJ_CAST(link)); in main()
/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle18 * NOTE: the link detection layer will try to resolve QName expansion
20 * then the link detection layer will expand role="foo:myrole"
22 * NOTE: the link detection layer will expand URI-Refences found on
61 * This is the prototype for the link detection routine.
62 * It calls the default link detection callbacks upon link detection.
68 * The link detection module interact with the upper layers using
73 * @node: the node carrying the link
74 * @href: the target of the link
76 * @title: the link title
78 * This is the prototype for a simple link detection callback.
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc81 Link link[kMaxLink]; member
236 Link *link = &mtx1->link[li]; in MutexBeforeLock() local
237 if (link->id == m->id) { in MutexBeforeLock()
238 if (link->seq != mtx->seq) { in MutexBeforeLock()
239 link->seq = mtx->seq; in MutexBeforeLock()
240 link->tid = lt->ctx; in MutexBeforeLock()
241 link->stk0 = stk1; in MutexBeforeLock()
242 link->stk1 = cb->Unwind(); in MutexBeforeLock()
252 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() local
253 link->id = m->id; in MutexBeforeLock()
[all …]
/external/v8/test/webkit/fast/js/
Dstring-link-expected.txt24 This is a test case for String.prototype.link(href).
29 PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
30 PASS '_'.link('b') is "<a href=\"b\">_</a>"
31 PASS '<'.link('b') is "<a href=\"b\"><</a>"
32 PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
33 PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
34 PASS '_'.link('" target="_blank') is "<a href=\"&quot; target=&quot;_blank\">_</a>"
35 PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
36 FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Threw exception Type…
37 FAIL String.prototype.link.call(null) should throw TypeError: Type error. Threw exception TypeError…
[all …]
/external/jsoncpp/src/lib_json/
Djson_internalmap.inl81 virtual void releaseMapLink( ValueInternalLink *link ) argument
83 delete link;
126 ValueInternalLink *link = linksAllocator_.allocate(); local
127 memset( link, 0, sizeof(ValueInternalLink) );
128 return link;
131 virtual void releaseMapLink( ValueInternalLink *link ) argument
133 link->~ValueInternalLink();
134 linksAllocator_.release( link );
213 ValueInternalLink *link = buckets_[bucketIndex].next_; local
214 while ( link )
[all …]
/external/libvorbis/lib/
Dvorbisfile.c723 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet() local
739 if(vf->seekable && link>0) in _fetch_and_process_packet()
740 granulepos-=vf->pcmlengths[link*2]; in _fetch_and_process_packet()
749 for(i=0;i<link;i++) in _fetch_and_process_packet()
822 int link; in _fetch_and_process_packet() local
832 for(link=0;link<vf->links;link++) in _fetch_and_process_packet()
833 if(vf->serialnos[link]==serialno)break; in _fetch_and_process_packet()
835 if(link==vf->links) continue; /* not the desired Vorbis in _fetch_and_process_packet()
840 vf->current_link=link; in _fetch_and_process_packet()
853 link=0; in _fetch_and_process_packet()
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-link.rst1 llvm-link - LLVM bitcode linker
7 :program:`llvm-link` [*options*] *filename ...*
12 :program:`llvm-link` takes several LLVM bitcode files and links them together
21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
23 option, :program:`llvm-link` will write raw bitcode regardless of the output
29 :program:`llvm-link` will write its output to standard output.
37 If specified, :program:`llvm-link` prints a human-readable version of the
46 Verbose mode. Print information about what :program:`llvm-link` is doing.
53 If :program:`llvm-link` succeeds, it will exit with 0. Otherwise, if an error
/external/freetype/src/cache/
Dftccache.c155 *pnode = node->link; in ftc_cache_resize()
156 node->link = new_list; in ftc_cache_resize()
160 pnode = &node->link; in ftc_cache_resize()
205 pnode = &(*pnode)->link; in ftc_cache_resize()
244 pnode = &(*pnode)->link; in ftc_node_hash_unlink()
247 *pnode = node0->link; in ftc_node_hash_unlink()
248 node0->link = NULL; in ftc_node_hash_unlink()
263 node->link = *pnode; in ftc_node_hash_link()
369 next = node->link; in FTC_Cache_Clear()
370 node->link = NULL; in FTC_Cache_Clear()
[all …]
/external/v8/benchmarks/
Drichards.js192 this.currentTcb = this.currentTcb.link;
223 return this.currentTcb.link;
245 packet.link = null;
260 function TaskControlBlock(link, id, priority, queue, task) { argument
261 this.link = link;
328 this.queue = packet.link;
479 this.v2 = this.v2.link;
486 this.v1 = this.v1.link;
515 function Packet(link, id, kind) { argument
516 this.link = link;
[all …]

12345678910>>...70