Home
last modified time | relevance | path

Searched refs:iwidth (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/bin/ps/
Dprint.c126 iwidth(u_int64_t v) in iwidth() function
268 fmtlen = iwidth(-val) + 1; in intprintorsetwidth()
273 fmtlen = iwidth(val); in intprintorsetwidth()
899 fmtlen = iwidth(days) + 9; in elapsed()
902 fmtlen = iwidth(hours) + 6; in elapsed()
905 fmtlen = iwidth(mins) + 3; in elapsed()
1033 fmtlen = iwidth(secs / SECSPERMIN) + 6; in cputime1()
1327 fmtlen = iwidth(-val) + 1; in printval()
1332 fmtlen = iwidth(val); in printval()
1340 v->width = iwidth(uval); in printval()
[all …]
/netbsd/src/sys/dev/ic/
Digsfb.c911 u_int v, index, count, icount, iwidth; in igsfb_set_cursor() local
917 index = count = icount = iwidth = 0; /* XXX: gcc */ in igsfb_set_cursor()
943 iwidth = (p->size.x + 7) >> 3; /* bytes per scan line */ in igsfb_set_cursor()
944 icount = iwidth * p->size.y; in igsfb_set_cursor()
1008 mp = cc->cc_mask + iwidth - 1; in igsfb_set_cursor()
1011 mp += iwidth; in igsfb_set_cursor()
1014 igsfb_convert_cursor_data(dc, iwidth, p->size.y); in igsfb_set_cursor()
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dprofile-fr550.c216 INT in_FRi, int iwidth, in adjust_float_register_busy() argument
225 for (i = 0; i < iwidth; ++i) in adjust_float_register_busy()
241 if (! REG_OVERLAP (in_FRj + i, 1, in_FRi, iwidth) in adjust_float_register_busy()
256 if (! REG_OVERLAP (out_FRk + i, 1, in_FRi, iwidth) in adjust_float_register_busy()
272 INT in_FRi, int iwidth, in restore_float_register_busy() argument
281 for (i = 0; i < iwidth; ++i) in restore_float_register_busy()
293 if (! REG_OVERLAP (in_FRj + i, 1, in_FRi, iwidth) in restore_float_register_busy()
304 if (! REG_OVERLAP (out_FRk + i, 1, in_FRi, iwidth) in restore_float_register_busy()
320 INT in_FRi, int iwidth, in adjust_float_register_busy_for_media() argument
331 if (! REG_OVERLAP (out_FRk + i, 1, in_FRi, iwidth) in adjust_float_register_busy_for_media()
[all …]
/netbsd/src/external/gpl2/lvm2/dist/libdm/regex/
Dmatcher.c196 unsigned iwidth = (m->num_nodes / DM_BITS_PER_INT) + 1; in _calc_states() local
197 struct ttree *tt = ttree_create(m->scratch, iwidth); in _calc_states()