Home
last modified time | relevance | path

Searched refs:posn (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dtoken111.go34 posn := f.Position(pos)
35 if posn.Line == line {
36 return pos - (token.Pos(posn.Column) - 1)
43 if posn.Line < line {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken111.go34 posn := f.Position(pos)
35 if posn.Line == line {
36 return pos - (token.Pos(posn.Column) - 1)
43 if posn.Line < line {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dtoken111.go34 posn := f.Position(pos)
35 if posn.Line == line {
36 return pos - (token.Pos(posn.Column) - 1)
43 if posn.Line < line {
/third_party/openssl/crypto/
Dsparse_array.c179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set() argument
182 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()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c365 const GstAudioChannelPosition *posn = NULL; in gst_opus_dec_parse_header() local
403 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() local
898 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()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpchannels.c302 gst_rtp_channels_create_default (gint channels, GstAudioChannelPosition * posn) in gst_rtp_channels_create_default() argument
309 posn[i] = GST_AUDIO_CHANNEL_POSITION_NONE; in gst_rtp_channels_create_default()