Searched refs:fileIdx (Results 1 – 6 of 6) sorted by relevance
/external/zstd/tests/ |
D | fullbench.c | 701 int fileIdx; in benchFiles() local 702 for (fileIdx=0; fileIdx<nbFiles; fileIdx++) { in benchFiles() 703 const char* const inFileName = fileNamesTable[fileIdx]; in benchFiles()
|
/external/lz4/tests/ |
D | fullbench.c | 389 int fileIdx=0; in fullSpeedBench() local 396 while (fileIdx<nbFiles) { in fullSpeedBench() 400 const char* const inFileName = fileNamesTable[fileIdx++]; in fullSpeedBench()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 472 DataFile file, int8_t fileIdx) in setup() argument 484 baseSym = new_Symbol(up->getProgram(), file, fileIdx); in setup()
|
D | nv50_ir_build_util.h | 144 DataFile file, int8_t fileIdx);
|
D | nv50_ir.h | 765 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
|
D | nv50_ir_from_tgsi.cpp | 1766 Converter::makeSym(uint tgsiFile, int fileIdx, int idx, int c, uint32_t address) in makeSym() argument 1770 sym->reg.fileIndex = fileIdx; in makeSym() 1773 switch (code->memoryFiles[fileIdx].mem_type) { in makeSym()
|