Searched defs:cstate (Results 1 – 4 of 4) sorted by relevance
108 struct cstate { struct109 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument110 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
67 void *cstate; /* Decoding state for each channel. */ member495 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() local599 MS_ADPCM_ChannelState *cstate = (MS_ADPCM_ChannelState *)state->cstate; in MS_ADPCM_DecodeBlockData() local647 MS_ADPCM_ChannelState cstate[2]; in MS_ADPCM_Decode() local931 Uint8 *cstate = state->cstate; in IMA_ADPCM_DecodeBlockHeader() local1043 Sint8 *cstate; in IMA_ADPCM_Decode() local
88 struct bt_sdp_pdu_cstate cstate; member1723 struct bt_sdp_pdu_cstate *cstate; in sdp_client_receive() local
Completed in 11 milliseconds