Home
last modified time | relevance | path

Searched defs:delIndex (Results 1 – 2 of 2) sorted by relevance

/external/zstd/lib/dictBuilder/
Dfastcover.c185 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local
203 const size_t delIndex = FASTCOVER_hashPtrToIndex(ctx->samples + activeSegment.begin, f, d); in FASTCOVER_selectSegment() local
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1419 int delIndex = index * 2 + 1; in makeForwarder() local