HomeSort by: relevance | last modified time | path
    Searched defs:rolling (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz_data_producer.c 32 uint32_t rolling = range; local
37 while (rolling > 0 && producer->size > 0) {
41 rolling >>= 8;
fuzz_data_producer.c 32 uint32_t rolling = range; local
37 while (rolling > 0 && producer->size > 0) {
41 rolling >>= 8;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.c 24 U64 rolling; member in struct:__anon91
30 * Initializes the rolling hash state such that it will honor the
37 state->rolling = ~(U32)0;
68 U64 hash = state->rolling;
103 hash = state->rolling;
131 state->rolling = hash;
366 /* Rolling hash state */
376 /* Initialize the rolling hash state with the first minMatchLength bytes */
zstd_ldm.c 24 U64 rolling; member in struct:__anon91
30 * Initializes the rolling hash state such that it will honor the
37 state->rolling = ~(U32)0;
68 U64 hash = state->rolling;
103 hash = state->rolling;
131 state->rolling = hash;
366 /* Rolling hash state */
376 /* Initialize the rolling hash state with the first minMatchLength bytes */
  /src/sys/ufs/lfs/
lfs_segment.c 823 bool ifile, rolling, checkpointing, cleaning; local
830 rolling = (fs->lfs_flags & LFS_NOTYET)
848 } else if (rolling) {
850 * When rolling forward, we never write direct blocks;
lfs_segment.c 823 bool ifile, rolling, checkpointing, cleaning; local
830 rolling = (fs->lfs_flags & LFS_NOTYET)
848 } else if (rolling) {
850 * When rolling forward, we never write direct blocks;

Completed in 114 milliseconds