HomeSort by: relevance | last modified time | path
    Searched defs:write_count (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
mon.c 52 count_type write_count; member in struct:_cpu_mon
132 monitor->write_count += 1;
345 if (monitor->cpu_monitor[cpu_nr].write_count)
350 monitor->cpu_monitor[cpu_nr].write_count),
351 (monitor->cpu_monitor[cpu_nr].write_count == 1) ? "" : "s",
  /src/external/gpl3/gdb.old/dist/sim/ppc/
mon.c 52 count_type write_count; member in struct:_cpu_mon
132 monitor->write_count += 1;
345 if (monitor->cpu_monitor[cpu_nr].write_count)
350 monitor->cpu_monitor[cpu_nr].write_count),
351 (monitor->cpu_monitor[cpu_nr].write_count == 1) ? "" : "s",
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_virt.h 47 int write_count; member in struct:amdgpu_vf_error_buffer
  /src/external/gpl3/gdb/dist/sim/common/
sim-profile.h 158 unsigned int write_count[MAX_TARGET_MODES];
159 #define PROFILE_WRITE_COUNT(p) ((p)->write_count)
155 unsigned int write_count[MAX_TARGET_MODES]; member in struct:__anon19225
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-profile.h 158 unsigned int write_count[MAX_TARGET_MODES];
159 #define PROFILE_WRITE_COUNT(p) ((p)->write_count)
155 unsigned int write_count[MAX_TARGET_MODES]; member in struct:__anon21964
  /src/sys/fs/hfs/
libhfs.h 275 uint32_t write_count; member in struct:__anon6751
429 uint32_t write_count; member in struct:__anon6764
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 1854 unsigned long write_count = 0;
1949 totals->write_count += 1;
1994 unsigned long write_count,
2075 total_progress.write_count,
2081 WRITE_COUNT is the number of separate write operations, or 0, if
2088 unsigned long write_count,
2122 if (write_count > 0)
2125 uiout->field_unsigned ("write-rate", data_count / write_count);
1852 unsigned long write_count = 0; member in struct:load_progress_data
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 1890 unsigned long write_count = 0;
1985 totals->write_count += 1;
2030 unsigned long write_count,
2111 total_progress.write_count,
2117 WRITE_COUNT is the number of separate write operations, or 0, if
2124 unsigned long write_count,
2158 if (write_count > 0)
2161 uiout->field_unsigned ("write-rate", data_count / write_count);
1888 unsigned long write_count = 0; member in struct:load_progress_data
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 1219 size_t write_count; local
1232 write_count = dev->region.length - dev->n;
1234 iov[0].iov_len = write_count;
1365 *write_countp = write_count;
1679 size_t write_count; local
1687 build_msghdr_send(sock, cmsgbuf, dev, &msghdr, iov, &write_count);
1691 write_count > sock->manager->maxudp)
1693 cc = write_count;
1779 if ((size_t)cc != write_count) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 94 unsigned long write_count; member in struct:dc_perf_trace
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 6224 WRITE_COUNT is set to 2 and FIRST_PRED is ignored.
6227 set WRITE_COUNT to 1 and FIRST_PRED to P. Later on, the same register
6229 WRITE_COUNT gets set to 2.
6232 whose WRITE_COUNT is two, we need to issue an insn group barrier first.
6247 RWS_FIELD_TYPE write_count : 2;
6337 rws_sum[regno].write_count++;
6339 rws_sum[regno].write_count = 2;
6363 int write_count;
6366 write_count = rws_sum[regno].write_count;
6234 RWS_FIELD_TYPE write_count : 2; member in struct:reg_write_state
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 6213 WRITE_COUNT is set to 2 and FIRST_PRED is ignored.
6216 set WRITE_COUNT to 1 and FIRST_PRED to P. Later on, the same register
6218 WRITE_COUNT gets set to 2.
6221 whose WRITE_COUNT is two, we need to issue an insn group barrier first.
6236 RWS_FIELD_TYPE write_count : 2;
6326 rws_sum[regno].write_count++;
6328 rws_sum[regno].write_count = 2;
6352 int write_count;
6355 write_count = rws_sum[regno].write_count;
6223 RWS_FIELD_TYPE write_count : 2; member in struct:reg_write_state
    [all...]

Completed in 55 milliseconds