Home
last modified time | relevance | path

Searched refs:tableEntries (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DInputFiles.cpp146 return tableEntries[sym.Info.ElementIndex]; in calcExpectedValue()
328 tableEntries.resize(totalFunctions); in parse()
340 tableEntries[functionIndex] = offset + index; in parse()
DInputFiles.h135 std::vector<uint32_t> tableEntries; variable
/external/dng_sdk/source/
Ddng_lens_correction.cpp2270 const uint32 tableEntries = (1 << fTableInputBits) + 1; in Prepare() local
2272 fGainTable.Reset (allocator.Allocate (tableEntries * (uint32) sizeof (uint16))); in Prepare()
2281 for (uint32 index = 0; index < tableEntries; index++) in Prepare()