Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 25 of 137) sorted by relevance

123456

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c19 struct nlattr *nest; in nfct_build_tuple_ip() local
21 nest = mnl_attr_nest_start(nlh, CTA_TUPLE_IP); in nfct_build_tuple_ip()
22 if (nest == NULL) in nfct_build_tuple_ip()
37 mnl_attr_nest_cancel(nlh, nest); in nfct_build_tuple_ip()
40 mnl_attr_nest_end(nlh, nest); in nfct_build_tuple_ip()
47 struct nlattr *nest; in nfct_build_tuple_proto() local
49 nest = mnl_attr_nest_start(nlh, CTA_TUPLE_PROTO); in nfct_build_tuple_proto()
50 if (nest == NULL) in nfct_build_tuple_proto()
76 mnl_attr_nest_cancel(nlh, nest); in nfct_build_tuple_proto()
79 mnl_attr_nest_end(nlh, nest); in nfct_build_tuple_proto()
[all …]
Dbuild.c16 struct nfattr *nest; in __build_tuple_ip() local
18 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_IP); in __build_tuple_ip()
37 nfnl_nest_end(&req->nlh, nest); in __build_tuple_ip()
44 struct nfattr *nest; in __build_tuple_proto() local
46 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_PROTO); in __build_tuple_proto()
86 nfnl_nest_end(&req->nlh, nest); in __build_tuple_proto()
99 struct nfattr *nest; in __build_tuple() local
101 nest = nfnl_nest(&req->nlh, size, type); in __build_tuple()
103 nfnl_nest_end(&req->nlh, nest); in __build_tuple()
109 struct nfattr *nest, *nest_proto; in __build_protoinfo() local
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2008-02-16-NestAttr.ll1 ; RUN: opt < %s -globalopt -S | grep { nest } | count 1
2 %struct.FRAME.nest = type { i32, i32 (i32)* }
12 define internal fastcc i32 @g.1478(%struct.FRAME.nest* nest %CHAIN.1, i32 %m) nounwind {
14 %tmp3 = getelementptr %struct.FRAME.nest* %CHAIN.1, i32 0, i32 0 ; <i32*> [#uses=1]
21 define internal i32 @f.1481(%struct.FRAME.nest* nest %CHAIN.2, i32 %m) nounwind {
23 …%tmp4 = tail call fastcc i32 @g.1478( %struct.FRAME.nest* nest %CHAIN.2, i32 %m ) nounwind ; <i…
24 %tmp6 = getelementptr %struct.FRAME.nest* %CHAIN.2, i32 0, i32 0 ; <i32*> [#uses=1]
31 define i32 @nest(i32 %n) nounwind {
34 %FRAME.0 = alloca %struct.FRAME.nest ; <%struct.FRAME.nest*> [#uses=3]
36 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
[all …]
/external/llvm/test/Transforms/InstCombine/
D2008-01-14-VarArgTrampoline.ll3 %struct.FRAME.nest = type { i32, i32 (...)* }
9 declare i32 @f(%struct.FRAME.nest* nest , ...)
11 define i32 @nest(i32 %n) {
13 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
16 …%tmp3 = getelementptr %struct.FRAME.nest, %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#u…
18 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
19 …call void @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* …
21 …%tmp7 = getelementptr %struct.FRAME.nest, %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (...)…
D2011-09-03-Trampoline.ll5 declare i32 @f(i8 * nest, i32)
19 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
31 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
49 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
84 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
85 ; CHECK: %ret1 = call i32 @f(i8* nest null, i32 %n)
86 ; CHECK: %ret2 = call i32 @f(i8* nest null, i32 %n)
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2008-01-14-DoubleNest.ll3 %struct.FRAME.nest = type { i32, i32 (i32*)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32*)
10 define i32 @nest(i32 %n) {
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 …%tramp = call i8* @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*…
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32*)**> [#uses=1]
22 %tmp2.i = call i32 %tmp89( i32* nest null ) ; <i32> [#uses=1]
D2007-09-11-Trampoline.ll3 %struct.FRAME.nest = type { i32, i32 (i32)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32 )
10 define i32 @nest(i32 %n) {
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 …%tramp = call i8* @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*…
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32)**> [#uses=1]
D2008-01-14-VarArgTrampoline.ll3 %struct.FRAME.nest = type { i32, i32 (...)* }
9 declare i32 @f(%struct.FRAME.nest* nest , ...)
11 define i32 @nest(i32 %n) {
13 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
16 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
18 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
19 …call void @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* …
21 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (...)**> [#uses=1]
D2011-09-03-Trampoline.ll5 declare i32 @f(i8 * nest, i32)
19 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
31 ; CHECK: %ret = call i32 @f(i8* nest null, i32 %n)
49 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
84 ; CHECK: %ret0 = call i32 @f(i8* nest null, i32 %n)
85 ; CHECK: %ret1 = call i32 @f(i8* nest null, i32 %n)
86 ; CHECK: %ret2 = call i32 @f(i8* nest null, i32 %n)
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_linux.c114 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local
116 if (!nest) in nla_put_rxsc_config()
121 nla_nest_end(msg, nest); in nla_put_rxsc_config()
666 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
675 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); in macsec_drv_set_transmit_next_pn()
676 if (!nest) in macsec_drv_set_transmit_next_pn()
682 nla_nest_end(msg, nest); in macsec_drv_set_transmit_next_pn()
790 struct nlattr *nest; in macsec_drv_create_receive_sa() local
803 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); in macsec_drv_create_receive_sa()
804 if (!nest) in macsec_drv_create_receive_sa()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dppc64-nest.ll5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
8 define i8* @nest_receiver(i8* nest %arg) nounwind {
23 %result = call i8* @nest_receiver(i8* nest %arg)
39 %call = tail call signext i32 %callee.knr.cast(i8* nest %p)
Dppc32-nest.ll5 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
8 define i8* @nest_receiver(i8* nest %arg) nounwind {
23 %result = call i8* @nest_receiver(i8* nest %arg)
/external/llvm/test/Transforms/SafeStack/
Dconstant-gep-call.ll4 %struct.nest = type { %struct.pair, %struct.pair }
18 %c = alloca %struct.nest, align 4
19 %b = getelementptr inbounds %struct.nest, %struct.nest* %c, i32 0, i32 1
/external/iproute2/tipc/
Dnode.c79 struct nlattr *nest; in cmd_node_set_addr() local
98 nest = mnl_attr_nest_start(nlh, TIPC_NLA_NET); in cmd_node_set_addr()
100 mnl_attr_nest_end(nlh, nest); in cmd_node_set_addr()
175 struct nlattr *nest; in cmd_node_set_netid() local
194 nest = mnl_attr_nest_start(nlh, TIPC_NLA_NET); in cmd_node_set_netid()
196 mnl_attr_nest_end(nlh, nest); in cmd_node_set_netid()
Dpeer.c32 struct nlattr *nest; in cmd_peer_rm_addr() local
51 nest = mnl_attr_nest_start(nlh, TIPC_NLA_NET); in cmd_peer_rm_addr()
53 mnl_attr_nest_end(nlh, nest); in cmd_peer_rm_addr()
Dbearer.c131 struct nlattr *nest; in enable_udp_bearer() local
202 nest = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_UDP_OPTS); in enable_udp_bearer()
205 mnl_attr_nest_end(nlh, nest); in enable_udp_bearer()
229 struct nlattr *nest; in cmd_bearer_enable() local
264 nest = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER); in cmd_bearer_enable()
296 mnl_attr_nest_end(nlh, nest); in cmd_bearer_enable()
358 struct nlattr *nest; in cmd_bearer_disable() local
387 nest = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER); in cmd_bearer_disable()
407 mnl_attr_nest_end(nlh, nest); in cmd_bearer_disable()
Dsocket.c50 struct nlattr *nest; in publ_list() local
57 nest = mnl_attr_nest_start(nlh, TIPC_NLA_SOCK); in publ_list()
59 mnl_attr_nest_end(nlh, nest); in publ_list()
/external/libnl/lib/route/
Dact.c72 struct nlattr *nest; in rtnl_act_fill_one() local
75 nest = nla_nest_start(msg, order); in rtnl_act_fill_one()
76 if (!nest) in rtnl_act_fill_one()
98 nla_nest_end(msg, nest); in rtnl_act_fill_one()
108 struct nlattr *nest; in rtnl_act_fill() local
111 nest = nla_nest_start(msg, attrtype); in rtnl_act_fill()
112 if (!nest) in rtnl_act_fill()
122 nla_nest_end(msg, nest); in rtnl_act_fill()
/external/llvm/test/CodeGen/ARM/
Dnest-register.ll3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
6 define i8* @nest_receiver(i8* nest %arg) nounwind {
19 %result = call i8* @nest_receiver(i8* nest %arg)
/external/llvm/test/CodeGen/AArch64/
Dnest-register.ll3 ; Tests that the 'nest' parameter attribute causes the relevant parameter to be
6 define i8* @nest_receiver(i8* nest %arg) nounwind {
21 %result = call i8* @nest_receiver(i8* nest %arg)
/external/iproute2/tc/
Dq_prio.c36 struct rtattr *nest; in prio_parse_opt() local
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt)); in prio_parse_opt()
92 addattr_nest_compat_end(n, nest); in prio_parse_opt()
Dq_rr.c37 struct rtattr *nest; in rr_parse_opt() local
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt)); in rr_parse_opt()
87 addattr_nest_compat_end(n, nest); in rr_parse_opt()
/external/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt45 nest-align-1.c
46 nest-stdar-1.c
62 align-nest.c
/external/llvm/test/Bitcode/
DhighLevelStructure.3.2.ll36 ; CHECK: declare void @ParamAttr2(i8* nest)
37 declare void @ParamAttr2(i8* nest)
50 ; CHECK: declare void @ParamAttr9{{[(i8* nest noalias nocapture) | (i8* noalias nocapture nest)]}}
51 declare void @ParamAttr9(i8* nest noalias nocapture)
/external/iproute2/lib/
Dlibnetlink.c683 struct rtattr *nest = NLMSG_TAIL(n); in addattr_nest() local
686 return nest; in addattr_nest()
689 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest) in addattr_nest_end() argument
691 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest; in addattr_nest_end()
707 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); in addattr_nest_compat_end() local
710 addattr_nest_end(n, nest); in addattr_nest_compat_end()
766 struct rtattr *nest = RTA_TAIL(rta); in rta_nest() local
770 return nest; in rta_nest()
773 int rta_nest_end(struct rtattr *rta, struct rtattr *nest) in rta_nest_end() argument
775 nest->rta_len = (void *)RTA_TAIL(rta) - (void *)nest; in rta_nest_end()

123456