/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | ipc.c | 76 if (ipc->rx.rsp.status != CATPT_REPLY_PENDING) in catpt_wait_msg_completion() 113 ret = ipc->rx.rsp.status; in catpt_dsp_do_send_msg() 188 if (ipc->rx.rsp.status != CATPT_REPLY_SUCCESS) in catpt_dsp_copy_rx()
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6core.c | 82 if (result->status == ADSP_EUNSUPPORTED) in q6core_callback() 87 if (result->status == ADSP_EUNSUPPORTED) in q6core_callback() 92 if (result->status == ADSP_EUNSUPPORTED) in q6core_callback() 297 * q6core_is_adsp_ready() - Get status of adsp
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 263 __u32 status; member 375 __u32 status; member 394 __u32 status; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
H A D | habanalabs.h | 263 __u32 status; member 375 __u32 status; member 394 __u32 status; member
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
H A D | los_interrupt.c | 66 UINT32 status;
in HwiNumGet() local 68 READ_UINT32(status, OS_INT_STATUS_ADDR);
in HwiNumGet() 70 return (31 - CLZ(status));
in HwiNumGet() 294 if ((excBufAddr->spsr & OS_INSTR_SET_MASK) == 0) { /* Work status: ARM */
in HalExcHandleEntry() 296 } else if ((excBufAddr->spsr & OS_INSTR_SET_MASK) == 0x20) { /* Work status: Thumb */
in HalExcHandleEntry()
|
/third_party/ffmpeg/libavfilter/ |
H A D | setpts.c | 230 int status; in activate() local 242 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 250 ff_outlink_set_status(outlink, status, D2TS(d)); in activate()
|
H A D | f_segment.c | 191 int ret, status; in activate() local 245 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 247 ff_outlink_set_status(ctx->outputs[i], status, pts); in activate()
|
H A D | af_anlms.c | 184 int i, ret, status; in activate() local 228 if (ff_inlink_acknowledge_status(ctx->inputs[i], &status, &pts)) { in activate() 229 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate()
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_gnutls.c | 210 unsigned int status, cert_list_size; in tls_open() local 213 if ((ret = gnutls_certificate_verify_peers2(p->session, &status)) < 0) { in tls_open() 219 if (status & GNUTLS_CERT_INVALID) { in tls_open()
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 81 int /* O - Exit status */ 102 void /* O - Exit status */ 313 zerr(int ret) /* I - Return status of deflate */ in zerr() 362 int /* O - Exit status */ 379 * Make sure status messages are not buffered... in main() 407 ppd_status_t status; /* PPD error */ in main() local 411 status = ppdLastError(&linenum); in main() 412 fprintf(stderr, "DEBUG: %s on line %d.\n", ppdErrorString(status), linenum); in main() 464 * Write a status message with the page number and number of copies. in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | pluralmaptest.cpp | 210 UErrorCode status = U_ZERO_ERROR; in addVariant() local 211 UnicodeString *current = map.getMutable(v, status); in addVariant() 212 if (!assertSuccess("", status)) { in addVariant()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 151 String status = visibility == Visibility.internal ? "internal" : "file"; in writeRootIndexEntry() 159 RbPath rbPrefix = RB_TRANSLITERATOR_IDS.extendBy(id, status); in writeRootIndexEntry() 167 RbPath rbPrefix = RB_TRANSLITERATOR_IDS.extendBy(id, status); in writeRootIndexEntry()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 175 // status in writeTSV() 269 private static String getStatusTypeName(int status) { in getStatusTypeName() argument 271 switch (status) { in getStatusTypeName() 293 throw new IllegalArgumentException("Bad API status type " + status); in getStatusTypeName()
|
/third_party/libuv/test/ |
H A D | test-metrics.c | 271 static void fs_after_work_cb(uv_work_t* req, int status) { in fs_after_work_cb() argument 295 static void fs_random_cb(uv_random_t* req, int status, void* buf, size_t len) { in fs_random_cb() argument 301 int status, in fs_addrinfo_cb() 300 fs_addrinfo_cb(uv_getaddrinfo_t* req, int status, struct addrinfo* res) fs_addrinfo_cb() argument
|
/third_party/mbedtls/tests/include/test/ |
H A D | ssl_helpers.h | 35 #define PSA_TO_MBEDTLS_ERR(status) PSA_TO_MBEDTLS_ERR_LIST(status, \ 157 int status; member
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_req.c | 167 psa_status_t status = psa_crypto_init(); in main() local 168 if (status != PSA_SUCCESS) { in main() 170 (int) status); in main()
|
H A D | cert_app.c | 154 psa_status_t status = psa_crypto_init(); in main() local 155 if (status != PSA_SUCCESS) { in main() 157 (int) status); in main()
|
/third_party/mbedtls/programs/pkey/ |
H A D | gen_key.c | 258 psa_status_t status = psa_crypto_init(); in main() local 259 if (status != PSA_SUCCESS) { in main() 261 (int) status); in main()
|
H A D | key_app_writer.c | 272 psa_status_t status = psa_crypto_init(); in main() local 273 if (status != PSA_SUCCESS) { in main() 275 (int) status); in main()
|
H A D | key_app.c | 156 psa_status_t status = psa_crypto_init(); in main() local 157 if (status != PSA_SUCCESS) { in main() 159 (int) status); in main()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_pthread_server.c | 324 psa_status_t status = psa_crypto_init(); in main() local 325 if (status != PSA_SUCCESS) { in main() 327 (int) status); in main()
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names.c | 139 psa_status_t status) in psa_snprint_status() 141 const char *name = psa_strerror(status); in psa_snprint_status() 143 return snprintf(buffer, buffer_size, "%ld", (long) status); in psa_snprint_status() 200 printf(" error=status Status code (psa_status_t)\n"); in usage() 298 if (!strcmp(argv[1], "error") || !strcmp(argv[1], "status")) { in main() 138 psa_snprint_status(char *buffer, size_t buffer_size, psa_status_t status) psa_snprint_status() argument
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 169 if (InterlockedCompareExchangePointer((PVOID volatile *)&flag->status, (PVOID)1, (PVOID)0) == 0) { in call_once() 171 InterlockedExchangePointer((PVOID volatile *)&flag->status, (PVOID)2); in call_once() 173 while (flag->status == 1) { in call_once()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
H A D | minimal-http-client.c | 19 static int interrupted, bad = 1, status, conmon; variable 231 status = (int)lws_http_client_http_response(wsi); in callback_http() 234 buf, status); in callback_http() 317 bad = 0; // we accept 403 or whatever for this test status != 200; in callback_http() 324 bad = 0; // status != 200; in callback_http()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest08.c | 149 int child, count, fd, i, nwait, status; in runtest() local 181 while ((child = wait(&status)) != -1 || errno == EINTR) { in runtest() 183 //tst_resm(TINFO, "\tTest{%d} exited status = 0x%x", child, status); in runtest() 184 if (status) { in runtest() 186 "\tExpected 0 exit status - failed."); in runtest()
|