Searched refs:idx (Results 1 – 3 of 3) sorted by relevance
269 idx = bisect.bisect(vtables, search_key)270 if idx <= 0:272 vtable = vtables[idx-1]
334 def GetSymbol(self, symtab, idx): argument347 off = symtab.sh_offset + idx * symtab.sh_entsize429 def GetRelocation(self, rel, idx): argument442 off = rel.sh_offset + idx * rel.sh_entsize
66 for idx, templatePath := range cSuiteTest.csuiteTestProperties.Extra_test_config_templates {67 output[idx] = cSuiteTest.buildCopyConfigTemplateCommand(ctx, rule, templatePath)