Searched refs:status (Results 1 - 25 of 5927) 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
H A Dmake_vms.com614 $ if .not. ($status) then cc_prop = false
618 $ if .not. ($status) then cc_prop = false
673 $ if .not. ($status) then cc_prop = false
677 $ if .not. ($status) then cc_prop = false
/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/aec/interface/
H A Decho_cancellation.h198 * Gets the current echo status of the nearend signal.
206 * WebRtc_Word16 *status 0: Almost certainly nearend single-talk
211 WebRtc_Word32 WebRtcAec_get_echo_status(void *aecInst, WebRtc_Word16 *status);
/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/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m141 [status, errMsg] = mkdir(outpathtest);
142 if (status == 0)
262 [status, result] = system([shellcmd command '"']);
/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 Dap_drv_ops.h100 u16 seq, u16 status, const u8 *ie, size_t len);
102 int reassoc, u16 status, const u8 *ie, size_t len);
278 if (hapd->driver == NULL || hapd->driver->status == NULL)
280 return hapd->driver->status(hapd->drv_priv, buf, buflen);
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 Dwnm_ap.c75 wnmsleep_ie.status = WNM_STATUS_SLEEP_ACCEPT;
156 if (wnmsleep_ie.status == WNM_STATUS_SLEEP_ACCEPT &&
168 if ((wnmsleep_ie.status == WNM_STATUS_SLEEP_ACCEPT ||
169 wnmsleep_ie.status ==

Completed in 243 milliseconds

1234567891011>>