Home
last modified time | relevance | path

Searched refs:fileIdx (Results 1 – 5 of 5) sorted by relevance

/external/lz4/tests/
Dfullbench.c320 int fileIdx=0; in fullSpeedBench() local
327 while (fileIdx<nbFiles) { in fullSpeedBench()
331 const char* const inFileName = fileNamesTable[fileIdx++]; in fullSpeedBench()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp472 DataFile file, int8_t fileIdx) in setup() argument
484 baseSym = new_Symbol(up->getProgram(), file, fileIdx); in setup()
Dnv50_ir_build_util.h144 DataFile file, int8_t fileIdx);
Dnv50_ir.h703 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
Dnv50_ir_from_tgsi.cpp1686 Converter::makeSym(uint tgsiFile, int fileIdx, int idx, int c, uint32_t address) in makeSym() argument
1690 sym->reg.fileIndex = fileIdx; in makeSym()
1693 switch (code->memoryFiles[fileIdx].mem_type) { in makeSym()