Home
last modified time | relevance | path

Searched refs:current0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c116 U32 current0; in ZSTD_compressBlock_fast_noDict_generic() local
173 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic()
174 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
214 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic()
215 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
298 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_noDict_generic()
299 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_noDict_generic()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h44 uint32_t current0; member