OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iwidth
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ps/
print.c
126
iwidth
(u_int64_t v)
function
268
fmtlen =
iwidth
(-val) + 1;
273
fmtlen =
iwidth
(val);
899
fmtlen =
iwidth
(days) + 9;
902
fmtlen =
iwidth
(hours) + 6;
905
fmtlen =
iwidth
(mins) + 3;
1025
* passed to
iwidth
().
1033
fmtlen =
iwidth
(secs / SECSPERMIN) + 6;
1327
fmtlen =
iwidth
(-val) + 1;
1332
fmtlen =
iwidth
(val)
[
all
...]
/src/sys/dev/ic/
igsfb.c
911
u_int v, index, count, icount,
iwidth
;
local
917
index = count = icount =
iwidth
= 0; /* XXX: gcc */
943
iwidth
= (p->size.x + 7) >> 3; /* bytes per scan line */
944
icount =
iwidth
* p->size.y;
1008
mp = cc->cc_mask +
iwidth
- 1;
1011
mp +=
iwidth
;
1014
igsfb_convert_cursor_data(dc,
iwidth
, p->size.y);
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026