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

1 2

  /external/llvm/test/CodeGen/X86/
2008-01-16-InvalidDAGCombineXform.ll 3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
5 define void @localize_local_bb19_bb(%struct.node_t** %cur_node) {
7 %tmp1 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
8 %tmp2 = getelementptr %struct.node_t, %struct.node_t* %tmp1, i32 0, i32 4 ; <double**> [#uses=1]
10 %tmp4 = load %struct.node_t*, %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1
    [all...]
atom-fixup-lea2.ll 16 ;struct node_t
22 ;extern struct node_t getnode();
27 ; struct node_t n = getnode();
34 %struct.node_t = type { i32, i32, i32, i32, i32* }
38 %n = alloca %struct.node_t, align 4
39 call void bitcast (void (%struct.node_t*, ...)* @getnode to void (%struct.node_t*)*)(%struct.node_t* sret %n)
40 %array = getelementptr inbounds %struct.node_t, %struct.node_t* %n, i32 0, i32
    [all...]
switch-zextload.ll 8 %struct.node_t = type { i8, i8, i8, i8, i32, i32, %struct.node_t**, %struct.node_t*, %struct.move_s }
10 define fastcc void @set_proof_and_disproof_numbers(%struct.node_t* nocapture %node) nounwind {
  /external/llvm/test/Transforms/ADCE/
2002-05-23-ZeroArgPHITest.ll 9 %node_t = type { double*, %node_t*, %node_t**, double**, double*, i32, i32 }
11 define void @localize_local(%node_t* %nodelist) {
13 %nodelist.upgrd.1 = alloca %node_t* ; <%node_t**> [#uses=2]
14 store %node_t* %nodelist, %node_t** %nodelist.upgrd.1
18 %reg107 = load %node_t*, %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tsearch.c 7 * The node_t structure is for internal use only
18 typedef struct node_t { struct
20 struct node_t *left, *right;
32 if (rootp == (struct node_t **)0)
34 while (*rootp != (struct node_t *)0) { /* Knuth's T1: */
44 if (q != (struct node_t *)0) { /* make new node */
47 q->left = q->right = (struct node_t *)0;
64 if (rootp == (struct node_t **)0 || *rootp == (struct node_t *)0)
65 return ((struct node_t *)0)
    [all...]
tfind.c 7 * The node_t structure is for internal use only
16 typedef struct node_t struct
19 struct node_t *llink, *rlink;
30 if (rootp == (struct node_t **)0)
31 return ((struct node_t *)0);
32 while (*rootp != (struct node_t *)0) { /* T1: */
  /external/llvm/test/CodeGen/ARM/
2009-03-09-AddrModeBug.ll 4 %struct.node_t = type { %struct.hit_t, %struct.hit_t, i32 }
7 define fastcc %struct.node_t* @_ZL6createP6node_tii3v_tS1_d(%struct.node_t* %n, i32 %lvl, i32 %dist, i64 %c.0.0, i64 %c.0.1, i64 %c.0.2, i64 %d.0.0, i64 %d.0.1, i64 %d.0.2, double %r) nounwind {
9 %0 = getelementptr %struct.node_t, %struct.node_t* %n, i32 0, i32 1 ; <%struct.hit_t*> [#uses=1]
  /external/jemalloc/test/unit/
rb.c 14 typedef struct node_s node_t; typedef in typeref:struct:node_s
19 rb_node(node_t) link;
24 node_cmp(const node_t *a, const node_t *b) {
42 typedef rb_tree(node_t) tree_t;
43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
48 node_t key;
71 tree_recurse(node_t *node, unsigned black_height, unsigned black_depth)
74 node_t *left_node;
75 node_t *right_node
    [all...]
  /external/libmicrohttpd/src/microhttpd/
tsearch.c 7 * The node_t structure is for internal use only, lint doesn't grok it.
28 node_t *q;
29 node_t **rootp = (node_t **)vrootp;
45 q = malloc(sizeof(node_t)); /* T5: key not found */
62 node_t **rootp = (node_t **)vrootp;
90 node_t **rootp = (node_t **)vrootp;
91 node_t *p, *q, *r
    [all...]
tsearch.h 37 } node_t; typedef in typeref:struct:node
  /external/llvm/test/CodeGen/Generic/
2006-01-12-BadSetCCFold.ll 3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
27 %cur_node.0.i8.1.i.i = phi %struct.node_t* [ undef, %dealwithargs.exit ], [ null, %no_exit.i12.i.i ] ; <%struct.node_t*> [#uses=0]
  /bionic/libc/bionic/
tdestroy.cpp 24 node_t* root_node = reinterpret_cast<node_t*>(root);
  /bionic/libc/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /development/ndk/platforms/android-21/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
search.h 27 } node_t; typedef in typeref:struct:node

Completed in 534 milliseconds

1 2