HomeSort by relevance Sort by last modified time
    Searched refs:Counter (Results 176 - 200 of 368) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 333 uint64_t getCount() const { return Counter; }
371 uint64_t Counter = 0;
  /prebuilts/go/darwin-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 23 offset int // Counter for Next.
  /bionic/libc/tools/
genseccomp.py 54 dups = [name for name, count in collections.Counter(names).items() if count > 1]
  /external/autotest/scheduler/
pidfile_monitor.py 165 metrics.Counter('chromeos/autotest/errors/scheduler/no_pidfile'
  /external/autotest/site_utils/
gmail_lib.py 179 metrics.Counter('chromeos/autotest/send_email/count').increment(
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 75 _SUITE_SCHEDULER_SUITE_COUNT = metrics.Counter(
driver.py 168 metrics.Counter('chromeos/autotest/suite_scheduler/'
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /external/libcxx/test/std/containers/associative/set/set.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 517 mutable unsigned Counter;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 65 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
156 u8 Counter[WPA_NONCE_LEN];
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
move_alloc.pass.cpp 23 #include "Counter.h"
146 typedef Counter<int> T;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 23 #include "Counter.h"
146 typedef Counter<int> T;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
move_alloc.pass.cpp 22 #include "Counter.h"
142 typedef Counter<int> V;
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 65 // gcm represents a Galois Counter Mode with a specific key. See
75 // NewGCM returns the given 128-bit, block cipher wrapped in Galois Counter Mode
86 // Counter Mode, which accepts nonces of the given length.
148 var counter, tagMask [gcmBlockSize]byte
149 g.deriveCounter(&counter, nonce)
151 g.cipher.Encrypt(tagMask[:], counter[:])
152 gcmInc32(&counter)
154 g.counterCrypt(out, plaintext, &counter)
177 var counter, tagMask [gcmBlockSize]byte
178 g.deriveCounter(&counter, nonce
    [all...]
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 65 // gcm represents a Galois Counter Mode with a specific key. See
75 // NewGCM returns the given 128-bit, block cipher wrapped in Galois Counter Mode
86 // Counter Mode, which accepts nonces of the given length.
148 var counter, tagMask [gcmBlockSize]byte
149 g.deriveCounter(&counter, nonce)
151 g.cipher.Encrypt(tagMask[:], counter[:])
152 gcmInc32(&counter)
154 g.counterCrypt(out, plaintext, &counter)
177 var counter, tagMask [gcmBlockSize]byte
178 g.deriveCounter(&counter, nonce
    [all...]

Completed in 1391 milliseconds

1 2 3 4 5 6 78 91011>>