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

  /src/external/mpl/bind/dist/bin/tests/system/metadata/
setup.sh 42 rolling=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -fk $czone)
43 $SETTIME -A now+15s $rolling >/dev/null
44 echo $rolling >rolling.key
tests.sh 24 $SETTIME -A now+15s $(cat rolling.key) >/dev/null
31 rolling=$(keyfile_to_key_id "$(cat rolling.key)")
94 grep " $rolling"'$' sigs >/dev/null && ret=1
95 grep " $rolling"'$' keys >/dev/null || ret=1
96 grep -E "DS[ ]*$rolling[ ]" ${pfile}.signed >/dev/null || ret=1
125 grep "DNSKEY $rolling"'$' sigs >/dev/null && ret=1
  /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;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.c 24 U64 rolling; member in struct:__anon8656
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;
351 /* Rolling hash state */
361 /* Initialize the rolling hash state with the first minMatchLength bytes */
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/p7/
copyi.asm 46 C * Try rolling the two loop leading std to the end, allowing the code to
  /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;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d 1123 The difference between rolling and adding is that rolling does not
1124 affect larger units. Rolling a $(LREF DateTime) 12 months
1129 between adding and rolling years.
1196 The difference between rolling and adding is that rolling does not
1197 affect larger units. For instance, rolling a $(LREF DateTime) one
5247 The difference between rolling and adding is that rolling does not
5248 affect larger units. Rolling a $(LREF Date) 12 months get
    [all...]
systime.d 3944 The difference between rolling and adding is that rolling does not
3945 affect larger units. Rolling a $(LREF SysTime) 12 months
3950 between adding and rolling years.
4804 The difference between rolling and adding is that rolling does not
4805 affect larger units. For instance, rolling a $(LREF SysTime) one
4812 Note that when rolling msecs, usecs or hnsecs, they all add up to a
4813 second. So, for example, rolling 1000 msecs is exactly the same as
4814 rolling 100,000 usecs
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
sqr_basecase.asm 67 C wind-down code. Try re-rolling it.
  /src/lib/libc/time/
zic.c 537 { "Rolling", true },
2380 error(_("invalid Rolling/Stationary field on Leap line"));
3829 leapadd(zic_t t, int correction, int rolling)
3837 if (rolling && (lo_time != min_time || hi_time != max_time)) {
3838 error(_("Rolling leap seconds not supported with -r"));
3849 roll[i] = rolling;
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
mul_basecase.asm 79 C * Try re-rolling the m2 loops to avoid the current 9 insn code duplication
sqr_basecase.asm 95 C * Try re-rolling the m2 loops to avoid the current 9 insn code duplication

Completed in 45 milliseconds