Searched refs:posn (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | token111.go | 34 posn := f.Position(pos) 35 if posn.Line == line { 36 return pos - (token.Pos(posn.Column) - 1) 43 if posn.Line < line {
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | token111.go | 34 posn := f.Position(pos) 35 if posn.Line == line { 36 return pos - (token.Pos(posn.Column) - 1) 43 if posn.Line < line {
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ |
D | token111.go | 34 posn := f.Position(pos) 35 if posn.Line == line { 36 return pos - (token.Pos(posn.Column) - 1) 43 if posn.Line < line {
|
/external/python/cpython2/Demo/tix/samples/ |
D | SHList2.py | 116 for key,name,posn in managers : 120 hlist.item_create(e, 1, itemtype=Tix.TEXT, text=posn, 124 for key,mgr,name,posn in employees : 134 text = posn, style = style['empl_posn'] )
|
/external/starlark-go/starlark/ |
D | eval_test.go | 149 posn := err.CallStack.At(i).Pos 150 if posn.Filename() == filename { 151 chunk.GotError(int(posn.Line), err.Error())
|
/external/starlark-go/resolve/ |
D | resolve.go | 284 func (r *resolver) errorf(posn syntax.Position, format string, args ...interface{}) { 285 r.errors = append(r.errors, Error{posn, fmt.Sprintf(format, args...)})
|
/external/arm-trusted-firmware/drivers/renesas/rzg/ddr/ddr_b/ |
D | boot_init_dram.c | 311 uint32_t posn; in vch_nxt() local 313 for (posn = pos; posn < DRAM_CH_CNT; posn++) { in vch_nxt() 314 if ((ddr_phyvalid & (1U << posn)) != 0U) { in vch_nxt() 318 return posn; in vch_nxt()
|
/external/arm-trusted-firmware/drivers/renesas/rcar/ddr/ddr_b/ |
D | boot_init_dram.c | 329 uint32_t posn; in vch_nxt() local 331 for (posn = pos; posn < DRAM_CH_CNT; posn++) { in vch_nxt() 332 if (ddr_phyvalid & (1U << posn)) in vch_nxt() 335 return posn; in vch_nxt()
|