Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NewCounter (0.7 sec)

  1. android/guava/src/com/google/common/collect/ConcurrentHashMultiset.java

              // we can just do that work here.
              AtomicInteger newCounter = new AtomicInteger(occurrences);
              if ((countMap.putIfAbsent(element, newCounter) == null)
                  || countMap.replace(element, existingCounter, newCounter)) {
                return 0;
              }
              break;
            }
          }
    
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Dec 08 22:42:14 UTC 2025
    - 22.3K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    0x8c, 0x8d, 0x8e, 0x8f, 0x90, } want := []byte{ 0x6e, 0x6e, 0x47, 0x9d, 0x24, 0xf8, 0x6a, 0x3b, 0x77, 0x87, 0xa8, 0xf8, 0x18, 0x6d, 0x98, 0x5a, 0x53, 0xbe, 0xbe, 0xed, 0xde, 0xab, 0x92, 0x28, 0xf0, 0xf4, 0xac, 0x6e, 0x10, 0xbf, 0x01, 0x93, } c := NewCounter(entropy) c.Reseed(reseedEntropy, additionalInput) got := make([]byte, len(want)) c.Generate(got, additionalInput) if !bytes.Equal(got, want) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.0.0-c2097c7c/fips140/v...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.zip

    0x8c, 0x8d, 0x8e, 0x8f, 0x90, } want := []byte{ 0x6e, 0x6e, 0x47, 0x9d, 0x24, 0xf8, 0x6a, 0x3b, 0x77, 0x87, 0xa8, 0xf8, 0x18, 0x6d, 0x98, 0x5a, 0x53, 0xbe, 0xbe, 0xed, 0xde, 0xab, 0x92, 0x28, 0xf0, 0xf4, 0xac, 0x6e, 0x10, 0xbf, 0x01, 0x93, } c := NewCounter(entropy) c.Reseed(reseedEntropy, additionalInput) got := make([]byte, len(want)) c.Generate(got, additionalInput) if !bytes.Equal(got, want) { return errors.New("unexpected result") } return nil }) } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top