Searched defs:ok (Results 1 - 25 of 737) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Ddtest.c88 int ok = 1; local
97 ok = (marker == ~i);
98 if(!ok)
105 return ok;
118 int ok = 1; local
137 return ok;
/external/yaffs2/yaffs2/
H A Dyaffs_checkptrw.c222 int ok = 1; local
232 while(i < nBytes && ok) {
245 ok = yaffs_CheckpointFlushBuffer(dev);
255 int ok = 1; local
266 while(i < nBytes && ok) {
278 ok = 0;
292 ok = 0;
303 if(ok){
H A Dyaffs_guts.c3441 int ok; local
3443 ok = (yaffs_CheckpointRead(dev,&cp,sizeof(cp)) == sizeof(cp));
3445 if(ok)
3446 ok = (cp.structType == sizeof(cp)) &&
3450 return ok ? 1 : 0;
3491 int ok; local
3497 ok = (yaffs_CheckpointWrite(dev,&cp,sizeof(cp)) == sizeof(cp));
3500 if(ok) {
3502 ok = (yaffs_CheckpointWrite(dev,dev->blockInfo,nBytes) == nBytes);
3506 if(ok) {
3520 int ok; local
3613 int ok = 1; local
3643 int ok = 1; local
3661 int ok = 1; local
3700 int ok = 1; local
3740 int ok = 1; local
3781 int ok; local
3807 int ok; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c966 WebRtc_Word16 no_of_samples, declen, k, ok; local
985 ok = WebRtcIsacfix_DecodePlcImpl( outframeWB, &ISAC_inst->ISACdec_obj, &no_of_samples );
986 if(ok)
1033 WebRtc_Word16 no_of_samples, declen, k, ok; local
1048 ok = WebRtcIsacfix_DecodePlcImpl( &(outframe16[k*480]), &ISAC_inst->ISACdec_obj, &no_of_samples );
1049 if(ok)
1076 * Return value : 0 - ok
1135 * Return value : 0 - ok
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DISACHist.cc69 int ok; local
70 ok = WebRtcIsacfix_Create(&isac_struct);
72 ok |= WebRtcIsacfix_EncoderInit(isac_struct, 1);
74 ok |= WebRtcIsacfix_DecoderInit(isac_struct);
75 ok |= WebRtcIsacfix_Control(isac_struct, 32000, frameSizeMsec);
77 if(ok != 0)
H A DIsac_test.cc72 WebRtc_Word16 chc, ok; local
153 ok=WebRtcIsacfix_Create(&ISACfix_inst);
154 if (ok!=0) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c210 int line = 0, ret = 0, len, ok; local
267 ok = 0;
270 ok = 1;
274 ok = 1;
276 if (!ok) {
H A Ddrv_callbacks.c771 size_t len, u16 stype, int ok)
778 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
770 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
H A Dhw_features.c226 int sec_chan, ok, j, first; local
241 ok = 0;
247 ok = 1;
251 if (!ok) {
271 ok = 0;
274 ok = 1;
278 if (!ok) {
H A Dieee802_11.c1824 size_t len, int ok)
1829 if (!ok) {
1889 size_t len, int reassoc, int ok)
1911 if (!ok) {
2028 size_t len, int ok)
2039 if (ok)
2052 size_t len, int ok)
2063 if (ok)
2081 * @ok: Whether the frame was ACK'ed
2084 u16 stype, int ok)
1822 handle_auth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
1887 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
2026 handle_deauth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
2050 handle_disassoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
2083 ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
[all...]
H A Dwpa_auth.c1838 int ok = 0; local
1861 ok = 1;
1869 if (!ok) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2206 int ok; local
2221 ok = 0;
2228 ok = 1;
2237 ok = 1;
2246 ok = 1;
2254 ok = 1;
2261 while (!ok && private_key) {
2267 ok = 1;
2275 ok = 1;
2287 ok
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c120 size_t len, int ok)
135 event.tx_status.ack = ok;
119 handle_tx_callback(struct hostap_driver_data *drv, u8 *buf, size_t len, int ok) argument
H A Ddriver_nl80211.c8075 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok) argument
8090 event.tx_status.ack = ok;
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c1203 int ok = 0; local
1213 ok++;
1222 ok++;
1225 if (ok == 0)
1259 int ok = 0; local
1269 ok++;
1278 ok++;
1281 if (ok == 0)
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c916 int ok = 0; local
936 ok = 1;
944 if (!ok && peerkey->stk_set) {
953 ok = 1;
956 if (!ok) {
H A Dwpa.c1416 int ok = 0; local
1428 ok = 1;
1436 if (!ok && sm->ptk_set) {
1446 ok = 1;
1449 if (!ok) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c739 int ok = 0; local
754 ok++;
761 if (ok == 0) {
H A Dwps_er.c615 int ok = 0; local
623 ok = 1;
633 if (ok)
H A Dwps_upnp_web.c514 int ok = 0; local
589 ok = 1;
592 if (!ok) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c210 int line = 0, ret = 0, len, ok; local
267 ok = 0;
270 ok = 1;
274 ok = 1;
276 if (!ok) {
H A Ddrv_callbacks.c771 size_t len, u16 stype, int ok)
778 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
770 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
H A Dhw_features.c226 int sec_chan, ok, j, first; local
241 ok = 0;
247 ok = 1;
251 if (!ok) {
271 ok = 0;
274 ok = 1;
278 if (!ok) {
H A Dieee802_11.c1824 size_t len, int ok)
1829 if (!ok) {
1889 size_t len, int reassoc, int ok)
1911 if (!ok) {
2028 size_t len, int ok)
2039 if (ok)
2052 size_t len, int ok)
2063 if (ok)
2081 * @ok: Whether the frame was ACK'ed
2084 u16 stype, int ok)
1822 handle_auth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
1887 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
2026 handle_deauth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
2050 handle_disassoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
2083 ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
[all...]
H A Dwpa_auth.c1838 int ok = 0; local
1861 ok = 1;
1869 if (!ok) {

Completed in 1932 milliseconds

1234567891011>>