Home
last modified time | relevance | path

Searched defs:yield (Results 1 – 25 of 29) sorted by relevance

12

/external/pcre/dist2/src/
Dpcre2_maketables.c76 uint8_t *yield = (uint8_t *)malloc(tables_length); local
Dpcre2_match_data.c59 pcre2_match_data *yield; in pcre2_match_data_create() local
Dpcre2_study.c920 int yield = SSB_DONE; in set_start_bits() local
Dpcre2_substring.c214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber() local
Dpcre2_context.c89 void *yield = (memctl == NULL)? malloc(size) : in PRIV() local
Dpcre2_compile.c1242 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
Dpcre2test.c2915 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
Dpcre2grep.c1348 int yield = 0; in read_one_line() local
/external/skia/src/compute/skc/
Dcontext.h30 bool (* yield )(struct skc_runtime * const runtime); member
/external/skqp/src/compute/skc/
Dcontext.h30 bool (* yield )(struct skc_runtime * const runtime); member
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst487 .. _yield: target in The :keyword:`return` statement
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst511 .. _yield: target in The :keyword:`!return` statement
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Doneshot_func.pass.cpp70 int yield(int x) { yielded_values.push_back(x); return x + 1; } in yield() function
/external/clang/test/SemaCXX/
Dcoroutines.cpp82 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/
Dbuiltins-arm.c29 void yield() { in yield() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp68 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/
DMCJITCAPITest.cpp68 static void yield(LLVMContextRef, void *) { in yield() function
455 TEST_F(MCJITCAPITest, yield) { in TEST_F() argument
/external/llvm/lib/IR/
DLLVMContext.cpp213 void LLVMContext::yield() { in yield() function in LLVMContext
/external/swiftshader/src/Reactor/
DThread.hpp128 inline void Thread::yield() in yield() function in rr::Thread
/external/swiftshader/src/Common/
DThread.hpp128 inline void Thread::yield() in yield() function in sw::Thread
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp185 void LLVMContext::yield() { in yield() function in LLVMContext
/external/swiftshader/src/System/
DThread.hpp128 inline void Thread::yield() in yield() function in sw::Thread
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h54 #define yield() macro
/external/u-boot/include/linux/
Dcompat.h237 #define yield() do { } while (0) macro
/external/python/cpython3/Python/
Dhamt.c2600 hamt_baseiter_new(PyTypeObject *type, binaryfunc yield, PyHamtObject *o) in hamt_baseiter_new()

12