HomeSort by: relevance | last modified time | path
    Searched refs:repeat_count (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
mxv.c 35 int64_t repeat_count = local_data->repeat_count; local
46 for (int64_t r=0; r<repeat_count; r++)
main.c 46 int64_t repeat_count; local
65 &repeat_count,
112 thread_data_arguments[TID].repeat_count = repeat_count;
218 int64_t *repeat_count,
232 *repeat_count = default_repeat_count;
246 *repeat_count = atol (optarg);
295 if (*repeat_count <= 0)
299 "positive\n", *repeat_count);
mydefs.h 39 int64_t repeat_count; member in struct:thread_arguments_data
65 int64_t *repeat_count,
  /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/
mxv.c 35 int64_t repeat_count = local_data->repeat_count; local
46 for (int64_t r=0; r<repeat_count; r++)
main.c 46 int64_t repeat_count; local
65 &repeat_count,
112 thread_data_arguments[TID].repeat_count = repeat_count;
218 int64_t *repeat_count,
232 *repeat_count = default_repeat_count;
246 *repeat_count = atol (optarg);
295 if (*repeat_count <= 0)
299 "positive\n", *repeat_count);
mydefs.h 39 int64_t repeat_count; member in struct:thread_arguments_data
65 int64_t *repeat_count,
  /src/sys/dev/pci/
twaio.h 65 uint8_t repeat_count; member in struct:tw_cl_event_packet
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 669 dtp->u.p.repeat_count = v;
671 if (dtp->u.p.repeat_count == 0)
766 dtp->u.p.repeat_count = repeat;
2113 dtp->u.p.repeat_count = 1;
2124 dtp->u.p.repeat_count = 0;
2143 if (dtp->u.p.repeat_count > 0)
2164 dtp->u.p.repeat_count = 1;
2181 if (dtp->u.p.repeat_count > 0)
2187 if (dtp->u.p.repeat_count > 0)
2246 if (dtp->u.p.repeat_count > 0
    [all...]
io.h 560 int repeat_count; member in struct:st_parameter_dt::__anon11857::__anon11858
  /src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c 696 dtp->u.p.repeat_count = v;
698 if (dtp->u.p.repeat_count == 0)
793 dtp->u.p.repeat_count = repeat;
2168 dtp->u.p.repeat_count = 1;
2181 dtp->u.p.repeat_count = 0;
2200 if (dtp->u.p.repeat_count > 0)
2221 dtp->u.p.repeat_count = 1;
2238 if (dtp->u.p.repeat_count > 0)
2244 if (dtp->u.p.repeat_count > 0)
2316 if (dtp->u.p.repeat_count > 0
    [all...]
io.h 559 int repeat_count; member in struct:st_parameter_dt::__anon1836::__anon1837
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 80 int repeat_count; member in struct:converted_character
2374 current->repeat_count = 1;
2386 d.repeat_count = 0;
2415 ++current->repeat_count;
2424 repeat = current->repeat_count;
2481 int repeat_count = elem->repeat_count;
2482 if (print_max < repeat_count + num_elements)
2484 repeat_count = print_max - num_elements;
2487 for (j = 0; j < repeat_count; ++j
2480 int repeat_count = elem->repeat_count; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 80 int repeat_count; member in struct:converted_character
2300 current->repeat_count = 1;
2312 d.repeat_count = 0;
2341 ++current->repeat_count;
2350 repeat = current->repeat_count;
2407 int repeat_count = elem->repeat_count;
2408 if (print_max < repeat_count + num_elements)
2410 repeat_count = print_max - num_elements;
2413 for (j = 0; j < repeat_count; ++j
2406 int repeat_count = elem->repeat_count; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl.cc 1852 int repeat_count = 1;
1861 if (!sscanf (name.string, "x%d", &repeat_count))
1866 repeat_count--;
1872 for (; repeat_count > 0; repeat_count--)
  /src/external/gpl3/gcc/dist/gcc/
read-rtl.cc 1901 int repeat_count = 1;
1910 if (!sscanf (name.string, "x%d", &repeat_count))
1915 repeat_count--;
1923 for (; repeat_count > 0; repeat_count--)
  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-iface.c 1268 static struct dm_ioctl *_flatten(struct dm_task *dmt, unsigned repeat_count)
1338 while (repeat_count--)
1700 unsigned repeat_count)
1704 dmi = _flatten(dmt, repeat_count);
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 2792 static signed int repeat_count = 0; local
2917 if (repeat_count)
2922 if (repeat_count > 0)
2923 extended |= (repeat_count - 1);
2925 extended |= (1 << 7) | (- repeat_count);
2930 repeat_count = 0;
3720 repeat_count = op1.exp.X_add_number;
3731 repeat_count = - reg;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 2792 static signed int repeat_count = 0; local
2917 if (repeat_count)
2922 if (repeat_count > 0)
2923 extended |= (repeat_count - 1);
2925 extended |= (1 << 7) | (- repeat_count);
2930 repeat_count = 0;
3720 repeat_count = op1.exp.X_add_number;
3731 repeat_count = - reg;

Completed in 69 milliseconds