Home
last modified time | relevance | path

Searched refs:space_size (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dpanel-plugin-move.c243 if (out->space_size < 0) in _lxpanel_motion_notify()
297 if (out->space_size < x) in _lxpanel_motion_notify()
301 out->space_size -= x; in _lxpanel_motion_notify()
303 if (in->space_size < 0) in _lxpanel_motion_notify()
320 in->space_size = y; in _lxpanel_motion_notify()
338 in->space_size += out->space_size; in _lxpanel_motion_notify()
344 in->space_size += x; in _lxpanel_motion_notify()
351 if (out->space_size < 0) in _lxpanel_motion_notify()
369 in->space_size = out->space_size; in _lxpanel_motion_notify()
382 out->space_size -= x; in _lxpanel_motion_notify()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtospace.cpp372 row->space_size = block_space_gap_width; in row_spacing_stats()
403 sane_space = row->space_size; in row_spacing_stats()
419 row->space_size = sane_space; in row_spacing_stats()
431 if (row->space_size <= sane_threshold) { in row_spacing_stats()
534 row->min_space, row->space_size); in row_spacing_stats()
571 row->space_size = space_gap_stats->mean(); in old_to_method()
585 row->space_size = block_space_gap_width; in old_to_method()
732 row->space_size = 0.0f; in isolated_row_stats()
769 float sp = row->space_size; in improve_row_threshold()
1237 if (row->space_size == 0.0f) { in make_a_word_break()
[all …]
H A Dtopitch.h115 float space_size, // size of blank
127 float space_size, // size of blank
139 float space_size, // size of blank
165 int16_t projection_right, float space_size,
/dports/games/abuse_sdl/abuse-0.8/src/lisp/
H A Dlisp_gc.cpp214 space_size[GC_SPACE] = space_size[which_space]; in CollectSpace()
217 space_size[GC_SPACE] += space_size[which_space] >> 1; in CollectSpace()
218 space_size[GC_SPACE] -= (space_size[GC_SPACE] & 7); in CollectSpace()
220 uint8_t *new_space = (uint8_t *)malloc(space_size[GC_SPACE]); in CollectSpace()
225 collected_end = new_space + space_size[GC_SPACE]; in CollectSpace()
231 memset(space[which_space], 0, space_size[which_space]); in CollectSpace()
235 space_size[which_space] = space_size[GC_SPACE]; in CollectSpace()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/util/
H A D_regular_grid.py65 space_size = float(np.prod(ar_shape))
66 if space_size <= n_points:
68 stepsizes = np.full(ndim, (space_size / n_points) ** (1.0 / ndim),
73 space_size = float(np.prod(sorted_dims[dim + 1:]))
74 stepsizes[dim + 1:] = ((space_size / n_points) **
/dports/net/c3270/suite3270-4.0/Common/Win32/
H A Dgdi_print.c396 (int)pstate.space_size.cx, (int)pstate.space_size.cy); in create_roman_font()
768 pstate.space_size.cy, /* height */ in gdi_init()
769 pstate.space_size.cx, /* width */ in gdi_init()
789 pstate.space_size.cy, /* height */ in gdi_init()
790 pstate.space_size.cx, /* width */ in gdi_init()
811 pstate.space_size.cx, /* width */ in gdi_init()
853 pstate.dx[i] = pstate.space_size.cx; in gdi_init()
1131 (col * pstate.space_size.cx) - in gdi_screenful()
1135 pstate.space_size.cy) - in gdi_screenful()
1167 wdx = pstate.space_size.cx; in gdi_screenful()
[all …]
/dports/x11/x3270/suite3270-4.0/Common/Win32/
H A Dgdi_print.c396 (int)pstate.space_size.cx, (int)pstate.space_size.cy); in create_roman_font()
768 pstate.space_size.cy, /* height */ in gdi_init()
769 pstate.space_size.cx, /* width */ in gdi_init()
789 pstate.space_size.cy, /* height */ in gdi_init()
790 pstate.space_size.cx, /* width */ in gdi_init()
811 pstate.space_size.cx, /* width */ in gdi_init()
853 pstate.dx[i] = pstate.space_size.cx; in gdi_init()
1131 (col * pstate.space_size.cx) - in gdi_screenful()
1135 pstate.space_size.cy) - in gdi_screenful()
1167 wdx = pstate.space_size.cx; in gdi_screenful()
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dasfont.c936 font->space_size = font->space_size*2/3 ; in load_X11_glyphs()
1590 int space_size = 0 ; in get_text_glyph_map() local
1600 space_size = font->space_size ; in get_text_glyph_map()
1602 space_size = (space_size>>1)+1 ; in get_text_glyph_map()
1668 int space_size = 0; in get_text_size_internal() local
1680 space_size = font->space_size ; in get_text_size_internal()
1682 space_size = (space_size>>1)+1 ; in get_text_size_internal()
1914 space_size = font->space_size ; in draw_text_internal()
1916 space_size = (space_size>>1)+1 ; in draw_text_internal()
2005 pen_x -= space_size ; in draw_text_internal()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dasfont.c936 font->space_size = font->space_size*2/3 ; in load_X11_glyphs()
1590 int space_size = 0 ; in get_text_glyph_map() local
1600 space_size = font->space_size ; in get_text_glyph_map()
1602 space_size = (space_size>>1)+1 ; in get_text_glyph_map()
1668 int space_size = 0; in get_text_size_internal() local
1680 space_size = font->space_size ; in get_text_size_internal()
1682 space_size = (space_size>>1)+1 ; in get_text_size_internal()
1914 space_size = font->space_size ; in draw_text_internal()
1916 space_size = (space_size>>1)+1 ; in draw_text_internal()
2005 pen_x -= space_size ; in draw_text_internal()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_position_manager_list.c313 Eina_Size2D space_size; in position_content() local
324 space_size.w = (MAX(pd->abs_size.w - pd->viewport.w, 0))*pd->scroll_position.x; in position_content()
329 relevant_space_size = space_size.h; in position_content()
334 relevant_space_size = space_size.w; in position_content()
441 Eina_Size2D space_size; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_position_single_item() local
455 EINA_SAFETY_ON_FALSE_RETURN_VAL(space_size.w >= 0 && space_size.h >= 0, EINA_RECT(0, 0, 0, 0)); in _efl_ui_position_manager_list_efl_ui_position_manager_entity_position_single_item()
458 relevant_space_size = space_size.h; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_position_single_item()
462 relevant_space_size = space_size.w; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_position_single_item()
585 Eina_Size2D space_size; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_entities_ready() local
602 relevant_space_size = space_size.h; in _efl_ui_position_manager_list_efl_ui_position_manager_entity_entities_ready()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/asan/
H A Dasan_mac.cc62 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
66 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
68 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
82 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
87 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
88 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
89 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/asan/
H A Dasan_mac.cc60 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
64 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
66 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
80 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
85 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
86 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
87 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/asan/
H A Dasan_mac.cc60 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
64 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
66 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
80 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
85 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
86 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
87 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/asan/
H A Dasan_mac.cpp61 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
65 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
67 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
81 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
86 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
87 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
88 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/asan/
H A Dasan_mac.cc60 uptr space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart() local
64 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
66 FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
80 space_size, largest_gap_found, max_occupied_addr, new_max_vm); in FindDynamicShadowStart()
85 space_size = kHighShadowEnd + left_padding; in FindDynamicShadowStart()
86 VReport(2, "FindDynamicShadowStart, space_size = %p\n", space_size); in FindDynamicShadowStart()
87 shadow_start = FindAvailableMemoryRange(space_size, alignment, granularity, in FindDynamicShadowStart()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dcrdump.c78 u32 space_size; in mlx5_crdump_enable() local
91 &space_size); in mlx5_crdump_enable()
98 if (!space_size) { in mlx5_crdump_enable()
108 priv->health.crdump_size = space_size; in mlx5_crdump_enable()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dcrdump.c78 u32 space_size; in mlx5_crdump_enable() local
91 &space_size); in mlx5_crdump_enable()
98 if (!space_size) { in mlx5_crdump_enable()
108 priv->health.crdump_size = space_size; in mlx5_crdump_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dcrdump.c78 u32 space_size; in mlx5_crdump_enable() local
91 &space_size); in mlx5_crdump_enable()
98 if (!space_size) { in mlx5_crdump_enable()
108 priv->health.crdump_size = space_size; in mlx5_crdump_enable()
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/Glyph/
H A Ddashed_line.pm20 space_size => [
62 …my $space_size = defined $self->option('space_size') ? $self->option('space_size') : $self->defaul…
87 $newX = $x+$space_size;

12345678910>>...19