HomeSort by: relevance | last modified time | path
    Searched defs:repeat_count (Results 1 - 13 of 13) 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++)
mydefs.h 39 int64_t repeat_count; member in struct:thread_arguments_data
65 int64_t *repeat_count,
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);
  /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++)
mydefs.h 39 int64_t repeat_count; member in struct:thread_arguments_data
65 int64_t *repeat_count,
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);
  /src/sys/dev/pci/
twaio.h 65 uint8_t repeat_count; member in struct:tw_cl_event_packet
  /src/external/gpl3/gdb.old/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/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/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;
  /src/external/gpl3/gcc/dist/libgfortran/io/
io.h 559 int repeat_count; member in struct:st_parameter_dt::__anon14411::__anon14412
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 560 int repeat_count; member in struct:st_parameter_dt::__anon16823::__anon16824

Completed in 24 milliseconds