Searched refs:field_width (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.cc93 int field_width; local
95 field_width = 0;
99 if (field_width < _table[i]->_selchars_length)
100 field_width = _table[i]->_selchars_length;
108 _collisions, field_width, "keysig");
114 if (field_width > _table[i]->_selchars_length)
115 fprintf (stderr, "%*s", field_width - _table[i]->_selchars_length, "");
H A Dsearch.cc865 int field_width; local
867 field_width = 0;
872 if (field_width < keyword->_selchars_length)
873 field_width = keyword->_selchars_length;
878 fprintf (stderr, "keyword #, %*s, keyword\n", field_width, "keysig");
884 if (field_width > keyword->_selchars_length)
885 fprintf (stderr, "%*s", field_width - keyword->_selchars_length, "");
1664 int field_width = _max_selchars_length; local
1666 field_width, "selchars");
1671 if (field_width > pt
[all...]
H A Doutput.cc800 int field_width = 2; local
802 field_width++;
810 printf ("%*d", field_width, _asso_values[count]);
1351 int field_width; local
1354 field_width = 2;
1356 field_width++;
1364 if (field_width < neg_field_width)
1365 field_width = neg_field_width;
1368 const int columns = 42 / field_width;
1378 printf ("%*d", field_width, lookup_arra
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdio.c136 int field_width; /* width of output field */ local
163 field_width = -1;
165 field_width = skip_atoi(&fmt);
169 field_width = va_arg(args, int);
170 if (field_width < 0) {
171 field_width = -field_width;
208 while (--field_width > 0)
211 while (--field_width > 0)
223 while (len < field_width
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dprintf.c125 int field_width; /* width of output field */ local
159 field_width = -1;
161 field_width = skip_atoi(&fmt);
165 field_width = va_arg(args, int);
166 if (field_width < 0) {
167 field_width = -field_width;
200 while (--field_width > 0)
203 while (--field_width > 0)
212 while (len < field_width
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsh_pfc.h45 unsigned long reg, reg_width, field_width; member in struct:pinmux_cfg_reg
51 .reg = r, .reg_width = r_width, .field_width = f_width, \
H A Dsh_intc.h35 unsigned long set_reg, clr_reg, reg_width, field_width; member in struct:intc_prio_reg
43 unsigned long reg, reg_width, field_width; member in struct:intc_sense_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c414 s16 field_width; /* width of output field */ member in struct:printf_spec
441 spec.field_width--;
444 spec.field_width--;
447 spec.field_width--;
451 spec.field_width--;
453 spec.field_width--;
483 spec.field_width -= spec.precision;
485 while (--spec.field_width >= 0) {
511 while (--spec.field_width >= 0) {
530 while (--spec.field_width >
1877 s16 field_width; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c87 unsigned long field_width, unsigned long in_pos)
92 mask = (1 << field_width) - 1;
93 pos = reg_width - ((in_pos + 1) * field_width);
97 reg, pos, reg_width, field_width);
104 unsigned long field_width, unsigned long in_pos,
109 mask = (1 << field_width) - 1;
110 pos = reg_width - ((in_pos + 1) * field_width);
114 reg, value, pos, reg_width, field_width);
214 f_width = config_reg->field_width;
268 ncomb = 1 << crp->field_width;
86 gpio_read_reg(unsigned long reg, unsigned long reg_width, unsigned long field_width, unsigned long in_pos) argument
103 gpio_write_reg(unsigned long reg, unsigned long reg_width, unsigned long field_width, unsigned long in_pos, unsigned long value) argument
[all...]
H A Dintc.c708 BUG_ON(n * pr->field_width > pr->reg_width);
710 bit = pr->reg_width - (n * pr->field_width);
715 pr->field_width, bit);
818 BUG_ON((j + 1) * sr->field_width > sr->reg_width);
820 bit = sr->reg_width - ((j + 1) * sr->field_width);
823 0, sr->field_width, bit);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c119 int field_width; member in struct:tspec
551 unsigned field_width = 0; local
622 field_width = doux_bytes_to_XXX[pos][size];
626 fmt_string = xasprintf(doux_fmtstring[pos], field_width, p);
687 field_width = FLT_DIG + 8;
689 fmt_string = xasprintf(" %%%d.%de", field_width, FLT_DIG);
693 field_width = DBL_DIG + 8;
694 fmt_string = xasprintf(" %%%d.%de", field_width, DBL_DIG);
698 field_width = LDBL_DIG + 8;
699 fmt_string = xasprintf(" %%%d.%dLe", field_width, LDBL_DI
924 int field_width = spec[i].field_width + 1; local
[all...]

Completed in 210 milliseconds