HomeSort by relevance Sort by last modified time
    Searched full:nest (Results 1 - 25 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/include/linux/
tipc_netlink.h 68 TIPC_NLA_BEARER, /* nest */
69 TIPC_NLA_SOCK, /* nest */
70 TIPC_NLA_PUBL, /* nest */
71 TIPC_NLA_LINK, /* nest */
72 TIPC_NLA_MEDIA, /* nest */
73 TIPC_NLA_NODE, /* nest */
74 TIPC_NLA_NET, /* nest */
75 TIPC_NLA_NAME_TABLE, /* nest */
85 TIPC_NLA_BEARER_PROP, /* nest */
87 TIPC_NLA_BEARER_UDP_OPTS, /* nest */
    [all...]
  /external/kernel-headers/original/uapi/linux/
tipc_netlink.h 67 TIPC_NLA_BEARER, /* nest */
68 TIPC_NLA_SOCK, /* nest */
69 TIPC_NLA_PUBL, /* nest */
70 TIPC_NLA_LINK, /* nest */
71 TIPC_NLA_MEDIA, /* nest */
72 TIPC_NLA_NODE, /* nest */
73 TIPC_NLA_NET, /* nest */
74 TIPC_NLA_NAME_TABLE, /* nest */
84 TIPC_NLA_BEARER_PROP, /* nest */
86 TIPC_NLA_BEARER_UDP_OPTS, /* nest */
    [all...]
if_team.h 34 TEAM_ATTR_LIST_OPTION, /* nest */
35 TEAM_ATTR_LIST_PORT, /* nest */
59 TEAM_ATTR_ITEM_OPTION, /* nest */
81 TEAM_ATTR_ITEM_PORT, /* nest */
  /external/llvm/test/Transforms/InstCombine/
2008-01-14-VarArgTrampoline.ll 3 %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*> [#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*, ...)* @f to i8*), i8* %FRAME.06 ) ; <i8*> [#uses=1
    [all...]
2011-09-03-Trampoline.ll 5 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/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
Bird.java 18 public class Bird extends AbstractAnimal<Nest> {
19 private Nest home;
21 public Nest getHome() {
25 public void setHome(Nest home) {
BirdTest.java 29 Nest home = new Nest();
30 home = new Nest();
51 "home: !!org.yaml.snakeyaml.generics.Nest\n height: 3\nname: Eagle\n", output);
GenericsBugDetector.java 27 * Check whether the proper class Nest for Bird's property 'home' is
34 return property.getPropertyType() == Nest.class;
Nest.java 18 public class Nest {
  /external/llvm/test/CodeGen/AArch64/
nest-register.ll 3 ; 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/llvm/test/CodeGen/ARM/
nest-register.ll 3 ; 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/PowerPC/
ppc32-nest.ll 5 ; 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)
ppc64-nest.ll 5 ; 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)
  /external/clang/test/CodeGenCXX/
call-with-static-chain.cpp 24 // CHECK32: call i32 bitcast (i32 (i32, i32, i32, i32, i32, i32, i32, i32)* @f1 to i32 (i8*, i32, i32, i32, i32, i32, i32, i32, i32)*)(i8* nest bitcast (i32 (i32, i32, i32, i32, i32, i32, i32, i32)* @f1 to i8*)
25 // CHECK64: call i32 bitcast (i32 (i64, i64, i64, i64, i64, i64, %struct.A*)* @f1 to i32 (i8*, i64, i64, i64, i64, i64, i64, %struct.A*)*)(i8* nest bitcast (i32 (i64, i64, i64, i64, i64, i64, %struct.A*)* @f1 to i8*)
28 // CHECK32: call void bitcast (void (%struct.B*)* @f2 to void (%struct.B*, i8*)*)(%struct.B* sret %{{[0-9a-z]+}}, i8* nest bitcast (void (%struct.B*)* @f2 to i8*))
29 // CHECK64: call void bitcast (void (%struct.B*)* @f2 to void (%struct.B*, i8*)*)(%struct.B* sret %{{[0-9a-z]+}}, i8* nest bitcast (void (%struct.B*)* @f2 to i8*))
32 // CHECK32: call i64 bitcast (i64 ()* @f3 to i64 (i8*)*)(i8* nest bitcast (i64 ()* @f3 to i8*))
33 // CHECK64: call <2 x float> bitcast (<2 x float> ()* @f3 to <2 x float> (i8*)*)(i8* nest bitcast (<2 x float> ()* @f3 to i8*))
36 // CHECK32: call dereferenceable(8) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
37 // CHECK64: call dereferenceable(16) %struct.A* bitcast (%struct.A* ()* @f4 to %struct.A* (i8*)*)(i8* nest bitcast (%struct.A* ()* @f4 to i8*))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
test_response.py 18 Nest = Element()
27 <Nest>
30 </Nest>
37 nest = dict(filter(useful, Item.Nest.__dict__.items()))
38 self.assertEqual(nest, dict(Zip='Zap', Zam='Zoo'))
39 useful = lambda x: not x[0].startswith('_') and not x[0] == 'Nest'
76 Item = MemberList(Nest=MemberList(),
83 <Nest>
87 </Nest>
    [all...]
  /external/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest; member in struct:S
  /external/libxml2/result/SVG/
group03.xml 4 <desc>Groups can nest
  /external/libxml2/test/SVG/
group03.xml 5 <desc>Groups can nest
  /external/llvm/test/Transforms/SafeStack/
constant-gep-call.ll 4 %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
  /prebuilts/go/darwin-x86/test/
turing.go 19 for nest := dir; dir*nest > 0; pc += dir {
22 nest--
24 nest++
  /prebuilts/go/linux-x86/test/
turing.go 19 for nest := dir; dir*nest > 0; pc += dir {
22 nest--
24 nest++
  /external/iproute2/tipc/
peer.c 32 struct nlattr *nest; local
51 nest = mnl_attr_nest_start(nlh, TIPC_NLA_NET);
53 mnl_attr_nest_end(nlh, nest);
  /external/clang/test/CXX/class/class.nest/
p3.cpp 4 // C++0x [class.nest] p3:
  /external/llvm/test/CodeGen/X86/
2011-08-23-Trampoline.ll 13 declare void @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets* nest , i32, i32) nounwind
  /external/llvm/test/Verifier/
inalloca1.ll 12 declare void @d(i64* nest inalloca %p)

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>