/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 76 uint8_t *yield = (uint8_t *)malloc(tables_length); local
|
D | pcre2_match_data.c | 59 pcre2_match_data *yield; in pcre2_match_data_create() local
|
D | pcre2_study.c | 920 int yield = SSB_DONE; in set_start_bits() local
|
D | pcre2_substring.c | 214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber() local
|
D | pcre2_context.c | 89 void *yield = (memctl == NULL)? malloc(size) : in PRIV() local
|
D | pcre2_compile.c | 1242 BOOL yield = FALSE; in read_number() local 1326 BOOL yield = FALSE; in read_repeat_counts() local 2105 int yield = 0; in check_posix_name() local
|
D | pcre2test.c | 2915 int yield = 0; in pchars8() local 2951 int yield = 0; in pchars16() local 2985 int yield = 0; in pchars32() local 4716 int rc, cmd, cmdlen, yield; in process_command() local 7863 int yield = 0; in c_option() local 8100 uint32_t yield = 0; in main() local
|
D | pcre2grep.c | 1348 int yield = 0; in read_one_line() local
|
/external/skia/src/compute/skc/ |
D | context.h | 30 bool (* yield )(struct skc_runtime * const runtime); member
|
/external/skqp/src/compute/skc/ |
D | context.h | 30 bool (* yield )(struct skc_runtime * const runtime); member
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 487 .. _yield: target in The :keyword:`return` statement
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 511 .. _yield: target in The :keyword:`!return` statement
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | oneshot_func.pass.cpp | 70 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
|
/external/clang/test/SemaCXX/ |
D | coroutines.cpp | 82 void yield() { in yield() function 90 co_yield yield; // expected-error {{no member named 'await_ready' in 'not_awaitable'}} in yield() local
|
/external/clang/test/CodeGen/ |
D | builtins-arm.c | 29 void yield() { in yield() function
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 68 static void yield(LLVMContextRef, void *) { in yield() function 454 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 68 static void yield(LLVMContextRef, void *) { in yield() function 455 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 213 void LLVMContext::yield() { in yield() function in LLVMContext
|
/external/swiftshader/src/Reactor/ |
D | Thread.hpp | 128 inline void Thread::yield() in yield() function in rr::Thread
|
/external/swiftshader/src/Common/ |
D | Thread.hpp | 128 inline void Thread::yield() in yield() function in sw::Thread
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 185 void LLVMContext::yield() { in yield() function in LLVMContext
|
/external/swiftshader/src/System/ |
D | Thread.hpp | 128 inline void Thread::yield() in yield() function in sw::Thread
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 54 #define yield() macro
|
/external/u-boot/include/linux/ |
D | compat.h | 237 #define yield() do { } while (0) macro
|
/external/python/cpython3/Python/ |
D | hamt.c | 2600 hamt_baseiter_new(PyTypeObject *type, binaryfunc yield, PyHamtObject *o) in hamt_baseiter_new()
|