| /src/sys/arch/m68k/include/ |
| linux_bootinfo.h | 81 uint8_t data_bytes[]; member in struct:bi_data
|
| /src/sys/dev/pci/ |
| esa.c | 239 int data_bytes; local 245 data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) + 250 vc->play.data_offset = ESA_DAC_DATA + (data_bytes * vc->index); 272 vc->rec.data_offset = ESA_DAC_DATA + (data_bytes * vc->index) + 273 (data_bytes / 2); 493 int data_bytes, dac_data, dsp_in_size; local 500 data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) + 503 dac_data = ESA_DAC_DATA + (data_bytes * vc->index); 627 int data_bytes, adc_data, dsp_in_size; local 634 data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) 1268 int data_bytes; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic6x.h | 64 int data_bytes; member in struct:tic6x_unwind_info
|
| tc-tic6x.c | 379 if (unwind->data_bytes == 0) 382 if (unwind->data_bytes != -1) 429 if (unwind->data_bytes != 0) 441 unwind->data_bytes = 0; 4748 unwind->data_bytes++; 4750 if (unwind->data_bytes == 5) 4758 unwind->data_bytes++; 4769 if ((unwind->data_bytes & 3) == 0 && unwind->data_bytes > 4) 4807 unwind->data_bytes = -1 [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic6x.h | 62 int data_bytes; member in struct:tic6x_unwind_info
|
| tc-tic6x.c | 379 if (unwind->data_bytes == 0) 382 if (unwind->data_bytes != -1) 429 if (unwind->data_bytes != 0) 441 unwind->data_bytes = 0; 4749 unwind->data_bytes++; 4751 if (unwind->data_bytes == 5) 4759 unwind->data_bytes++; 4770 if ((unwind->data_bytes & 3) == 0 && unwind->data_bytes > 4) 4808 unwind->data_bytes = -1 [all...] |
| /src/sys/arch/m68k/m68k/ |
| linux_bootinfo.c | 473 rnd->data_bytes, rnd->data_length, 475 explicit_memset(rnd->data_bytes, 0, rnd->data_length);
|
| /src/sys/netinet/ |
| sctp_header.h | 384 u_int8_t data_bytes[SCTP_NUM_DB_TO_VERIFY]; member in struct:sctp_chunk_desc
|
| sctp_input.c | 2426 for (iii = 0; iii < sizeof(desc->data_bytes); 2428 if (ddp[iii] != desc->data_bytes[iii]) { 2842 sizeof(desc.data_bytes))) { 2863 for (iii = 0; iii < sizeof(desc.data_bytes); iii++) { 2864 desc.data_bytes[iii] = ddp[iii];
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| uds_daemon.h | 198 size_t data_bytes; // bytes of message data already read [1] member in struct:request_state
|
| uds_daemon.c | 6166 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes < req->hdr.datalen) 6168 size_t nleft = req->hdr.datalen - req->data_bytes; 6171 struct iovec vec = { req->msgbuf + req->data_bytes, nleft }; // Tell recvmsg where we want the bytes put 6184 nread = udsSupportReadFD(req->sd, (char *)req->msgbuf + req->data_bytes, nleft, 0, req->platform_data); 6188 req->data_bytes += (size_t)nread; 6189 if (req->data_bytes > req->hdr.datalen) 6215 if (req->data_bytes < req->hdr.datalen) 6218 "[R%u] Client(PID [%d](" PUB_S ")) sent result code socket %d via SCM_RIGHTS with req->data_bytes %lu < req->hdr.datalen %d", 6219 req->request_id, req->process_id, req->pid_name, req->errsd, (unsigned long)req->data_bytes, req->hdr.datalen); 6228 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes == req->hdr.datalen [all...] |
| /src/external/apache2/mDNSResponder/dist/unittests/ |
| unittest_common.c | 72 req->data_bytes = msgSize;
|