Searched refs:main_loop (Results 1 – 23 of 23) sorted by relevance
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 6 let rec main_loop stream = function 13 main_loop stream 34 main_loop stream
|
D | toy.ml | 18 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 8 let rec main_loop stream = function 15 main_loop stream 39 main_loop stream
|
D | toy.ml | 20 Toplevel.main_loop stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = function 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = function 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = function 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
D | toy.ml | 51 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 9 let rec main_loop the_fpm the_execution_engine stream = function 16 main_loop the_fpm the_execution_engine stream 49 main_loop the_fpm the_execution_engine stream
|
D | toy.ml | 47 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/iputils/ |
D | ping_common.h | 289 extern void main_loop(int icmp_sock, __u8 *buf, int buflen) __attribute__((noreturn));
|
D | ping_common.c | 726 void main_loop(int icmp_sock, __u8 *packet, int packlen) in main_loop() function
|
D | ping.c | 604 main_loop(icmp_sock, packet, packlen); in main()
|
D | ping6.c | 1267 main_loop(icmp_sock, packet, packlen); in main()
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl2.rst | 514 let rec main_loop stream = 521 main_loop stream 542 main_loop stream 843 let rec main_loop stream = 850 main_loop stream 871 main_loop stream 893 Toplevel.main_loop stream;
|
D | OCamlLangImpl4.rst | 162 Toplevel.main_loop the_fpm the_execution_engine stream; 804 let rec main_loop the_fpm the_execution_engine stream = 811 main_loop the_fpm the_execution_engine stream 844 main_loop the_fpm the_execution_engine stream 895 Toplevel.main_loop the_fpm the_execution_engine stream;
|
D | OCamlLangImpl3.rst | 400 Codegen into the "``Toplevel.main_loop``", and then dumps out the LLVM 897 let rec main_loop stream = 904 main_loop stream 928 main_loop stream 952 Toplevel.main_loop stream;
|
D | OCamlLangImpl6.rst | 1323 let rec main_loop the_fpm the_execution_engine stream = 1330 main_loop the_fpm the_execution_engine stream 1363 main_loop the_fpm the_execution_engine stream 1414 Toplevel.main_loop the_fpm the_execution_engine stream;
|
D | OCamlLangImpl5.rst | 1250 let rec main_loop the_fpm the_execution_engine stream = 1257 main_loop the_fpm the_execution_engine stream 1290 main_loop the_fpm the_execution_engine stream 1341 Toplevel.main_loop the_fpm the_execution_engine stream;
|
D | OCamlLangImpl7.rst | 1602 let rec main_loop the_fpm the_execution_engine stream = 1609 main_loop the_fpm the_execution_engine stream 1642 main_loop the_fpm the_execution_engine stream 1697 Toplevel.main_loop the_fpm the_execution_engine stream;
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 540 static int main_loop(int argc, const char **argv_) { in main_loop() function 1161 error = main_loop(argc, argv_); in main()
|