Home
last modified time | relevance | path

Searched refs:temp_buf (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c96 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, '\0', maxoplen); in main()
[all …]
/third_party/openssl/apps/
Dpasswd.c512 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/NuttX/drivers/usbdev/gadget/
Df_uvc.c1622 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/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl06.c141 struct msqid_ds temp_buf; in setup() local
149 TEST(msgctl(msg_id, MSG_STAT_ANY, &temp_buf)); in setup()
/third_party/ffmpeg/libavcodec/
Datrac3.c110 float temp_buf[1070]; member
748 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf); in decode_frame()
749 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf); in decode_frame()
750 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf); in decode_frame()
782 ff_atrac_iqmf(p1, p2, 256, p1, q->units[i].delay_buf1, q->temp_buf); in al_decode_frame()
783 ff_atrac_iqmf(p4, p3, 256, p3, q->units[i].delay_buf2, q->temp_buf); in al_decode_frame()
784 ff_atrac_iqmf(p1, p3, 512, p1, q->units[i].delay_buf3, q->temp_buf); in al_decode_frame()