/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 76 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 …]
|
D | u_debug_flush.h | 96 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/ |
D | float32.c | 520 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 …]
|
D | common.h | 381 float fbuf [SF_BUFFER_LEN / sizeof (float)] ; member
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | scheck.c | 13 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/ |
D | scheck.c | 13 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/ |
D | scheck.c | 13 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/ltp/testcases/kernel/syscalls/link/ |
D | link05.c | 27 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()
|
D | link02.c | 24 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/libfuse/lib/ |
D | fuse_loop.c | 22 struct fuse_buf fbuf = { in fuse_session_loop() local 27 res = fuse_session_receive_buf_int(se, &fbuf, NULL); in fuse_session_loop() 34 fuse_session_process_buf_int(se, &fbuf, NULL); in fuse_session_loop() 37 free(fbuf.mem); in fuse_session_loop()
|
D | fuse_loop_mt.c | 38 struct fuse_buf fbuf; member 126 res = fuse_session_receive_buf_int(mt->se, &w->fbuf, w->ch); in fuse_do_work() 148 if (!(w->fbuf.flags & FUSE_BUF_IS_FD)) { in fuse_do_work() 149 struct fuse_in_header *in = w->fbuf.mem; in fuse_do_work() 162 fuse_session_process_buf_int(mt->se, &w->fbuf, w->ch); in fuse_do_work() 178 free(w->fbuf.mem); in fuse_do_work() 268 w->fbuf.mem = NULL; in fuse_loop_start_thread() 301 free(w->fbuf.mem); in fuse_join_worker()
|
D | fuse.c | 4524 struct fuse_buf fbuf = { in fuse_session_loop_remember() local 4546 res = fuse_session_receive_buf_int(se, &fbuf, NULL); in fuse_session_loop_remember() 4553 fuse_session_process_buf_int(se, &fbuf, NULL); in fuse_session_loop_remember() 4561 free(fbuf.mem); in fuse_session_loop_remember()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_buffer.c | 304 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/ |
D | statx02.c | 63 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/ |
D | zink_framebuffer.h | 63 struct zink_framebuffer *fbuf);
|
/third_party/tzdata/ |
D | zdump.c | 1042 char fbuf[100]; in istrftime() local 1043 bool oversized = sizeof fbuf <= f_prefix_copy_size; in istrftime() 1044 char *f_prefix_copy = oversized ? xmalloc(f_prefix_copy_size) : fbuf; in istrftime()
|