Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 151) sorted by relevance

1234567

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.h130 struct counter struct
137 counter() { ++count; } in counter() function
138 counter (const counter&) { ++count; } in counter() function
139 ~counter() { --count; } in ~counter() argument
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c39 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
86 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_portable()
102 uint8_t block_len, uint64_t counter, in blake3_compress_xof_portable()
126 const uint32_t key[8], uint64_t counter, in hash_one_portable()
147 uint64_t counter, bool increment_counter, in blake3_hash_many_portable()
H A Dblake3_sse2.c91 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
262 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_sse2()
272 uint8_t block_len, uint64_t counter, in blake3_compress_xof_sse2()
446 INLINE void load_counters(uint64_t counter, bool increment_counter, in load_counters()
461 const uint32_t key[8], uint64_t counter, in blake3_hash4_sse2()
522 const uint32_t key[8], uint64_t counter, in hash_one_sse2()
543 uint64_t counter, bool increment_counter, in blake3_hash_many_sse2()
H A Dblake3_sse41.c85 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
256 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_sse41()
266 uint8_t block_len, uint64_t counter, in blake3_compress_xof_sse41()
440 INLINE void load_counters(uint64_t counter, bool increment_counter, in load_counters()
455 const uint32_t key[8], uint64_t counter, in blake3_hash4_sse41()
516 const uint32_t key[8], uint64_t counter, in hash_one_sse41()
537 uint64_t counter, bool increment_counter, in blake3_hash_many_sse41()
H A Dblake3_avx512.c118 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
289 uint8_t block_len, uint64_t counter, in blake3_compress_xof_avx512()
301 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_avx512()
479 INLINE void load_counters4(uint64_t counter, bool increment_counter, in load_counters4()
493 const uint32_t key[8], uint64_t counter, in blake3_hash4_avx512()
734 INLINE void load_counters8(uint64_t counter, bool increment_counter, in load_counters8()
748 const uint32_t key[8], uint64_t counter, in blake3_hash8_avx512()
1047 INLINE void load_counters16(uint64_t counter, bool increment_counter, in load_counters16()
1061 const uint32_t key[8], uint64_t counter, in blake3_hash16_avx512()
1143 const uint32_t key[8], uint64_t counter, in hash_one_avx512()
[all …]
H A Dblake3_neon.c222 INLINE void load_counters4(uint64_t counter, bool increment_counter, in load_counters4()
235 const uint32_t key[8], uint64_t counter, in blake3_hash4_neon()
307 const uint32_t key[8], uint64_t counter, in hash_one_neon()
331 uint64_t counter, bool increment_counter, in blake3_hash_many_neon()
H A Dblake3_dispatch.c139 uint8_t block_len, uint64_t counter, in blake3_compress_in_place()
168 uint8_t block_len, uint64_t counter, uint8_t flags, in blake3_compress_xof()
196 size_t blocks, const uint32_t key[8], uint64_t counter, in blake3_hash_many()
H A Dblake3_avx2.c217 INLINE void load_counters(uint64_t counter, bool increment_counter, in load_counters()
232 const uint32_t key[8], uint64_t counter, in blake3_hash8_avx2()
305 uint64_t counter, bool increment_counter, in blake3_hash_many_avx2()
H A Dblake3_impl.h142 INLINE uint32_t counter_low(uint64_t counter) { return (uint32_t)counter; } in counter_low()
144 INLINE uint32_t counter_high(uint64_t counter) { in counter_high()
/openbsd/regress/lib/libpthread/semaphore/sem_destroy/
H A Dsem_destroy.c23 long counter = 4; in main() local
50 long *counter = arg; in producer() local
65 long *counter = arg; in consumer() local
/openbsd/lib/libcrypto/modes/
H A Dctr128.c68 ctr128_inc(unsigned char *counter) in ctr128_inc()
85 ctr128_inc_aligned(unsigned char *counter) in ctr128_inc_aligned()
186 ctr96_inc(unsigned char *counter) in ctr96_inc()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dwarn01.C61 Mutex(int i = 0): counter(i) {}; in counter() function
89 Mutex2(int i = 0): counter(i) {}; in counter() function
/openbsd/lib/libcrypto/chacha/
H A Dchacha.c34 const unsigned char *counter) in ChaCha_set_iv()
73 const unsigned char key[32], const unsigned char iv[8], uint64_t counter) in CRYPTO_chacha_20()
/openbsd/gnu/gcc/gcc/
H A Dcoverage.c324 get_coverage_counts (unsigned counter, unsigned expected, in get_coverage_counts()
381 coverage_counter_alloc (unsigned counter, unsigned num) in coverage_counter_alloc()
414 tree_coverage_counter_ref (unsigned counter, unsigned no) in tree_coverage_counter_ref()
700 build_ctr_info_value (unsigned int counter, tree type) in build_ctr_info_value()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb71.C15 unsigned counter; variable
/openbsd/sys/dev/pci/
H A Dwdt.c203 wdt_8254_count(struct wdt_softc *wdt, int counter, u_int16_t v) in wdt_8254_count()
216 wdt_8254_mode(struct wdt_softc *wdt, int counter, int mode) in wdt_8254_mode()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000224-1.c8 int counter = 0; in test() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dsingleton.C25 static int counter; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-4.c8 static int counter; variable
/openbsd/sys/net/
H A Dslcompress.c54 #define INCR(counter) ++comp->counter; argument
56 #define INCR(counter) argument
/openbsd/lib/librpcsvc/
H A Dspray.x64 unsigned int counter; member
/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass37-frag.c9 int *counter = (int *) p; in func() local
H A Dpass39-frag.c10 int *counter = (int *) p; in func() local
/openbsd/regress/lib/csu/init_priority/
H A Dinit_priority_test.cc8 int counter = 0; variable
/openbsd/lib/libcrypto/evp/
H A De_chacha.c37 const unsigned char *counter = openssl_iv; in chacha_init() local

1234567