Home
last modified time | relevance | path

Searched refs:posn (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A 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/
H A 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/spirv-tools/utils/vscode/src/lsp/span/
H A 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/node/deps/openssl/openssl/crypto/
H A 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/openssl/crypto/
H A 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()

Completed in 2 milliseconds