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

/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Dbuffer.c472 unsigned int real_length; local
483 real_length = dbuf->length + sizeof(isc_buffer_t);
488 isc_mem_put(mctx, dbuf, real_length);
/freebsd-11.0-release/sys/dev/twa/
H A Dtw_osl_freebsd.c1250 req->real_length = 0;
1320 bcopy(req->real_data, req->data, req->real_length);
1343 bcopy(req->real_data, req->data, req->real_length);
1429 req->real_length = req->length;
1445 req->length = req->real_length;
1509 req->length = req->real_length;
1566 req->real_length);
1587 req->real_length);
1602 req->length = req->real_length;
1678 "data = %p, length = 0x%x, real_data = %p, real_length
[all...]
H A Dtw_osl.h106 TW_UINT32 real_length; member in struct:tw_osli_req_context
/freebsd-11.0-release/contrib/dialog/
H A Dformbox.c342 real_length(DIALOG_FORMITEM * item) function
365 int real_len = real_length(item + i);
379 item[i].text_len = real_length(item + i);
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp4583 int real_length = 0; // 1, 2, ..., n local
4593 real_length++;
4596 start += real_length;
4598 end += real_length;
4604 if (start >= real_length || end < 0) {
4621 if (end >= real_length) {
4624 end = real_length - 1;
/freebsd-11.0-release/sys/dev/amr/
H A Damr.c760 unsigned long au_length, real_length; local
850 real_length = amr_ioctl_buffer_length(au_length);
851 dp = malloc(real_length, M_AMR, M_WAITOK|M_ZERO);
908 ac->ac_length = real_length;

Completed in 128 milliseconds