Home
last modified time | relevance | path

Searched refs:fbuf (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c76 struct debug_flush_buf *fbuf; member
108 struct debug_flush_buf *fbuf = CALLOC_STRUCT(debug_flush_buf); in debug_flush_buf_create() local
110 if (!fbuf) in debug_flush_buf_create()
113 fbuf->supports_persistent = supports_persistent; in debug_flush_buf_create()
114 fbuf->bt_depth = bt_depth; in debug_flush_buf_create()
115 pipe_reference_init(&fbuf->reference, 1); in debug_flush_buf_create()
116 (void) mtx_init(&fbuf->mutex, mtx_plain); in debug_flush_buf_create()
118 return fbuf; in debug_flush_buf_create()
129 struct debug_flush_buf *fbuf = *dst; in debug_flush_buf_reference() local
134 for (i = 0; i < fbuf->map_count; ++i) { in debug_flush_buf_reference()
[all …]
Du_debug_flush.h96 void debug_flush_map(struct debug_flush_buf *fbuf, unsigned flags);
106 void debug_flush_unmap(struct debug_flush_buf *fbuf);
135 struct debug_flush_buf *fbuf);
/third_party/libsnd/src/
Dfloat32.c520 bufferlen = ARRAY_LEN (ubuf.fbuf) ; in host_read_f2s()
526 readcount = psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ; in host_read_f2s()
532 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2s()
551 bufferlen = ARRAY_LEN (ubuf.fbuf) ; in host_read_f2i()
557 readcount = psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ; in host_read_f2i()
562 convert (ubuf.fbuf, readcount, ptr + total, scale) ; in host_read_f2i()
581 bufferlen = ARRAY_LEN (ubuf.fbuf) ; in host_read_f()
586 readcount = psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ; in host_read_f()
605 bufferlen = ARRAY_LEN (ubuf.fbuf) ; in host_read_f2d()
610 readcount = psf_fread (ubuf.fbuf, sizeof (float), bufferlen, psf) ; in host_read_f2d()
[all …]
Dcommon.h381 float fbuf [SF_BUFFER_LEN / sizeof (float)] ; member
/third_party/icu/icu4c/source/tools/tzcode/
Dscheck.c13 register char * fbuf; in scheck() local
23 fbuf = malloc(2 * strlen(format) + 4); in scheck()
24 if (fbuf == NULL) in scheck()
27 tp = fbuf; in scheck()
60 if (sscanf(string, fbuf, &dummy) != 1) in scheck()
62 free(fbuf); in scheck()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dscheck.c13 register char * fbuf; in scheck() local
23 fbuf = malloc(2 * strlen(format) + 4); in scheck()
24 if (fbuf == NULL) in scheck()
27 tp = fbuf; in scheck()
60 if (sscanf(string, fbuf, &dummy) != 1) in scheck()
62 free(fbuf); in scheck()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dscheck.c13 register char * fbuf; in scheck() local
23 fbuf = malloc(2 * strlen(format) + 4); in scheck()
24 if (fbuf == NULL) in scheck()
27 tp = fbuf; in scheck()
60 if (sscanf(string, fbuf, &dummy) != 1) in scheck()
62 free(fbuf); in scheck()
/third_party/boost/libs/interprocess/example/
Ddoc_file_mapping.cpp46 std::filebuf fbuf; in main() local
47 fbuf.open(FileName, std::ios_base::in | std::ios_base::out in main()
50 fbuf.pubseekoff(FileSize-1, std::ios_base::beg); in main()
51 fbuf.sputc(0); in main()
109 std::filebuf fbuf; in main() local
112 fbuf.open(argv[2], std::ios_base::in | std::ios_base::binary); in main()
115 fbuf.open(FileName, std::ios_base::in | std::ios_base::binary); in main()
122 fbuf.sgetn(&vect[0], std::streamsize(vect.size())); in main()
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink05.c27 struct stat fbuf, lbuf; in verify_link() local
34 SAFE_STAT(fname, &fbuf); in verify_link()
40 if (fbuf.st_nlink <= 1 || lbuf.st_nlink <= 1 || in verify_link()
41 (fbuf.st_nlink != lbuf.st_nlink)) { in verify_link()
48 (int)fbuf.st_nlink, (int)lbuf.st_nlink); in verify_link()
58 nlinks, (int)fbuf.st_nlink); in verify_link()
Dlink02.c24 struct stat fbuf, lbuf; in verify_link() local
31 SAFE_STAT(OLDPATH, &fbuf); in verify_link()
34 if (fbuf.st_nlink > 1 && fbuf.st_nlink == lbuf.st_nlink) { in verify_link()
40 (int)fbuf.st_nlink, (int)lbuf.st_nlink); in verify_link()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_buffer.c304 struct debug_flush_buf *fbuf; member
329 buf->fbuf = debug_flush_buf_create(FALSE, VMW_DEBUG_FLUSH_STACK); in vmw_svga_winsys_buffer_wrap()
336 return buffer->fbuf; in vmw_debug_flush_buf()
349 debug_flush_buf_reference(&buf->fbuf, NULL); in vmw_svga_winsys_buffer_destroy()
383 debug_flush_map(buf->fbuf, pb_flags); in vmw_svga_winsys_buffer_map()
397 debug_flush_unmap(buf->fbuf); in vmw_svga_winsys_buffer_unmap()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c63 struct statx fbuf; in test_sym_link() local
66 TEST(statx(AT_FDCWD, TESTFILE, 0, 0, &fbuf)); in test_sym_link()
86 if (fbuf.stx_ino != lbuf.stx_ino) in test_sym_link()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.h71 struct zink_framebuffer *fbuf);
/third_party/tzdata/
Dzdump.c944 char fbuf[100]; in istrftime() local
945 bool oversized = sizeof fbuf <= f_prefix_copy_size; in istrftime()
946 char *f_prefix_copy = oversized ? xmalloc(f_prefix_copy_size) : fbuf; in istrftime()