Searched refs:current2 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 273 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() local 274 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() 285 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic() 286 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic() 476 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 477 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 486 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 487 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| H A D | zstd_fast.c | 325 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 326 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 336 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic() 453 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 454 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 462 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_extDict_generic()
|
| H A D | zstd_lazy.c | 1083 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 1084 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|
| /freebsd-13.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 …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 17635 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() local 17636 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() 17838 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 17839 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 17849 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 18210 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 18211 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 18338 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 18339 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 19213 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local [all …]
|