Home
last modified time | relevance | path

Searched refs:data_bitmap (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_fill_null.cc104 const uint8_t* data_bitmap = data.buffers[1]->data(); in Exec() local
115 ::arrow::internal::CopyBitmap(data_bitmap, data_offset, block.length, in Exec()
124 ? BitUtil::GetBit(data_bitmap, data_offset + i) in Exec()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_user.c150 unsigned long *data_bitmap; member
500 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
540 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
858 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()
1687 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
2123 if (!udev->data_bitmap) { in tcmu_configure_device()
2212 bitmap_free(udev->data_bitmap); in tcmu_configure_device()
2213 udev->data_bitmap = NULL; in tcmu_configure_device()
2396 if (udev->data_bitmap) { in tcmu_set_max_blocks_param()
2429 if (udev->data_bitmap) { in tcmu_set_data_pages_per_blk()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_user.c150 unsigned long *data_bitmap; member
500 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
540 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
858 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()
1687 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
2123 if (!udev->data_bitmap) { in tcmu_configure_device()
2212 bitmap_free(udev->data_bitmap); in tcmu_configure_device()
2213 udev->data_bitmap = NULL; in tcmu_configure_device()
2396 if (udev->data_bitmap) { in tcmu_set_max_blocks_param()
2429 if (udev->data_bitmap) { in tcmu_set_data_pages_per_blk()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_user.c150 unsigned long *data_bitmap; member
500 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
540 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
858 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in tcmu_alloc_data_space()
1687 bitmap_free(udev->data_bitmap); in tcmu_dev_kref_release()
2123 if (!udev->data_bitmap) { in tcmu_configure_device()
2212 bitmap_free(udev->data_bitmap); in tcmu_configure_device()
2213 udev->data_bitmap = NULL; in tcmu_configure_device()
2396 if (udev->data_bitmap) { in tcmu_set_max_blocks_param()
2429 if (udev->data_bitmap) { in tcmu_set_data_pages_per_blk()
[all …]
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dchart.c426 gk_draw_vertical_line(cd->data_bitmap, _GK.bit1_GC, n, y1, y);
436 gk_draw_vertical_line(cd->data_bitmap, _GK.bit1_GC, n, y0, y);
456 gdk_gc_set_clip_mask(_GK.draw1_GC, cd->data_bitmap);
523 gdk_gc_set_clip_mask(_GK.draw1_GC, cd->data_bitmap);
666 gdk_draw_rectangle(cd->data_bitmap, _GK.bit0_GC, TRUE,
723 gdk_draw_drawable(cd->data_bitmap, _GK.bit1_GC, cd->data_bitmap,
1257 if (cd->data_bitmap)
1258 g_object_unref(G_OBJECT(cd->data_bitmap));
1278 gkrellm_free_bitmap(&cd->data_bitmap);
1483 cd->data_bitmap = gdk_pixmap_new(top_win->window, cp->w, cp->h, 1);
[all …]
H A Dgkrellm.h730 GdkBitmap *data_bitmap; /* Draw data here, use as clipmask for layer*/ member