Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dnsclone.c32 int myfunc(void *arg) in myfunc() function
57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
/external/clang/test/Sema/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dsext128.ll37 %0 = call i32 @myfunc(float %a)
50 declare i32 @myfunc(float)
/external/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/clang/test/Parser/
Dcxx-friend.cpp41 friend void myfunc();
/external/compiler-rt/test/tsan/
Dignore_lib4.cc27 extern "C" void myfunc() { in myfunc() function
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst110 logging.debug('Hi from myfunc')
132 0 Thread-1 Hi from myfunc
134 505 Thread-1 Hi from myfunc
136 1007 Thread-1 Hi from myfunc
138 1508 Thread-1 Hi from myfunc
139 2010 Thread-1 Hi from myfunc
141 2512 Thread-1 Hi from myfunc
143 3013 Thread-1 Hi from myfunc
144 3515 Thread-1 Hi from myfunc
146 4017 Thread-1 Hi from myfunc
[all …]
/external/python/cpython2/Doc/library/
Ddis.rst23 Example: Given the function :func:`myfunc`::
25 def myfunc(alist):
28 the following command can be used to get the disassembly of :func:`myfunc`::
30 >>> dis.dis(myfunc)
Dre.rst646 ... 'def myfunc():')
/external/curl/m4/
Dcurl-compilers.m41363 struct mystruct myfunc();
1364 typedef char good_t1[sizeof(myfunc().mi) == sizeof(int) ? 1 : -1 ];
1365 typedef char good_t2[sizeof(myfunc().mc) == sizeof(char) ? 1 : -1 ];
1385 struct mystruct myfunc();
1386 typedef char bad_t1[sizeof(myfunc().mi) != sizeof(int) ? 1 : -1 ];
1387 typedef char bad_t2[sizeof(myfunc().mc) != sizeof(char) ? 1 : -1 ];
/external/python/cpython3/Doc/library/
Ddis.rst24 Example: Given the function :func:`myfunc`::
26 def myfunc(alist):
30 :func:`myfunc`::
32 >>> dis.dis(myfunc)
93 >>> bytecode = dis.Bytecode(myfunc)
Dre.rst727 ... 'def myfunc():')
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst110 logging.debug('Hi from myfunc')
132 0 Thread-1 Hi from myfunc
134 505 Thread-1 Hi from myfunc
136 1007 Thread-1 Hi from myfunc
138 1508 Thread-1 Hi from myfunc
139 2010 Thread-1 Hi from myfunc
141 2512 Thread-1 Hi from myfunc
143 3013 Thread-1 Hi from myfunc
144 3515 Thread-1 Hi from myfunc
146 4017 Thread-1 Hi from myfunc
[all …]
/external/tensorflow/tensorflow/docs_src/performance/xla/
Doperation_semantics.md632 CustomCall("myfunc", {x, y}, f32[3x3])
635 Here is an example of an implementation of `myfunc`:
638 extern "C" void myfunc(void* out, void** in) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).
/external/valgrind/
Dconfigure.ac2830 int myfunc(void) { printf("LaPutyka\n"); }
Dconfigure11175 int myfunc(void) { printf("LaPutyka\n"); }