OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BC
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/tetris/
shapes.c
52
#define
BC
B_COLS /* bottom center */
58
/* 2*/ { 2, 9, { ML, MR,
BC
, } },
65
/* 9*/ { 2, 10, { TC, MR,
BC
, } },
67
/*11*/ { 2, 2, { TC, ML,
BC
, } },
68
/*12*/ { 4, 13, { TC,
BC
, BR, } },
70
/*14*/ { 4, 4, { TL, TC,
BC
, } },
71
/*15*/ { 5, 16, { TR, TC,
BC
, } },
73
/*17*/ { 5, 5, { TC,
BC
, BL, } },
74
/*18*/ { 6, 6, { TC,
BC
, 2*B_COLS } } /* sticks out */
/src/lib/libterminfo/
termcap.c
49
char *
BC
;
76
BC
= __UNCONST(cursor_left);
/src/sys/dev/marvell/
mvxpsec.c
2940
int KC,
BC
, ROUNDS;
2960
BC
= 4; /* 128 bits */
2968
for(j = 0; (j < KC) && (t < (ROUNDS+1)*
BC
); j++, t++)
2969
for(i = 0; i < 4; i++) W[t /
BC
][i][t %
BC
] = tk[i][j];
2971
while (t < (ROUNDS+1)*
BC
) { /* while not enough round key material calculated */
2992
for(j = 0; (j < KC) && (t < (ROUNDS+1)*
BC
); j++, t++)
2993
for(i = 0; i < 4; i++) W[t /
BC
][i][t %
BC
] = tk[i][j];
Completed in 44 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025