/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
GCDAProfiling.c | 87 static uint64_t cur_pos = 0; variable in typeref:typename:uint64_t 120 size += cur_pos; 130 memcpy(&write_buffer[cur_pos], s, len); 131 cur_pos += len; 159 val = *(uint32_t*)&write_buffer[cur_pos]; 160 cur_pos += 4; 170 val = *(uint64_t*)&write_buffer[cur_pos]; 171 cur_pos += 8; 300 cur_pos = 0; 381 uint64_t save_cur_pos = cur_pos; [all...] |
/src/lib/libc/cdb/ |
cdbw.c | 535 if (__predict_false(cur_pos + (n) >= sizeof(buf))) { \ 536 ret = write(fd, buf, cur_pos); \ 537 if (ret == -1 || (size_t)ret != cur_pos) \ 539 cur_pos = 0; \ 548 size_t i, size, size2, cur_pos; local in function:print_hash 558 cur_pos = 40; 563 le32enc(buf + cur_pos, state->g[i]); 564 cur_pos += size; 571 le32enc(buf + cur_pos, 0); 572 cur_pos += size [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cmdbuf.c | 93 * @cur_pos: Space already used in @cur. Protected by @cur_mutex. 129 size_t cur_pos; member in struct:vmw_cmdbuf_man 686 if (man->cur_pos == 0) { 691 man->cur->cb_header->length = man->cur_pos; 696 man->cur_pos = 0; 1033 if (cur && (size + man->cur_pos > cur->size || 1057 return (void *) (man->cur->cmd + man->cur_pos); 1075 man->cur_pos += size; 1136 man->cur_pos = size;
|
/src/usr.bin/mail/ |
mime_attach.c | 292 off_t cur_pos; local in function:content_encoding_by_fileno 294 cur_pos = lseek(fd, (off_t)0, SEEK_CUR); 304 (void)lseek(fd, cur_pos, SEEK_SET); 397 off_t cur_pos; local in function:content_type_by_fileno 400 cur_pos = lseek(fd, (off_t)0, SEEK_CUR); 412 (void)lseek(fd, cur_pos, SEEK_SET);
|
mime_decode.c | 364 off_t cur_pos; local in function:split_multipart 367 cur_pos = ftello(fp); 370 end_pos = cur_pos - line_len;
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
sndif.h | 1043 struct xensnd_cur_pos_evt cur_pos; member in union:xensnd_evt::__anonf05a460c070a
|