/src/usr.bin/fmt/ |
buffer.h | 55 buf_end(struct buffer *buf) function in typeref:typename:void
|
buffer.h | 55 buf_end(struct buffer *buf) function in typeref:typename:void
|
/src/usr.sbin/intrctl/ |
intrctl_io.c | 111 char *buf_end; local in function:intrctl_io_firstline 113 buf_end = (char *)list + list->il_bufsize; 115 if ((char *)next >= buf_end) 127 char *buf_end; local in function:intrctl_io_nextline 130 buf_end = (char *)list + list->il_bufsize; 134 if ((char *)next >= buf_end)
|
intrctl_io.c | 111 char *buf_end; local in function:intrctl_io_firstline 113 buf_end = (char *)list + list->il_bufsize; 115 if ((char *)next >= buf_end) 127 char *buf_end; local in function:intrctl_io_nextline 130 buf_end = (char *)list + list->il_bufsize; 134 if ((char *)next >= buf_end)
|
/src/sys/arch/x68k/stand/libiocs/ |
iocs.h | 67 void *buf_end; member in struct:iocs_getptr 84 void *buf_end; member in struct:iocs_paintptr 105 const void *buf_end; member in struct:iocs_putptr
|
iocs.h | 67 void *buf_end; member in struct:iocs_getptr 84 void *buf_end; member in struct:iocs_paintptr 105 const void *buf_end; member in struct:iocs_putptr
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_verifier.c | 244 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) 246 if ((buf_end - *buf) >= num_words) { 526 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, 536 while (buf < buf_end) { 538 if ((buf_end - buf) < 2) { 585 while (buf < buf_end) { 598 if (buf < buf_end && *buf == a_fire) 610 if ((ret = eat_words(&buf, buf_end, dw_count))) 613 if (buf >= buf_end && !have_fire) { 630 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, 976 const uint32_t *buf_end = buf + (size >> 2); local in function:via_verify_command_stream 1050 const uint32_t *buf_end = buf + (size >> 2); local in function:via_parse_command_stream [all...] |
via_verifier.c | 244 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) 246 if ((buf_end - *buf) >= num_words) { 526 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, 536 while (buf < buf_end) { 538 if ((buf_end - buf) < 2) { 585 while (buf < buf_end) { 598 if (buf < buf_end && *buf == a_fire) 610 if ((ret = eat_words(&buf, buf_end, dw_count))) 613 if (buf >= buf_end && !have_fire) { 630 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, 976 const uint32_t *buf_end = buf + (size >> 2); local in function:via_verify_command_stream 1050 const uint32_t *buf_end = buf + (size >> 2); local in function:via_parse_command_stream [all...] |
/src/sys/dev/pci/qat/ |
qat.c | 2186 uint8_t *buf_start, *data_start, *data_end, *buf_end; local in function:qat_dump_mbuf 2201 buf_end = buf_start + 2206 buf_end = buf_start +m->m_ext.ext_size; 2211 buf_end = data_end; 2219 if (end > buf_end) 2220 end = buf_end;
|
qat.c | 2186 uint8_t *buf_start, *data_start, *data_end, *buf_end; local in function:qat_dump_mbuf 2201 buf_end = buf_start + 2206 buf_end = buf_start +m->m_ext.ext_size; 2211 buf_end = data_end; 2219 if (end > buf_end) 2220 end = buf_end;
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeARM_32.c | 572 sljit_uw *buf_end; local in function:sljit_generate_code 630 buf_end = buf_ptr + (buf->used_size >> 2); 710 } while (buf_ptr < buf_end); 727 buf_end = buf_ptr + compiler->cpool_fill; 729 while (buf_ptr < buf_end) {
|
sljitNativeARM_T2_32.c | 351 sljit_u16 *buf_end; local in function:sljit_generate_code 377 buf_end = buf_ptr + (buf->used_size >> 1); 400 } while (buf_ptr < buf_end);
|
sljitNativePPC_common.c | 331 sljit_ins *buf_end; local in function:sljit_generate_code 365 buf_end = buf_ptr + (buf->used_size >> 2); 425 } while (buf_ptr < buf_end);
|
sljitNativeSPARC_common.c | 285 sljit_ins *buf_end; local in function:sljit_generate_code 312 buf_end = buf_ptr + (buf->used_size >> 2); 341 } while (buf_ptr < buf_end);
|
sljitNativeX86_common.c | 483 sljit_u8 *buf_end; local in function:sljit_generate_code 509 buf_end = buf_ptr + buf->used_size; 543 } while (buf_ptr < buf_end); 544 SLJIT_ASSERT(buf_ptr == buf_end);
|
sljitNativeARM_64.c | 215 sljit_ins *buf_end; local in function:sljit_generate_code 243 buf_end = buf_ptr + (buf->used_size >> 2); 266 } while (buf_ptr < buf_end);
|
sljitNativeMIPS_common.c | 363 sljit_ins *buf_end; local in function:sljit_generate_code 390 buf_end = buf_ptr + (buf->used_size >> 2); 418 } while (buf_ptr < buf_end);
|
sljitNativeARM_32.c | 572 sljit_uw *buf_end; local in function:sljit_generate_code 630 buf_end = buf_ptr + (buf->used_size >> 2); 710 } while (buf_ptr < buf_end); 727 buf_end = buf_ptr + compiler->cpool_fill; 729 while (buf_ptr < buf_end) {
|
sljitNativeARM_T2_32.c | 351 sljit_u16 *buf_end; local in function:sljit_generate_code 377 buf_end = buf_ptr + (buf->used_size >> 1); 400 } while (buf_ptr < buf_end);
|
sljitNativePPC_common.c | 331 sljit_ins *buf_end; local in function:sljit_generate_code 365 buf_end = buf_ptr + (buf->used_size >> 2); 425 } while (buf_ptr < buf_end);
|
sljitNativeSPARC_common.c | 285 sljit_ins *buf_end; local in function:sljit_generate_code 312 buf_end = buf_ptr + (buf->used_size >> 2); 341 } while (buf_ptr < buf_end);
|
sljitNativeX86_common.c | 483 sljit_u8 *buf_end; local in function:sljit_generate_code 509 buf_end = buf_ptr + buf->used_size; 543 } while (buf_ptr < buf_end); 544 SLJIT_ASSERT(buf_ptr == buf_end);
|
sljitNativeARM_64.c | 215 sljit_ins *buf_end; local in function:sljit_generate_code 243 buf_end = buf_ptr + (buf->used_size >> 2); 266 } while (buf_ptr < buf_end);
|
sljitNativeMIPS_common.c | 363 sljit_ins *buf_end; local in function:sljit_generate_code 390 buf_end = buf_ptr + (buf->used_size >> 2); 418 } while (buf_ptr < buf_end);
|
sljitNativeTILEGX_64.c | 1004 sljit_ins *buf_end; local in function:sljit_generate_code 1027 buf_end = buf_ptr + (buf->used_size >> 3); 1059 } while (buf_ptr < buf_end);
|