Searched refs:current2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 214 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 215 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 223 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_extDict_generic()
|
| H A D | zstd_double_fast.c | 283 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 284 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 292 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 293 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util-generated.h | 3594 const typename ParamGenerator<T2>::iterator& current2) in Iterator() argument 3710 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 3715 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() 3844 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 3851 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() 3995 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 4165 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 4352 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 4558 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument 4780 const typename ParamGenerator<T2>::iterator& current2, in Iterator() argument [all …]
|