Searched defs:srcBase (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 469 …utPositionOnHash(const BYTE* p, U32 h, void* tableBase, tableType_t tableType, const BYTE* srcBase) in LZ4_putPositionOnHash() 479 …ic void LZ4_putPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYTE* srcBase) in LZ4_putPosition() 485 …nst BYTE* LZ4_getPositionOnHash(U32 h, void* tableBase, tableType_t tableType, const BYTE* srcBase) in LZ4_getPositionOnHash() 492 …t BYTE* LZ4_getPosition(const BYTE* p, void* tableBase, tableType_t tableType, const BYTE* srcBase) in LZ4_getPosition()
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_reductions.cpp | 767 cv::Mat srcBase = randomMat(size, CV_8U, 0.0, 1.5); in PARAM_TEST_CASE() local
|