Searched refs:substate (Results 1 - 10 of 10) sorted by relevance

/external/speex/libspeex/
H A Dkiss_fftr.c24 kiss_fft_cfg substate; member in struct:kiss_fftr_state
57 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
60 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
87 if ( st->substate->inverse) {
91 ncfft = st->substate->nfft;
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf );
141 if (st->substate->inverse == 0) {
145 ncfft = st->substate->nfft;
170 kiss_fft (st->substate, s
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c87 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_CC)
98 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_CC)
102 else if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_LOCKS)
113 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_CC)
125 else if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_LOCKS)
136 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_CC)
241 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_TLV_DETECT;
459 switch (p_t2t->substate)
476 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN;
481 p_t2t->substate
[all...]
H A Drw_t2t.c48 static char *rw_t2t_get_substate_name (UINT8 substate);
100 &&(p_t2t->substate != RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR) )
128 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR_SUPPORT)
144 else if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_SELECT_SECTOR)
218 if (p_t2t->substate == RW_T2T_SUBSTATE_WAIT_READ_LOCKS)
413 RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=%s substate=%s ", rw_t2t_get_state_name (p_t2t->state), rw_t2t_get_substate_name (p_t2t->substate));
415 RW_TRACE_ERROR2 ("T2T NFC Send data failed. state=0x%02X substate=0x%02X ", p_t2t->state, p_t2t->substate);
456 if (p_t2t->substate
1137 rw_t2t_get_substate_name(UINT8 substate) argument
[all...]
H A Drw_t1t_ndef.c327 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_READ_LOCKS;
382 if (p_t1t->substate == RW_T1T_SUBSTATE_WAIT_SET_NULL_NDEF)
408 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_NULL_NDEF;
413 switch (p_t1t->substate)
434 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_DYN_LOCK_BITS;
443 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_ST_LOCK_BITS;
454 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_DYN_LOCK_BITS;
500 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_DYN_LOCK_BITS;
517 p_t1t->substate = RW_T1T_SUBSTATE_WAIT_SET_DYN_LOCK_BITS;
538 switch (p_t1t->substate)
[all...]
H A Drw_t1t.c694 p_t1t->substate = RW_T1T_SUBSTATE_NONE;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dta_int.h194 /* DTA Substates (while in ACTIVATED state) - substate enumerations are found in protocol-specific files (nfa_dta_XXX.c) */
256 tNFA_DTA_SUBSTATE substate; /* Current protocol-specific sub-state */ member in struct:__anon24142
367 void nfa_dta_test_set_substate (tNFA_DTA_SUBSTATE substate);
H A Dnfa_cho_int.h50 /* NFA Connection Handover substate in NFA_CHO_ST_CONNECTED */
201 tNFA_CHO_SUBSTATE substate; /* substate in connected state */ member in struct:__anon24096
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_constants.h489 #define SCTP_CLEAR_SUBSTATE(asoc, substate) ((asoc)->state &= ~substate)
490 #define SCTP_ADD_SUBSTATE(asoc, substate) ((asoc)->state |= substate)
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h72 #define RW_T1T_SUBSTATE_NONE 0x00 /* Default substate */
152 UINT8 substate; /* Current substate of RW module */ member in struct:__anon24366
229 * Next Substate should be assigned to control variable 'substate' before calling these function for State Machine to
230 * move back to the particular substate after Sector change is completed and read/write command is sent on new sector */
298 UINT8 substate; /* Reader/write substate in NDEF write state */ member in struct:__anon24370
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 446 milliseconds