Searched defs:status (Results 1 - 25 of 3649) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c266 static int nandemul2k_ReadStatus(__u8 *status) argument
268 *status = 0;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c97 /*116 72 */ unsigned status; /* set when state chng*/ member in struct:inffast_ar
1125 if (ar.status > 1) {
1126 if (ar.status == 2)
1128 else if (ar.status == 3)
1134 else if ( ar.status == 1 ) {
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c102 /*116 72 */ unsigned status; /* set when state chng*/ member in struct:inffast_ar
153 if (ar.status > 1) {
154 if (ar.status == 2)
156 else if (ar.status == 3)
162 else if ( ar.status == 1 ) {
/external/zlib/src/
H A Ddeflate.c307 s->status = FINISH_STATE;
338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
413 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
690 if (s->status == INIT_STATE) {
707 s->status = BUSY_STATE;
732 s->status = EXTRA_STATE;
753 s->status = BUSY_STATE;
765 if (s->status == EXTRA_STATE) {
787 s->status
982 int status; local
[all...]
H A Ddeflate.h61 /* Stream status */
99 int status; /* as the name implies */ member in struct:internal_state
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dencode.c55 int status; local
119 status = WebRtcIsacfix_EncodeFrameLen(ISACenc_obj->current_framesamples, &ISACenc_obj->bitstr_obj);
120 if (status < 0)
129 return status;
139 status = WebRtcIsacfix_EncodeReceiveBandwidth(&BWno, &ISACenc_obj->bitstr_obj);
140 if (status < 0)
148 return status;
172 status = WebRtcIsacfix_EncodePitchGain(PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
173 if (status < 0)
181 return status;
491 int status; local
[all...]
H A Dentropy_coding.c510 WebRtc_Word16 status; local
560 status = WebRtcIsacfix_EncodeRcCoef(RCQ15, streamdata);
561 if (status < 0) {
562 return status;
596 status = WebRtcIsacfix_EncLogisticMulti2(streamdata, dataQ7, invARSpecQ8, (WebRtc_Word16)FRAMESAMPLES);
597 if ( status )
598 return( status );
984 int status = 0; local
1154 status = WebRtcIsacfix_EncHistMulti(streamdata, model, WebRtcIsacfix_kModelCdfPtr, 1);
1155 if (status <
1335 int status = 0; local
1451 int status = 0; local
1495 int status; local
1554 int status = 0; local
1614 int status = 0; local
1774 int status = 0; local
1916 int status; local
1971 int status = 0; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c31 short k, rlen, status = 0; local
37 status = 1;
40 return status;
H A Dtest_iSACfixfloat.c47 short k, rlen, status = 0; local
53 status = 1;
56 return status;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode.c209 int status = 0; local
265 status = WebRtcIsac_EncodeFrameLen(
267 if (status < 0) {
269 return status;
430 return status;
538 double* lpcGains, enum ISACBand band, int status) {
552 if (status == -ISAC_DISALLOWED_BITSTREAM_LENGTH) {
631 status = WebRtcIsac_EncodeSpec(fre, fim, kAveragePitchGain,
633 if ((status < 0) && (status !
533 LimitPayloadUb(ISACUBEncStruct* ISACencUB_obj, WebRtc_UWord16 payloadLimitBytes, double bytesLeftSpecCoding, transcode_obj* transcodingParam, WebRtc_Word16* fre, WebRtc_Word16* fim, double* lpcGains, enum ISACBand band, int status) argument
657 int status = 0; local
848 int status = 0; local
1011 int status; local
1227 WebRtc_Word16 status; local
[all...]
H A Dentropy_coding.c1815 int frame_mode, status; local
1817 status = 0;
1828 status = - ISAC_DISALLOWED_FRAME_MODE_ENCODER;
1831 if (status < 0)
1832 return status;
1836 return status;
H A Disac.c410 WebRtc_Word16 status; local
440 status = EncoderInitLb(&instISAC->instLB, codingMode,
442 if (status < 0) {
443 instISAC->errorCode = -status;
454 status = EncoderInitUb(&(instISAC->instUB),
456 if (status < 0) {
457 instISAC->errorCode = -status;
1445 WebRtc_Word16 status; local
1484 status = ControlLb(&instISAC->instLB, rateLB, frameSize);
1485 if (status <
1904 WebRtc_Word16 status = 0; local
1988 WebRtc_Word16 status = 0; local
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c679 WebRtc_Word32 WebRtcAec_get_echo_status(void *aecInst, WebRtc_Word16 *status) argument
687 if (status == NULL) {
697 *status = aecpc->aec->echoState;
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.cc147 WebRtc_Word16 status = 0; local
148 err = WebRtcAec_get_echo_status(my_handle, &status);
153 if (status == 1) {
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c552 static const char * pbc_status_str(enum pbc_status status) argument
554 switch (status) {
586 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ?
588 (hapd->wps_stats.status == WPS_STATUS_FAILURE ?
595 /* If status == Failure - Add possible Reasons */
596 if(hapd->wps_stats.status == WPS_STATUS_FAILURE &&
607 if (hapd->wps_stats.status) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c336 u16 seq, u16 status, const u8 *ie, size_t len)
341 seq, status, ie, len);
346 int reassoc, u16 status, const u8 *ie, size_t len)
351 reassoc, status, ie, len);
335 hostapd_sta_auth(struct hostapd_data *hapd, const u8 *addr, u16 seq, u16 status, const u8 *ie, size_t len) argument
345 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Ddrv_callbacks.c50 u16 status = WLAN_STATUS_SUCCESS; local
212 status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID;
215 status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID;
218 status = WLAN_STATUS_AKMP_NOT_VALID;
223 status = WLAN_STATUS_INVALID_IE;
226 status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID;
231 status = WLAN_STATUS_INVALID_IE;
252 status = WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY;
256 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
270 status
551 hostapd_notify_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len) argument
576 u16 status = WLAN_STATUS_SUCCESS; local
[all...]
H A Dhostapd.h88 enum wps_status status; member in struct:wps_stat
H A Diapp.c113 u8 status; member in struct:iapp_move_response
143 u8 status; member in struct:iapp_cache_response
H A Dieee802_11.c301 u16 auth_transaction, u16 status,
308 status, ies, ies_len);
310 if (status != WLAN_STATUS_SUCCESS)
1239 enum p2p_status_code status; local
1242 status = P2P_SC_SUCCESS;
1245 status = P2P_SC_FAIL_LIMIT_REACHED;
1248 status = P2P_SC_FAIL_INVALID_PARAMS;
1251 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status);
1891 u16 status; local
1920 status
300 handle_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len) argument
[all...]
H A Dwpa_auth_ft.c28 u16 status, const u8 *resp_ies,
950 u16 auth_transaction, u16 status,
954 u16 status; local
977 status = res;
980 " auth_transaction=%d status=%d",
981 MAC2STR(sm->addr), auth_transaction + 1, status);
983 cb(ctx, sm->addr, bssid, auth_transaction + 1, status,
1227 u16 status; local
1250 status = res;
1252 res = wpa_ft_send_rrb_auth_resp(sm, current_ap, sta_addr, status,
947 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) argument
1259 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) argument
1402 u16 status; local
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h1224 u8 status; member in struct:wnm_sleep_element
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c806 unsigned int status, num_certs, i; local
811 if (gnutls_certificate_verify_peers2(conn->session, &status) < 0) {
818 if (conn->verify_peer && (status & GNUTLS_CERT_INVALID)) {
821 if (status & GNUTLS_CERT_INSECURE_ALGORITHM) {
827 if (status & GNUTLS_CERT_NOT_ACTIVATED) {
832 if (status & GNUTLS_CERT_EXPIRED) {
840 if (status & GNUTLS_CERT_SIGNER_NOT_FOUND) {
847 if (status & GNUTLS_CERT_REVOKED) {
H A Dtls_openssl.c3024 int len, status, reason; local
3048 status = OCSP_response_status(rsp);
3049 if (status != OCSP_RESPONSE_STATUS_SUCCESSFUL) {
3051 status, OCSP_response_status_str(status));
3093 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER);
3095 if (status <= 0) {
3106 wpa_printf(MSG_DEBUG, "OpenSSL: Peer certificate not available for OCSP status check");
3113 wpa_printf(MSG_DEBUG, "OpenSSL: Peer issuer certificate not available for OCSP status check");
3127 if (!OCSP_resp_find_status(basic, id, &status,
[all...]
H A Dtls_schannel.c218 SECURITY_STATUS status; local
238 status = global->sspi->InitializeSecurityContextW(
243 status = global->sspi->InitializeSecurityContextA(
248 if (status != SEC_I_CONTINUE_NEEDED) {
251 __func__, (unsigned int) status);
285 SECURITY_STATUS status; local
291 status = global->sspi->QueryContextAttributes(
293 if (status != SEC_E_OK) {
296 __func__, (int) status);
320 SECURITY_STATUS status; local
472 SECURITY_STATUS status; local
554 SECURITY_STATUS status; local
689 SECURITY_STATUS status; local
[all...]

Completed in 288 milliseconds

1234567891011>>