/third_party/backends/lib/ |
H A D | alloca.c | 347 struct stk_stat status; in i00afunc() local 353 step is to get the stack status structure. We could do this in i00afunc() 357 STKSTAT (&status); in i00afunc() 361 trailer = (struct stk_trailer *) (status.current_address in i00afunc() 362 + status.current_size in i00afunc()
|
/third_party/curl/lib/ |
H A D | curl_rtmp.c | 276 static CURLcode rtmp_done(struct Curl_easy *data, CURLcode status, in rtmp_done() argument 280 (void)status; /* unused */ in rtmp_done() 312 if(r->m_read.status == RTMP_READ_COMPLETE || in rtmp_recv() 313 r->m_read.status == RTMP_READ_EOF) { in rtmp_recv()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_core.h | 124 * and status was PSA_SUCCESS. 127 * psa_status_t status exists. 134 if (status == PSA_SUCCESS) { \ 137 return status; \ 143 * Sets status to PSA_ERROR_SERVICE_FAILURE if status was PSA_SUCCESS. 146 * psa_status_t status exists. 154 if (status == PSA_SUCCESS) { \ 155 status = PSA_ERROR_SERVICE_FAILURE; \
|
H A D | platform.c | 247 static void platform_exit_uninit(int status) in platform_exit_uninit() argument 249 ((void) status); in platform_exit_uninit() 255 void (*mbedtls_exit)(int status) = MBEDTLS_PLATFORM_STD_EXIT; 257 int mbedtls_platform_set_exit(void (*exit_func)(int status)) in mbedtls_platform_set_exit() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-function-prototype.c | 318 ecma_value_t status = ecma_op_object_get_own_property_descriptor (this_arg_obj_p, in ecma_builtin_function_prototype_object_bind() local 323 if (ECMA_IS_VALUE_ERROR (status)) in ecma_builtin_function_prototype_object_bind() 325 return status; in ecma_builtin_function_prototype_object_bind() 329 if (ecma_is_value_true (status)) in ecma_builtin_function_prototype_object_bind()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-jobqueue.c | 159 ecma_value_t status; in ecma_process_promise_reaction_job() local 173 status = ecma_op_function_call (ecma_get_object_from_value (reject), in ecma_process_promise_reaction_job() 186 status = ecma_op_function_call (ecma_get_object_from_value (resolve), in ecma_process_promise_reaction_job() 196 return status; in ecma_process_promise_reaction_job()
|
/third_party/node/lib/internal/ |
H A D | stream_base_commons.js | 80 function onWriteComplete(status) { 81 debug('onWriteComplete', status, this.error); 93 if (status < 0) { 94 const ex = errnoException(status, 'write', this.error);
|
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 72 int status); 179 int events, int status) { in OnEvent() 200 if (status) { in OnEvent() 211 Integer::New(env->isolate(), status), in OnEvent() 178 OnEvent(uv_fs_event_t* handle, const char* filename, int events, int status) OnEvent() argument
|
H A D | node_win32_etw_provider-inl.h | 107 DWORD status = event_write(node_provider, \ 112 CHECK_EQ(status, ERROR_SUCCESS); 118 DWORD status = event_write(node_provider, &eventDescriptor, 0, NULL_NOLINT); \ 119 CHECK_EQ(status, ERROR_SUCCESS);
|
H A D | stream_base-inl.h | 82 void StreamResource::EmitAfterWrite(WriteWrap* w, int status) { in EmitAfterWrite() argument 84 listener_->OnStreamAfterWrite(w, status); in EmitAfterWrite() 87 void StreamResource::EmitAfterShutdown(ShutdownWrap* w, int status) { in EmitAfterShutdown() argument 89 listener_->OnStreamAfterShutdown(w, status); in EmitAfterShutdown()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 95 #define WIFEXITED(status) (((status) & 0xff) == 0) 98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff)
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | windttst.cpp | 107 UErrorCode status = U_ZERO_ERROR; in testLocales() local 109 int64_t udtsNow = utmscale_fromInt64(wftNow, UDTS_WINDOWS_FILE_TIME, &status); in testLocales() 111 icuNow = (UDate) utmscale_toInt64(udtsNow, UDTS_ICU4C_TIME, &status); in testLocales() 117 UErrorCode status = U_ZERO_ERROR; in testLocales() local
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | shmat1.c | 43 /* Nov - 91 - 2001 Modified - Changed scope of status variable */ 44 /* - change the status of status variable from */ 45 /* int *status to int status[1] */ 395 void *status; /* exit status for light weight process */ in main() local 500 if (pthread_join(thid[thrd_ndx], &status)) { in main() 504 if (status == (void *)-1) { in main() 507 thid[thrd_ndx], (long)status); in main() [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty01.c | 333 int status; in test5() local 370 while (wait(&status) > 0) { in test5() 371 if (status) { in test5() 373 "child exited with non-zero status %d", in test5() 374 status); in test5()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-concurrent-dispatcher.cc | 140 CompilationJob::Status status = job->ExecuteJob(rcs, &local_isolate); variable 141 CHECK_EQ(status, CompilationJob::SUCCEEDED); 193 CompilationJob::Status status = job->FinalizeJob(isolate_); in FinalizeFinishedJobs() local 196 if (status == CompilationJob::SUCCEEDED) { in FinalizeFinishedJobs()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 94 int status = 0; in CallBack003() local 96 pid_t waitpid_for_pind = waitpid(pid, &status, options); in CallBack003() 100 if (status != 0) { in CallBack003() 101 t_error("%s waitpid get status is %d are not 0\n", __func__, status); in CallBack003()
|
H A D | dlopen.c | 211 int status; in dlclose_exit_test() local 226 waitpid(pid, &status, WUNTRACED); in dlclose_exit_test() 227 if (WIFEXITED(status)) { in dlclose_exit_test() 228 if (WEXITSTATUS(status) != EXIT_SUCCESS) { in dlclose_exit_test()
|
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async_wait.c | 209 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status) in ASYNC_WAIT_CTX_set_status() argument 211 ctx->status = status; in ASYNC_WAIT_CTX_set_status() 217 return ctx->status; in ASYNC_WAIT_CTX_get_status()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 113 #define WEXITSTATUS(status) (((status) & 0xff00) >> 8) 114 #define WIFEXITED(status) (((status) & 0x7f) == 0)
|
/third_party/openssl/crypto/async/ |
H A D | async_wait.c | 209 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status) in ASYNC_WAIT_CTX_set_status() argument 211 ctx->status = status; in ASYNC_WAIT_CTX_set_status() 217 return ctx->status; in ASYNC_WAIT_CTX_get_status()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 95 #define WIFEXITED(status) (((status) & 0xff) == 0) 98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff)
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 223 int status; in join_gets() local 225 status = 1; in join_gets() 226 waitpid (pid, &status, 0); in join_gets() 227 if (0 != status) in join_gets()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerBuffer.cpp | 230 void Server::OnBufferMapAsyncCallback(WGPUBufferMapAsyncStatus status, MapUserdata* data) { in OnBufferMapAsyncCallback() argument 238 bool isSuccess = status == WGPUBufferMapAsyncStatus_Success; in OnBufferMapAsyncCallback() 243 cmd.status = status; in OnBufferMapAsyncCallback()
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.h | 439 // on 'input'. Instead, they set 'status' to RANGE_CHECKED_BYTE_ERROR and return 443 // - If an error occurs and 'status' is already set to an error value (i.e. a 444 // value different from RANGE_CHECKED_BYTE_SUCCESS), the value of 'status' is 446 // - If the operation is successful, 'status' is left unchanged (i.e. it is not 452 // MemoryStatus status = RANGE_CHECKED_BYTE_SUCCESS; 453 // int16 val1 = Get16s(input, false, &status); 454 // int32 val2 = Get32s(input + 2, false, &status); 455 // uint32 val3 = Get32u(input + 6, false, &status); 456 // if (status != RANGE_CHECKED_BYTE_SUCCESS) { 460 MemoryStatus *status); [all...] |
/third_party/skia/tools/ |
H A D | git-sync-deps | 102 def status(directory, commithash, change): function 139 status(directory, commithash, True) 160 status(directory, commithash, False) # Success. 173 status(directory, commithash, True) # Success.
|