Searched refs:myfunc (Results 1 – 19 of 19) sorted by relevance
/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | nsclone.c | 32 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/ |
D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
/external/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 16 def myfunc(api, i): function 32 api.run.run_once(myfunc, api, i)
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 16 def myfunc(api, i): function 32 api.run.run_once(myfunc, api, i)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | sext128.ll | 37 %0 = call i32 @myfunc(float %a) 50 declare i32 @myfunc(float)
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
/external/clang/test/Parser/ |
D | cxx-friend.cpp | 41 friend void myfunc();
|
/external/compiler-rt/test/tsan/ |
D | ignore_lib4.cc | 27 extern "C" void myfunc() { in myfunc() function
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 110 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/ |
D | dis.rst | 23 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)
|
D | re.rst | 646 ... 'def myfunc():')
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1363 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/ |
D | dis.rst | 24 Example: Given the function :func:`myfunc`:: 26 def myfunc(alist): 30 :func:`myfunc`:: 32 >>> dis.dis(myfunc) 93 >>> bytecode = dis.Bytecode(myfunc)
|
D | re.rst | 727 ... 'def myfunc():')
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 110 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/ |
D | operation_semantics.md | 632 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/ |
D | C.stg | 2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).
|
/external/valgrind/ |
D | configure.ac | 2830 int myfunc(void) { printf("LaPutyka\n"); }
|
D | configure | 11175 int myfunc(void) { printf("LaPutyka\n"); }
|