Searched refs:inbase (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | regressions.py | 102 def runOneTest(testDescription, filename, inbase, errbase): argument 112 cmd += ' ' + inbase + filename 155 infile = open(inbase + filename, 'rt') 177 ret = compFiles(outfile, expout, inbase, 'test/') 186 ret = compFiles(errfile, experr, inbase, 'test/')
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 1172 unsigned inbase, tmpbase; in emit_twoside() local 1175 inbase = info->file_max[TGSI_FILE_INPUT] + 1; in emit_twoside() 1184 decl.Range.First = decl.Range.Last = inbase + i; in emit_twoside() 1199 decl.Range.First = decl.Range.Last = inbase + ctx->two_side_colors; in emit_twoside() 1233 new_inst.Src[1].Register.Index = inbase + i; in emit_twoside()
|