/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RWMutex.cpp | 53 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl() local 76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared() local 86 int errorcode = pthread_rwlock_unlock(rwlock); in unlock_shared() local 96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock() local 106 int errorcode = pthread_rwlock_unlock(rwlock); in unlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Mutex.cpp | 53 int errorcode = pthread_mutexattr_init(&attr); in MutexImpl() local 89 int errorcode = pthread_mutex_lock(mutex); in acquire() local 99 int errorcode = pthread_mutex_unlock(mutex); in release() local 109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire() local
|
/third_party/python/Modules/_sqlite/ |
D | util.c | 44 int errorcode = sqlite3_errcode(db); in _pysqlite_seterror() local
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_substitute.c | 118 int errorcode; in find_text_end() local 800 int errorcode; in pcre2_substitute() local
|
D | pcre2_fuzzsupport.c | 109 int errorcode; in LLVMFuzzerTestOneInput() local
|
D | pcre2posix.c | 300 int errorcode; in pcre2_regcomp() local
|
D | pcre2_jit_test.c | 1998 int result, errorcode; in run_invalid_utf8_test() local 2207 int result, errorcode; in run_invalid_utf16_test() local 2394 int result, errorcode; in run_invalid_utf32_test() local
|
D | pcre2_compile.c | 2531 int errorcode = 0; in parse_regex() local 9513 int errorcode = 0; in check_lookbehinds() local 9703 int errorcode = 0; /* Initialize to avoid compiler warn */ in pcre2_compile() local
|
D | pcre2test.c | 4328 print_error_message(int errorcode, const char *before, const char *after) in print_error_message() 4758 int errorcode; in show_pattern_info() local 5135 int errorcode; in process_pattern() local
|
/third_party/boost/libs/regex/performance/ |
D | pcre.cpp | 40 int errorcode = 0; in set_expression() local
|
/third_party/mesa3d/src/glx/ |
D | applegl_glx.c | 125 int errorcode; in applegl_create_context() local
|
D | glx_pbuffer.c | 687 int errorcode; in glXCreatePbuffer() local
|
D | glxcmds.c | 630 int errorcode; in glXCopyContext() local
|
/third_party/boost/libs/fiber/examples/ |
D | adapt_method_calls.cpp | 21 typedef int errorcode; typedef
|
D | adapt_callbacks.cpp | 60 typedef int errorcode; typedef in AsyncAPI
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 124 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
|
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 242 int errorcode = get_errno(); in fdesc_poll() local
|
/third_party/toybox/toys/pending/ |
D | tftp.c | 121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
|
/third_party/ffmpeg/libavfilter/ |
D | ebur128.c | 55 #define CHECK_ERROR(condition, errorcode, goto_point) \ argument
|
/third_party/glib/glib/pcre/ |
D | pcre_dfa_exec.c | 3293 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec() local
|
D | pcre_exec.c | 6426 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec() local
|
D | pcre_compile.c | 7641 int errorcode = 0; in pcre_compile2() local
|
/third_party/curl/lib/vtls/ |
D | schannel.c | 624 DWORD errorcode = GetLastError(); in schannel_acquire_credential_handle() local
|
/third_party/wayland_standard/tests/ |
D | display-test.c | 1049 uint32_t errorcode, id; in check_bind_error() local
|