Symbol: COUNT
crypto/krb5/src/util/profile/prof_init.c
282
#define COUNT_LINKED_LIST(COUNT, PTYPE, START, FIELD) \
crypto/krb5/src/util/profile/prof_init.c
290
(COUNT) = cll_counter; \
sys/compat/linuxkpi/common/include/linux/overflow.h
535
#define DEFINE_FLEX(TYPE, NAME, MEMBER, COUNTER, COUNT) \
sys/compat/linuxkpi/common/include/linux/overflow.h
536
_DEFINE_FLEX(TYPE, NAME, MEMBER, COUNT, = { .COUNTER = COUNT, })
sys/compat/linuxkpi/common/include/linux/overflow.h
572
#define overflows_flex_counter_type(TYPE, FAM, COUNT) \
sys/compat/linuxkpi/common/include/linux/overflow.h
573
(overflows_type(COUNT, typeof_flex_counter(((TYPE *)NULL)->FAM)))
sys/compat/linuxkpi/common/include/linux/overflow.h
584
#define __set_flex_counter(FAM, COUNT) \
sys/compat/linuxkpi/common/include/linux/overflow.h
588
default: __flex_counter(FAM)) = (COUNT); \
sys/crypto/sha1.c
193
padstart = COUNT % 64;
sys/crypto/sha1.c
197
COUNT += padlen;
sys/crypto/sha1.c
198
COUNT %= 64;
sys/crypto/sha1.c
200
padstart = COUNT % 64; /* should be 0 */
sys/crypto/sha1.c
204
COUNT += (padlen - 8);
sys/crypto/sha1.c
205
COUNT %= 64;
sys/crypto/sha1.c
230
gapstart = COUNT % 64;
sys/crypto/sha1.c
235
COUNT += copysiz;
sys/crypto/sha1.c
236
COUNT %= 64;
sys/crypto/sha1.c
238
if (COUNT % 64 == 0)
sys/crypto/sha1.c
72
ctxt->m.b8[(COUNT % 64)] = (x); \
sys/crypto/sha1.c
73
COUNT++; \
sys/crypto/sha1.c
74
COUNT %= 64; \
sys/crypto/sha1.c
76
if (COUNT % 64 == 0) \
sys/crypto/sha1.c
81
ctxt->m.b8[(COUNT % 64)] = (x); \
sys/crypto/sha1.c
82
COUNT++; \
sys/crypto/sha1.c
83
COUNT %= 64; \
sys/crypto/sha1.c
84
if (COUNT % 64 == 0) \
sys/dev/isci/scil/scic_sds_phy.c
321
COUNT,
sys/dev/pms/freebsd/driver/common/lxutil.c
765
for( idx = 0; idx < COUNT(ag_card_type); idx++ )