Home
last modified time | relevance | path

Searched defs:cstate (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dvj.h108 struct cstate { struct
109 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
110 u16_t cs_hlen; /* size of hdr (receive only) */
111 u8_t cs_id; /* connection # associated with this state */
112 u8_t cs_filler;
113 union {
137 struct cstate *last_cs; /* most recently used tstate */ argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dvj.h108 struct cstate { struct
109 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
110 u16_t cs_hlen; /* size of hdr (receive only) */
111 u8_t cs_id; /* connection # associated with this state */
112 u8_t cs_filler;
113 union {
137 struct cstate *last_cs; /* most recently used tstate */ argument
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c67 void *cstate; /* Decoding state for each channel. */ member
495 MS_ADPCM_ProcessNibble(MS_ADPCM_ChannelState *cstate, Sint32 sample1, Sint32 sample2, Uint8 nybble) in MS_ADPCM_ProcessNibble()
538 MS_ADPCM_ChannelState *cstate = (MS_ADPCM_ChannelState *)state->cstate; in MS_ADPCM_DecodeBlockHeader() local
599 MS_ADPCM_ChannelState *cstate = (MS_ADPCM_ChannelState *)state->cstate; in MS_ADPCM_DecodeBlockData() local
647 MS_ADPCM_ChannelState cstate[2]; in MS_ADPCM_Decode() local
931 Uint8 *cstate = state->cstate; in IMA_ADPCM_DecodeBlockHeader() local
1043 Sint8 *cstate; in IMA_ADPCM_Decode() local
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsdp.c88 struct bt_sdp_pdu_cstate cstate; member
1723 struct bt_sdp_pdu_cstate *cstate; in sdp_client_receive() local

Completed in 11 milliseconds