OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c
152
u_int
ucnt
;
local in function:delay
168
ucnt
= usec_to_counter(n);
170
while(
ucnt
> 0 ) {
180
if((u_int)delta <
ucnt
){
181
ucnt
-= (u_int)delta;
185
ucnt
= 0;
s3c2800_clk.c
156
u_int
ucnt
;
local in function:delay
172
ucnt
= usec_to_counter(n);
174
while(
ucnt
> 0 ) {
184
if((u_int)delta <
ucnt
){
185
ucnt
-= (u_int)delta;
189
ucnt
= 0;
Completed in 33 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025