Searched refs:posn (Results 1 – 6 of 6) sorted by relevance
34 posn := f.Position(pos)35 if posn.Line == line {36 return pos - (token.Pos(posn.Column) - 1)43 if posn.Line < line {
179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set() argument182 ossl_uintmax_t n = posn; in ossl_sa_set()199 if (sa->top < posn) in ossl_sa_set()200 sa->top = posn; in ossl_sa_set()204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set()209 p += posn & SA_BLOCK_MASK; in ossl_sa_set()
365 const GstAudioChannelPosition *posn = NULL; in gst_opus_dec_parse_header() local403 posn = gst_opus_channel_positions[dec->n_channels - 1]; in gst_opus_dec_parse_header()414 posn = pos; in gst_opus_dec_parse_header()422 if (!gst_opus_dec_negotiate (dec, posn)) in gst_opus_dec_parse_header()888 const GstAudioChannelPosition *posn = NULL; in gst_opus_dec_set_format() local898 posn = gst_opus_channel_positions[dec->n_channels - 1]; in gst_opus_dec_set_format()900 if (!gst_opus_dec_negotiate (dec, posn)) in gst_opus_dec_set_format()
302 gst_rtp_channels_create_default (gint channels, GstAudioChannelPosition * posn) in gst_rtp_channels_create_default() argument309 posn[i] = GST_AUDIO_CHANNEL_POSITION_NONE; in gst_rtp_channels_create_default()