Home
last modified time | relevance | path

Searched refs:bview (Results 1 – 25 of 114) sorted by relevance

12345

/dports/editors/mle/mle-1.4.3/
H A Dcmd.c390 if (ctx->bview->last_search) free(ctx->bview->last_search); in cmd_search()
722 bview_t *bview; in cmd_quit() local
841 buffer_set_tab_width(ctx->bview->buffer, ctx->bview->tab_width); in cmd_set_opt()
844 …buffer_apply_styles(ctx->bview->buffer, ctx->bview->buffer->first_line, ctx->bview->buffer->line_c… in cmd_set_opt()
1136 bview_t *bview; in cmd_show_help() local
1265 } else if (!bview->buffer->is_unsaved || MLE_BVIEW_IS_MENU(bview) in _cmd_pre_close()
1383 bview_t *bview; in _cmd_aproc_bview_passthru_cb() local
1404 bview_t *bview; in _cmd_isearch_prompt_cb() local
1413 buffer_remove_srule(bview->buffer, bview->isearch_rule); in _cmd_isearch_prompt_cb()
1425 buffer_add_srule(bview->buffer, bview->isearch_rule); in _cmd_isearch_prompt_cb()
[all …]
H A Deditor.c162 bview_t *bview; in editor_deinit() local
295 bview_t *bview; in editor_open_bview() local
348 ctx.bview = bview; in editor_open_bview()
385 bview_t *bview; in editor_debug_dump() local
457 bview_t *bview; in editor_bview_edit_count() local
468 bview_t *bview; in editor_count_bviews_by_buffer() local
590 if (bview->all_prev && bview->all_prev != bview && MLE_BVIEW_IS_EDIT(bview->all_prev)) { in _editor_close_bview_inner()
592 … } else if (bview->all_next && bview->all_next != bview && MLE_BVIEW_IS_EDIT(bview->all_next)) { in _editor_close_bview_inner()
793 if (ctx->bview->aproc) aproc_destroy(ctx->bview->aproc, 1); in _editor_menu_cancel()
969 cmd_ctx->bview = cmd_ctx->cursor->bview; in _editor_refresh_cmd_context()
[all …]
H A Dcursor.c19 return bview_remove_cursor(cursor->bview, cursor); in cursor_destroy()
41 buffer_add_srule(cursor->bview->buffer, cursor->sel_rule); in cursor_toggle_anchor()
227 if (cursor->bview->editor->cut_buffer) free(cursor->bview->editor->cut_buffer); in cursor_cut_copy()
297 lo_mark = buffer_add_mark(cursor->bview->buffer, NULL, 0); in cursor_replace()
298 hi_mark = buffer_add_mark(cursor->bview->buffer, NULL, 0); in cursor_replace()
303 orig_viewport_y = cursor->bview->viewport_y; in cursor_replace()
330 bview_rectify_viewport(cursor->bview); in cursor_replace()
331 bview_draw(cursor->bview); in cursor_replace()
337 bview_draw(cursor->bview); in cursor_replace()
380 bview_rectify_viewport(cursor->bview); in cursor_replace()
[all …]
H A Dmle.h221 bview_t *bview; member
274 bview_t *bview; member
296 bview_t *bview; member
408 int editor_set_active(editor_t *editor, bview_t *bview);
435 int bview_pop_kmap(bview_t *bview, kmap_t **optret_kmap);
436 int bview_push_kmap(bview_t *bview, kmap_t *kmap);
623 #define MLE_BVIEW_IS_EDIT(bview) ((bview)->type == MLE_BVIEW_TYPE_EDIT) argument
624 #define MLE_BVIEW_IS_MENU(bview) ((bview)->is_menu && MLE_BVIEW_IS_EDIT(bview)) argument
625 #define MLE_BVIEW_IS_POPUP(bview) ((bview)->type == MLE_BVIEW_TYPE_POPUP) argument
626 #define MLE_BVIEW_IS_STATUS(bview) ((bview)->type == MLE_BVIEW_TYPE_STATUS) argument
[all …]
H A Dbview.c197 int bview_push_kmap(bview_t *bview, kmap_t *kmap) { in bview_push_kmap() argument
201 node->bview = bview; in bview_push_kmap()
202 DL_APPEND(bview->kmap_stack, node); in bview_push_kmap()
203 bview->kmap_tail = node; in bview_push_kmap()
210 node_to_pop = bview->kmap_tail; in bview_pop_kmap()
218 DL_DELETE(bview->kmap_stack, node_to_pop); in bview_pop_kmap()
270 cursor->bview = self; in bview_add_cursor()
508 bview_t *bview; in _bview_buffer_callback() local
512 if (bview->buffer == buffer) { in _bview_buffer_callback()
515 bview_resize(bview, bview->x, bview->y, bview->w, bview->h); in _bview_buffer_callback()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_buffer.c41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit]; in sp_tgsi_ssbo_lookup() local
43 if (!bview->buffer || in sp_tgsi_ssbo_lookup()
44 bview->buffer_offset > bview->buffer->width0 || in sp_tgsi_ssbo_lookup()
45 bview->buffer_size > bview->buffer->width0 - bview->buffer_offset) { in sp_tgsi_ssbo_lookup()
49 struct softpipe_resource *spr = softpipe_resource(bview->buffer); in sp_tgsi_ssbo_lookup()
50 *size = bview->buffer_size; in sp_tgsi_ssbo_lookup()
51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/softpipe/
H A Dsp_buffer.c35 *width = bview->buffer_size; in get_dimensions()
55 struct pipe_shader_buffer *bview; in sp_tgsi_load() local
63 bview = &sp_buf->sp_bview[params->unit]; in sp_tgsi_load()
64 spr = softpipe_resource(bview->buffer); in sp_tgsi_load()
68 if (!get_dimensions(bview, spr, &width)) in sp_tgsi_load()
109 struct pipe_shader_buffer *bview; in sp_tgsi_store() local
117 bview = &sp_buf->sp_bview[params->unit]; in sp_tgsi_store()
118 spr = softpipe_resource(bview->buffer); in sp_tgsi_store()
281 struct pipe_shader_buffer *bview; in sp_tgsi_op() local
336 struct pipe_shader_buffer *bview; in sp_tgsi_get_dims() local
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc186 overlay->hwdata->bview = NULL; in BE_CreateYUVOverlay()
196 if (!bview) { in BE_CreateYUVOverlay()
201 overlay->hwdata->bview = bview; in BE_CreateYUVOverlay()
203 bview->Hide(); in BE_CreateYUVOverlay()
232 view->AddChild(bview); in BE_CreateYUVOverlay()
234 bview->SetViewOverlay(bbitmap,bounds,bview->Bounds(),&key,B_FOLLOW_ALL, in BE_CreateYUVOverlay()
236 bview->SetViewColor(key); in BE_CreateYUVOverlay()
237 bview->Flush(); in BE_CreateYUVOverlay()
276 BView * bview = overlay->hwdata->bview; in BE_DisplayYUVOverlay() local
285 bview->Flush(); in BE_DisplayYUVOverlay()
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dclassmethod.pyx8 >>> class1.bview()
10 >>> class1().bview()
24 >>> class3.bview()
26 >>> class3().bview()
58 def bview(cls): member in class1
84 def bview(cls): member in class3
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dclassmethod.pyx8 >>> class1.bview()
10 >>> class1().bview()
24 >>> class3.bview()
26 >>> class3().bview()
58 def bview(cls): member in class1
84 def bview(cls): member in class3
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/pkgs/conflictapp/
H A Dincluded.py3 def bview(request): return Response('b view') function
6 config.add_view(bview)
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_neon.h336 esl_neon_128i_t aview, bview, maskview, masknot; in esl_neon_select_float() local
340 bview.s64x2 = vreinterpretq_s64_f32(b.f32x4); in esl_neon_select_float()
342 bview.s64x2 = vandq_s64(bview.s64x2, maskview.s64x2); in esl_neon_select_float()
345 ret.f32x4 = vreinterpretq_f32_s64(vorrq_s64(aview.s64x2,bview.s64x2)); in esl_neon_select_float()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_neon.h336 esl_neon_128i_t aview, bview, maskview, masknot; in esl_neon_select_float() local
340 bview.s64x2 = vreinterpretq_s64_f32(b.f32x4); in esl_neon_select_float()
342 bview.s64x2 = vandq_s64(bview.s64x2, maskview.s64x2); in esl_neon_select_float()
345 ret.f32x4 = vreinterpretq_f32_s64(vorrq_s64(aview.s64x2,bview.s64x2)); in esl_neon_select_float()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dsamextract-bam.cpp196 static BGZFview bview; variable
516 if (!bview.getbytes(state->parsequeue, magic, 4)) in BAMGetHeaders()
523 if (!bview.getbytes(state->parsequeue, (char*)&l_text, 4)) in BAMGetHeaders()
532 if (!bview.getbytes(state->parsequeue, text, l_text)) in BAMGetHeaders()
571 if (!bview.getbytes(state->parsequeue, (char*)&state->n_ref, 4)) in BAMGetHeaders()
581 if (!bview.getbytes(state->parsequeue, (char*)&l_name, 4)) in BAMGetHeaders()
594 if (!bview.getbytes(state->parsequeue, name, l_name)) in BAMGetHeaders()
600 if (!bview.getbytes(state->parsequeue, (char*)&l_ref, 4)) in BAMGetHeaders()
880 if (!bview.getbytes(state->parsequeue, (char*)cigar, in BAMGetAlignments()
902 if (!bview.getbytes(state->parsequeue, (char*)seqbytes, in BAMGetAlignments()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dsamextract-bam.cpp196 static BGZFview bview; variable
516 if (!bview.getbytes(state->parsequeue, magic, 4)) in BAMGetHeaders()
523 if (!bview.getbytes(state->parsequeue, (char*)&l_text, 4)) in BAMGetHeaders()
532 if (!bview.getbytes(state->parsequeue, text, l_text)) in BAMGetHeaders()
571 if (!bview.getbytes(state->parsequeue, (char*)&state->n_ref, 4)) in BAMGetHeaders()
581 if (!bview.getbytes(state->parsequeue, (char*)&l_name, 4)) in BAMGetHeaders()
594 if (!bview.getbytes(state->parsequeue, name, l_name)) in BAMGetHeaders()
600 if (!bview.getbytes(state->parsequeue, (char*)&l_ref, 4)) in BAMGetHeaders()
880 if (!bview.getbytes(state->parsequeue, (char*)cigar, in BAMGetAlignments()
902 if (!bview.getbytes(state->parsequeue, (char*)seqbytes, in BAMGetAlignments()
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/direct/
H A DDirectView.vala45 DirectView *bview = (DirectView *) b;
47 return strcmp(aview->get_collate_key(), bview->get_collate_key());

12345