Home
last modified time | relevance | path

Searched defs:COUNT (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/rc4/
HDrc4speed.c199 # define COUNT(d) (d) in main() macro
202 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/cast/
HDcast_spd.c200 # define COUNT(d) (d) in main() macro
203 # define COUNT(d) (count) in main() macro
HDcastopts.c270 # define COUNT(d) (d) in main() macro
273 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/rc5/
HDrc5speed.c200 # define COUNT(d) (d) in main() macro
203 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/rc2/
HDrc2speed.c200 # define COUNT(d) (d) in main() macro
203 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/bf/
HDbfspeed.c200 # define COUNT(d) (d) in main() macro
203 # define COUNT(d) (count) in main() macro
HDbf_opts.c260 # define COUNT(d) (d) in main() macro
263 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/idea/
HDidea_spd.c201 # define COUNT(d) (d) in main() macro
204 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/crypto/openssl/crypto/des/
HDspeed.c212 # define COUNT(d) (d) in main() macro
215 # define COUNT(d) (count) in main() macro
HDdes_opts.c469 # define COUNT(d) (d) in main() macro
472 # define COUNT(d) (count) in main() macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
HDt_barrier.c42 #define COUNT 5 macro
/freebsd-11-stable/contrib/gcc/
HDscan.h33 #define MAKE_SSTRING_SPACE(STR, COUNT) \ argument
HDlonglong.h129 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) argument
130 #define count_trailing_zeros(COUNT,X) ((COUNT) = __builtin_ctzl (X)) argument
133 #define count_leading_zeros(COUNT,X) \ argument
141 #define count_trailing_zeros(COUNT,X) \ argument
HDgcov-io.h349 #define GCOV_TAG_FOR_COUNTER(COUNT) \ argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enumerator
HDxray-account.cpp64 COUNT, enumerator
/freebsd-11-stable/sys/crypto/
HDsha1.c68 #define COUNT (ctxt->count) macro
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
HDtest-pexecute.c227 #define TEST_PEX_GET_STATUS(PEXOBJ, COUNT, VECTOR) \ in main() argument
/freebsd-11-stable/contrib/gdb/gdb/
HDser-go32.c165 #define COUNT(x) cnts[x]++ macro
167 #define COUNT(x) macro
/freebsd-11-stable/crypto/openssl/apps/
HDspeed.c1536 # define COUNT(d) (d) in MAIN() macro
1543 # define COUNT(d) (count) in MAIN() macro
/freebsd-11-stable/contrib/apr-util/test/
HDtestbuckets.c165 #define COUNT 3000 macro
/freebsd-11-stable/sys/dev/en/
HDmidway.c552 #define PUT_DTQ_ENTRY(ENI, BCODE, COUNT, ADDR) \ in en_txdma_load() argument
2015 #define PUT_DRQ_ENTRY(ENI, BCODE, COUNT, ADDR) \ in en_rxdma_load() argument
/freebsd-11-stable/contrib/binutils/gas/
HDwrite.c33 #define TC_ADJUST_RELOC_COUNT(FIX, COUNT) argument
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.h530 #define RETURN_ADDR_RTX(COUNT, FRAME) \ argument
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
HDlxcommon.h586 #define COUNT(arr) (sizeof(arr) / sizeof(arr[0])) macro

12