OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/iscsid/
iscsid_lists.c
865
uint32_t
ccnt
= 64 * 1024; /* probably not more than 64k connections... */
local in function:select_initiator
872
if ((i->active_connections <
ccnt
)) {
873
ccnt
= i->active_connections;
/src/games/snake/snake/
snake.c
115
static int lcnt,
ccnt
; /* user's idea of screen size */
variable in typeref:typename:int
169
ccnt
= atoi(optarg);
203
if (!
ccnt
||
ccnt
> COLS - 2)
204
ccnt
= COLS - 2;
206
i = MIN(lcnt,
ccnt
);
327
repeat =
ccnt
- 1 - you.col;
369
if (you.col <
ccnt
- 1) {
374
(you.col ==
ccnt
- 1))
470
for (i = 1; i <=
ccnt
; i++)
[
all
...]
/src/sys/dev/pci/qat/
qat_ae.c
906
int pcnt,
ccnt
, elapsed, times;
local in function:qat_ae_wait_num_cycles
914
ccnt
= cnt & 0xffff;
916
elapsed =
ccnt
- pcnt;
Completed in 15 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025