/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/ |
H A D | main.c | 45 int64_t repeat_count; in main() local 64 &repeat_count, in main() 112 thread_data_arguments[TID].repeat_count = repeat_count; in main() 213 int64_t *repeat_count, in get_user_options() argument 228 *repeat_count = default_repeat_count; in get_user_options() 242 *repeat_count = atol (optarg); in get_user_options() 291 if (*repeat_count <= 0) in get_user_options() 295 "positive\n", *repeat_count); in get_user_options()
|
H A D | mxv.c | 35 int64_t repeat_count = local_data->repeat_count; in driver_mxv() local 46 for (int64_t r=0; r<repeat_count; r++) in driver_mxv()
|
H A D | mydefs.h | 39 int64_t repeat_count; member 65 int64_t *repeat_count,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | list_read.c | 670 dtp->u.p.repeat_count = v; in convert_integer() 672 if (dtp->u.p.repeat_count == 0) in convert_integer() 767 dtp->u.p.repeat_count = repeat; in parse_repeat() 2114 dtp->u.p.repeat_count = 1; in list_formatted_read_scalar() 2125 dtp->u.p.repeat_count = 0; in list_formatted_read_scalar() 2144 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2165 dtp->u.p.repeat_count = 1; in list_formatted_read_scalar() 2182 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2188 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2247 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() [all …]
|
H A D | io.h | 556 int repeat_count; member
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | list_read.c | 669 dtp->u.p.repeat_count = v; in convert_integer() 671 if (dtp->u.p.repeat_count == 0) in convert_integer() 766 dtp->u.p.repeat_count = repeat; in parse_repeat() 2113 dtp->u.p.repeat_count = 1; in list_formatted_read_scalar() 2124 dtp->u.p.repeat_count = 0; in list_formatted_read_scalar() 2143 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2164 dtp->u.p.repeat_count = 1; in list_formatted_read_scalar() 2181 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2187 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() 2246 if (dtp->u.p.repeat_count > 0) in list_formatted_read_scalar() [all …]
|
H A D | io.h | 560 int repeat_count; member
|
/netbsd-src/sys/dev/pci/ |
H A D | twaio.h | 65 uint8_t repeat_count; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-rtl.c | 1803 int repeat_count = 1; in read_rtx_operand() local 1812 if (!sscanf (name.string, "x%d", &repeat_count)) in read_rtx_operand() 1817 repeat_count--; in read_rtx_operand() 1823 for (; repeat_count > 0; repeat_count--) in read_rtx_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl.cc | 1850 int repeat_count = 1; in read_rtx_operand() local 1859 if (!sscanf (name.string, "x%d", &repeat_count)) in read_rtx_operand() 1864 repeat_count--; in read_rtx_operand() 1870 for (; repeat_count > 0; repeat_count--) in read_rtx_operand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-msp430.c | 2790 static signed int repeat_count = 0; in msp430_operands() local 2917 if (repeat_count) in msp430_operands() 2922 if (repeat_count > 0) in msp430_operands() 2923 extended |= (repeat_count - 1); in msp430_operands() 2925 extended |= (1 << 7) | (- repeat_count); in msp430_operands() 2930 repeat_count = 0; in msp430_operands() 3714 repeat_count = op1.exp.X_add_number; in msp430_operands() 3725 repeat_count = - reg; in msp430_operands()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-msp430.c | 2792 static signed int repeat_count = 0; in msp430_operands() local 2919 if (repeat_count) in msp430_operands() 2924 if (repeat_count > 0) in msp430_operands() 2925 extended |= (repeat_count - 1); in msp430_operands() 2927 extended |= (1 << 7) | (- repeat_count); in msp430_operands() 2932 repeat_count = 0; in msp430_operands() 3716 repeat_count = op1.exp.X_add_number; in msp430_operands() 3727 repeat_count = - reg; in msp430_operands()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ioctl/ |
H A D | libdm-iface.c | 1268 static struct dm_ioctl *_flatten(struct dm_task *dmt, unsigned repeat_count) in _flatten() argument 1338 while (repeat_count--) in _flatten() 1700 unsigned repeat_count) in _do_dm_ioctl() argument 1704 dmi = _flatten(dmt, repeat_count); in _do_dm_ioctl()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2005 | 413 * io/list_read.c (repeat_count, saved_length, saved_used,
|