Home
last modified time | relevance | path

Searched refs:repeat_count (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmain.c45 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 Dmxv.c35 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 Dmydefs.h39 int64_t repeat_count; member
65 int64_t *repeat_count,
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c670 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 Dio.h556 int repeat_count; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c669 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 Dio.h560 int repeat_count; member
/netbsd-src/sys/dev/pci/
H A Dtwaio.h65 uint8_t repeat_count; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c1803 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 Dread-rtl.cc1850 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 Dtc-msp430.c2790 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 Dtc-msp430.c2792 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 Dlibdm-iface.c1268 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 DChangeLog-2005413 * io/list_read.c (repeat_count, saved_length, saved_used,