HomeSort by: relevance | last modified time | path
    Searched defs:doit (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
imported-unit.c 26 int doit ()
34 return foo.doit ();
38 finding the start and end address of doit turned out to be
43 int doit (void) function
55 return doit ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
imported-unit.c 26 int doit ()
34 return foo.doit ();
38 finding the start and end address of doit turned out to be
43 int doit (void) function
55 return doit ();
  /src/lib/libc/compat/arch/m68k/sys/
compat_sigprocmask.S 55 jra doit
59 doit: label
  /src/lib/libc/compat/arch/mips/sys/
compat_sigprocmask.S 52 b doit # mask = zero
55 doit: label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
namelessclass.cc 26 int doit (void) { function in class:A
45 return a.doit ();
subtypes-2.cc 22 int doit () { return 1; } function in struct:Outer::Inner
29 p->a = p->doit ();
subtypes.cc 25 int doit (void) { return 1111; } function in struct:Foo
30 int doit (void) { return 2222; } function in struct:Bar
35 int doit (void) { return 3333; } function in struct:Baz
40 return foo.doit () + bar.doit () + baz.doit () + foobar<int> (6)
anon-ns2.cc 34 static void doit (void) { } // one::doit(void) function in class:__anon18224::one
49 static void doit (void) { } // A::two::doit(void) function in class:__anon18224::A::two
66 static void doit (void) { } // A::three::doit(void) function in class:__anon18224::A::__anon18225::__anon18226::three
74 doit (void) function
77 one::doit ();
79 A::two::doit ();
81 A::three::doit ();
    [all...]
subtypes.h 25 T doit (void) { return 1; } function in struct:Foo
30 T doit (void) { return 2; } function in struct:Bar
35 T doit (void) { return 3; } function in struct:Baz
38 return arg - foo.doit () - bar.doit () - baz.doit ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
namelessclass.cc 26 int doit (void) { function in class:A
45 return a.doit ();
subtypes-2.cc 22 int doit () { return 1; } function in struct:Outer::Inner
29 p->a = p->doit ();
subtypes.cc 25 int doit (void) { return 1111; } function in struct:Foo
30 int doit (void) { return 2222; } function in struct:Bar
35 int doit (void) { return 3333; } function in struct:Baz
40 return foo.doit () + bar.doit () + baz.doit () + foobar<int> (6)
anon-ns2.cc 34 static void doit (void) { } // one::doit(void) function in class:__anon20968::one
49 static void doit (void) { } // A::two::doit(void) function in class:__anon20968::A::two
66 static void doit (void) { } // A::three::doit(void) function in class:__anon20968::A::__anon20969::__anon20970::three
74 doit (void) function
77 one::doit ();
79 A::two::doit ();
81 A::three::doit ();
    [all...]
subtypes.h 25 T doit (void) { return 1; } function in struct:Foo
30 T doit (void) { return 2; } function in struct:Bar
35 T doit (void) { return 3; } function in struct:Baz
38 return arg - foo.doit () - bar.doit () - baz.doit ();
  /src/sys/kern/
vnode_if.sh 84 # and calls "doit()" to generate output for the function.
113 doit(); function
263 function doit() { function
783 function doit() { function
824 function doit() { function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getnameinfo.c 41 doit (int af, function
107 return doit (AF_INET6, &sin6->sin6_addr, sizeof(sin6->sin6_addr),
117 return doit (AF_INET, &sin4->sin_addr, sizeof(sin4->sin_addr),
getaddrinfo-test.c 69 doit (const char *nodename, const char *servname) function
146 doit (nodename, argv[i+1]);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-virtual.cc 18 virtual int doit () { return 1; } function in struct:A
25 int doit () { return 2; } function in struct:B
31 int doit () { return 3; } function in struct:C
37 int doit () { return 4; } function in struct:D
50 var = (b.doit () + c.doit () + d.doit () + d.doit3 ()
51 + ap->doit () + ap->doit2 ()); // break here
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-virtual.cc 18 virtual int doit () { return 1; } function in struct:A
25 int doit () { return 2; } function in struct:B
31 int doit () { return 3; } function in struct:C
37 int doit () { return 4; } function in struct:D
50 var = (b.doit () + c.doit () + d.doit () + d.doit3 ()
51 + ap->doit () + ap->doit2 ()); // break here
  /src/lib/libm/noieee_src/
n_fmod.c 133 doit(double x, double y) function
166 doit(x,y);
167 doit(x,-y);
168 doit(-x,y);
169 doit(-x,-y);
  /src/tests/kernel/
t_fdrestart.c 150 doit(void *cookie) function
175 RZ(pthread_create(&t, NULL, &doit, F));
  /src/tests/net/net/
t_pktinfo.c 156 doit(void) function
178 doit();
191 doit();
  /src/usr.bin/base64/
base64.c 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) function
265 doit(stdout, stdin, decode, ignore, wrap);
274 doit(stdout, fp, decode, ignore, wrap);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Casting.h 57 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
65 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
69 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
70 return isa_impl<To, From>::doit(Val);
75 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
76 return isa_impl<To, From>::doit(Val);
82 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
84 return isa_impl_cl<To, From>::doit(*Val);
89 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
91 return isa_impl<To, From>::doit(*Val)
96 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
103 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
110 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
120 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
130 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
223 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
232 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
    [all...]
  /src/external/gpl2/lvm2/dist/tools/
lvchange.c 520 int doit = 0, docmds = 0; local
589 doit += lvchange_permission(cmd, lv);
600 doit += lvchange_alloc(cmd, lv);
611 doit += lvchange_readahead(cmd, lv);
622 doit += lvchange_persistent(cmd, lv);
637 doit += lvchange_tag(cmd, lv, addtag_ARG);
648 doit += lvchange_tag(cmd, lv, deltag_ARG);
652 if (doit)
684 if (doit != docmds) {

Completed in 53 milliseconds

1 2 3