Searched defs:tableBase (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 540 static void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableType) in LZ4_putIndexOnHash() 553 void* tableBase, tableType_t const tableType, in LZ4_putPositionOnHash() 565 LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const … in LZ4_putPosition() 577 static U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, tableType_t tableType) in LZ4_getIndexOnHash() 593 static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, tableType_t tableType, const… in LZ4_getPositionOnHash() 601 const void* tableBase, tableType_t tableType, in LZ4_getPosition()
|
/external/dng_sdk/source/ |
D | dng_reference.cpp | 1434 const dng_hue_sat_map::HSBModify *tableBase = lut.GetConstDeltas (); in RefBaselineHueSatMap() local
|