/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 96 char *temp_buf; /* a pointer to the current data */ variable 337 if (memcmp(good_buf + offset, temp_buf, size) != 0) { in check_buffers() 343 t = temp_buf[i]; in check_buffers() 346 bad = short_at(&temp_buf[i]); in check_buffers() 349 op = temp_buf[offset & 1 ? i + 1 : i]; in check_buffers() 619 iret = read(fd, temp_buf, size); in doread() 684 memcpy(temp_buf, p + pg_offset, size); in domapread() 1316 temp_buf = malloc(maxoplen); in main() 1317 if (temp_buf == NULL) in main() 1319 memset(temp_buf, '\ in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
H A D | msgctl06.c | 141 struct msqid_ds temp_buf; in setup() local 149 TEST(msgctl(msg_id, MSG_STAT_ANY, &temp_buf)); in setup()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1622 uint8_t *temp_buf; in fuvc_vs_req_complete_sub() local 1645 temp_buf = fuvc->stream_buf; in fuvc_vs_req_complete_sub() 1649 transfer->data = &(temp_buf[0x2]); in fuvc_vs_req_complete_sub() 1671 uint8_t *temp_buf; in fuvc_vs_req_complete() local 1689 temp_buf = fuvc->stream_buf; in fuvc_vs_req_complete() 1690 req->buf = (uint8_t *)VMM_TO_DMA_ADDR((UINTPTR)temp_buf); in fuvc_vs_req_complete() 1693 temp_buf[0] = 0x2; in fuvc_vs_req_complete() 1696 temp_buf[1] = (uint8_t)(UVC_STREAM_HEADER_EOH | in fuvc_vs_req_complete() 1701 temp_buf[1] = (uint8_t)(UVC_STREAM_HEADER_EOH | (fuvc->fid & UVC_STREAM_HEADER_FID)); in fuvc_vs_req_complete() 1711 uint8_t *temp_buf; in fuvc_vs_req_complete() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3.c | 111 float temp_buf[1070]; member 750 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf); in decode_frame() 751 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf); in decode_frame() 752 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf); in decode_frame() 785 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf); in al_decode_frame() 786 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf); in al_decode_frame() 787 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf); in al_decode_frame()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | passwd.c | 512 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; in shacrypt() local 649 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 655 memcpy(cp, temp_buf, buf_size); in shacrypt() 656 memcpy(cp, temp_buf, n); in shacrypt() 666 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 672 memcpy(cp, temp_buf, buf_size); in shacrypt() 673 memcpy(cp, temp_buf, n); in shacrypt()
|
/third_party/openssl/apps/ |
H A D | passwd.c | 512 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; in shacrypt() local 649 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 655 memcpy(cp, temp_buf, buf_size); in shacrypt() 656 memcpy(cp, temp_buf, n); in shacrypt() 666 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt() 672 memcpy(cp, temp_buf, buf_size); in shacrypt() 673 memcpy(cp, temp_buf, n); in shacrypt()
|
/third_party/backends/backend/ |
H A D | artec.c | 3473 SANE_Byte temp_buf[ARTEC_MAX_READ_SIZE]; in artec_sane_read() local 3561 status = read_data (s->fd, ARTEC_DATA_IMAGE, temp_buf, &nread); in artec_sane_read() 3573 write (debug_fd, temp_buf, nread); in artec_sane_read() 3582 temp_buf + (line * s->params.bytes_per_line), in artec_sane_read() 3625 artec_line_rgb_to_byte_rgb (temp_buf + in artec_sane_read() 3631 artec_reverse_line (s, temp_buf + in artec_sane_read() 3641 artec_software_rgb_calibrate (s, temp_buf, lread); in artec_sane_read() 3644 memcpy (buf + bytes_read, temp_buf, nread); in artec_sane_read() 3674 static SANE_Byte temp_buf[ARTEC_MAX_READ_SIZE]; in sane_read() local 3686 status = artec_sane_read (s, temp_buf, in sane_read() [all...] |