Searched refs:write_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c236 unsigned write_count; /* Likewise for __mf_check/write. */ member in struct:__mf_object
901 obj->write_count ++;
923 && obj->write_count == 0
1072 if (LIKELY (old_obj->read_count + old_obj->write_count))
1191 but then the read_count/write_count field is not reliable. */
1322 if ((old_obj->read_count + old_obj->write_count) == 0 &&
1381 if (obj->read_count + obj->write_count)
1699 obj->read_count, obj->write_count, obj->liveness,
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c954 size_t write_count; local
963 write_count = 0;
970 write_count = dev->region.length - dev->n;
973 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
979 cpbuffer->buf, write_count);
981 memcpy(cpbuffer->buf,(dev->region.base + dev->n), write_count);
982 cpbuffer->buflen = write_count;
985 iov[0].len = write_count;
1019 cpbuffer->buf, write_count);
1025 write_count
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c1364 unsigned long write_count;
1441 args->write_count += 1;
1475 cbdata.write_count = 0; /* Number of writes needed. */
1542 cbdata.write_count, end_time - start_time);
1564 unsigned long write_count,
1579 if (write_count > 0)
1582 ui_out_field_fmt (uiout, "write-rate", "%lu", data_count / write_count);
1362 unsigned long write_count; member in struct:load_section_data
1560 print_transfer_performance(struct ui_file *stream, unsigned long data_count, unsigned long write_count, unsigned long time_count) argument
H A Ddefs.h563 unsigned long write_count,
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c1308 size_t write_count; local
1322 write_count = 0;
1329 write_count = dev->region.length - dev->n;
1331 iov[0].iov_len = write_count;
1359 write_count += (used.length - skip_count);
1424 *write_countp = write_count;
1832 size_t write_count; local
1839 build_msghdr_send(sock, dev, &msghdr, iov, &write_count);
1922 if ((size_t)cc != write_count)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c5230 unsigned int write_count : 2;
5277 rws[regno].write_count++;
5279 rws[regno].write_count = 2;
5303 int write_count;
5306 gcc_assert (!rws_insn[regno].write_count);
5310 write_count = rws_sum[regno].write_count;
5312 switch (write_count)
5378 switch (rws_sum[regno].write_count)
5555 if (! flags.is_sibcall && ! rws_insn[REG_AR_CFM].write_count)
5217 unsigned int write_count : 2; member in struct:reg_write_state
5290 int write_count; local
[all...]

Completed in 212 milliseconds