| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_flags.cc | 57 char *buf_pos = buf + 32; local 59 *--buf_pos = (pid % 10) + '0'; 62 while (buf_pos < buf + 32 && out < out_end - 1) 63 *out++ = *buf_pos++;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| amdgpu_hdcp_log.c | 45 uint32_t buf_pos = 0; local 51 buf[buf_pos++] = '\n'; 52 snprintf(&buf[buf_pos], sizeof(buf) - buf_pos, "%02X ", msg[i]); 53 buf_pos += byte_size; 55 buf[buf_pos++] = '\0';
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flags.cpp | 58 char *buf_pos = buf + 32; local 60 *--buf_pos = (pid % 10) + '0'; 63 while (buf_pos < buf + 32 && out < out_end - 1) 64 *out++ = *buf_pos++;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flags.cpp | 58 char *buf_pos = buf + 32; local 60 *--buf_pos = (pid % 10) + '0'; 63 while (buf_pos < buf + 32 && out < out_end - 1) 64 *out++ = *buf_pos++;
|
| /src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| lzma2_encoder.c | 47 size_t buf_pos; member in struct:__anon24630 81 coder->buf_pos = pos; 130 coder->buf_pos = 0; 230 lzma_bufcpy(coder->buf, &coder->buf_pos, 233 if (coder->buf_pos != coder->compressed_size) 241 lzma_bufcpy(coder->buf, &coder->buf_pos, 244 if (coder->buf_pos != LZMA2_HEADER_UNCOMPRESSED)
|
| /src/external/public-domain/xz/dist/tests/ |
| test_index.c | 254 size_t buf_pos = 1; local 255 expect(lzma_index_buffer_encode(i, buf, &buf_pos, index_size) 257 expect(buf_pos == 1); 259 succeed(lzma_index_buffer_encode(i, buf, &buf_pos, index_size + 1)); 260 expect(buf_pos == index_size + 1); 263 buf_pos = 1; 265 expect(lzma_index_buffer_decode(&d, &memlimit, NULL, buf, &buf_pos, 267 expect(buf_pos == 1); 270 succeed(lzma_index_buffer_decode(&d, &memlimit, NULL, buf, &buf_pos, 272 expect(buf_pos == index_size + 1) [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| script.c | 228 long buf_pos, i; local 541 buf_pos = ftell(fp); 542 if (buf_pos == -1) { 548 size_t buf_len = (size_t)buf_pos; 564 return buf_pos; 566 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL) 569 return buf_pos;
|
| /src/sys/fs/nilfs/ |
| nilfs_vnops.c | 393 uint8_t *buf_pos; local 435 buf_pos = (uint8_t *) bp->b_data + buf_offset; 439 memset(buf_pos, 0, blocksize);
|
| /src/external/bsd/less/dist/ |
| ch.c | 528 POSITION buf_pos; local 538 buf_pos = (bp->block * LBUFSIZE) + bp->datasize; 539 if (buf_pos > end_pos) 540 end_pos = buf_pos;
|
| /src/sys/dev/pci/ |
| hifn7751.c | 1407 uint8_t *buf_pos; local 1415 buf_pos = buf; 1420 base_cmd = (struct hifn_base_command *)buf_pos; 1435 buf_pos += sizeof(struct hifn_base_command); 1438 comp_cmd = (struct hifn_comp_command *)buf_pos; 1446 buf_pos += sizeof(struct hifn_comp_command); 1450 mac_cmd = (struct hifn_mac_command *)buf_pos; 1458 buf_pos += sizeof(struct hifn_mac_command); 1462 cry_cmd = (struct hifn_crypt_command *)buf_pos; 1470 buf_pos += sizeof(struct hifn_crypt_command) [all...] |
| /src/sys/fs/udf/ |
| udf_subr.c | 6656 uint8_t *buf_pos; local 6712 buf_pos = (uint8_t *) buf->b_data + buf_offset; 6720 memset(buf_pos, 0, sector_size);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target.c | 2249 size_t buf_pos = 0; local 2266 buf.resize (buf_pos + chunk); 2269 (gdb_byte *) &buf[buf_pos], 2270 buf_pos, chunk, 2276 buf.resize (buf_pos); 2285 buf_pos += xfered_len; 3460 size_t buf_alloc, buf_pos; local 3474 buf_pos = 0; 3477 n = target_fileio_pread (fd.get (), &buf[buf_pos], 3478 buf_alloc - buf_pos - padding, buf_pos [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target.c | 2247 size_t buf_pos = 0; local 2264 buf.resize (buf_pos + chunk); 2267 (gdb_byte *) &buf[buf_pos], 2268 buf_pos, chunk, 2274 buf.resize (buf_pos); 2283 buf_pos += xfered_len; 3432 size_t buf_alloc, buf_pos; local 3446 buf_pos = 0; 3449 n = target_fileio_pread (fd.get (), &buf[buf_pos], 3450 buf_alloc - buf_pos - padding, buf_pos [all...] |