Home
last modified time | relevance | path

Searched refs:top_index (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_pool.c126 const siz_t top_index = bli_pool_top_index( pool ); in bli_pool_finalize() local
129 if ( top_index != 0 ) in bli_pool_finalize()
274 const siz_t top_index = bli_pool_top_index( pool ); in bli_pool_checkout_block() local
285 *block = block_ptrs[ top_index ]; in bli_pool_checkout_block()
290 bli_pblk_clear( &block_ptrs[top_index] ); in bli_pool_checkout_block()
293 bli_pool_set_top_index( top_index + 1, pool ); in bli_pool_checkout_block()
322 const siz_t top_index = bli_pool_top_index( pool ); in bli_pool_checkin_block() local
334 block_ptrs[ top_index - 1 ] = *block; in bli_pool_checkin_block()
337 bli_pool_set_top_index( top_index - 1, pool ); in bli_pool_checkin_block()
383 const siz_t top_index = bli_pool_top_index( pool ); in bli_pool_grow() local
[all …]
H A Dbli_apool.c233 siz_t top_index = bli_pool_top_index( pool ); in bli_apool_finalize() local
236 if ( top_index != 0 ) bli_abort(); in bli_apool_finalize()
295 const siz_t top_index = bli_pool_top_index( pool ); in bli_apool_checkout_array() local
299 ( int )top_index ); in bli_apool_checkout_array()
304 array_t* restrict array = block_ptrs[ top_index ]; in bli_apool_checkout_array()
307 bli_pool_set_top_index( top_index + 1, pool ); in bli_apool_checkout_array()
345 const siz_t top_index = bli_pool_top_index( pool ); in bli_apool_checkin_array() local
349 ( int )top_index - 1 ); in bli_apool_checkin_array()
354 block_ptrs[ top_index - 1 ] = array; in bli_apool_checkin_array()
357 bli_pool_set_top_index( top_index - 1, pool ); in bli_apool_checkin_array()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/widget/
H A Dpokemem.c52 unsigned int top_index = 0; variable
158 page_limit = top_index + page_size; in widget_pokemem_print_list()
235 if( top_index && index == top_index ) in widget_pokemem_update_line()
239 if( top_index + page_size < pokemem_count && in widget_pokemem_update_line()
240 ( index - top_index == page_size - 1 ) ) in widget_pokemem_update_line()
307 if( new_selected < top_index ) { in widget_pokemem_keyhandler()
308 top_index = new_selected; in widget_pokemem_keyhandler()
309 highlight_line = new_selected - top_index; in widget_pokemem_keyhandler()
313 top_index = new_selected - page_size + 1; in widget_pokemem_keyhandler()
345 top_index = 0; in widget_pokemem_store_new()
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/widget/
H A Dpokemem.c51 unsigned int top_index = 0; variable
157 page_limit = top_index + page_size; in widget_pokemem_print_list()
236 if( top_index && index == top_index ) in widget_pokemem_update_line()
240 if( top_index + page_size < pokemem_count && in widget_pokemem_update_line()
241 ( index - top_index == page_size - 1 ) ) in widget_pokemem_update_line()
308 if( new_selected < top_index ) { in widget_pokemem_keyhandler()
309 top_index = new_selected; in widget_pokemem_keyhandler()
310 highlight_line = new_selected - top_index; in widget_pokemem_keyhandler()
314 top_index = new_selected - page_size + 1; in widget_pokemem_keyhandler()
346 top_index = 0; in widget_pokemem_store_new()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DRelinkingListView.cpp89 QModelIndex top_index(this->indexAt(drawing_rect.topLeft())); in drawStatusLayer() local
90 if (!top_index.isValid()) { in drawStatusLayer()
95 if (top_index.row() > 0) { in drawStatusLayer()
98 top_index = top_index.sibling(top_index.row() - 1, 0); in drawStatusLayer()
102 const int rows = top_index.model()->rowCount(top_index.parent()); in drawStatusLayer()
104 for (int row = top_index.row(); row < rows; ++row) { in drawStatusLayer()
105 const QModelIndex index(top_index.sibling(row, 0)); in drawStatusLayer()
117 if ((row != top_index.row()) && !item_rect.intersects(drawing_rect)) { in drawStatusLayer()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dscene_file.cpp134 top_index = std::max(0, index - 2); in Start()
146 w->SetY(40 + (i - top_index) * 64); in Refresh()
175 int old_top_index = top_index; in Update()
207 if (index > top_index + 2) { in Update()
208 MoveFileWindows((top_index + 2 - index) * 64, 7); in Update()
209 top_index = std::max(top_index, index - 3 + 1); in Update()
211 else if (index < top_index) { in Update()
212 MoveFileWindows((top_index - index) * 64, 7); in Update()
213 top_index = std::min(top_index, index); in Update()
218 if (top_index != old_top_index || index != old_index) in Update()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DNestHost_attribute.java41 top_index = cr.readUnsignedShort(); in NestHost_attribute()
49 public NestHost_attribute(int name_index, int top_index) { in NestHost_attribute() argument
51 this.top_index = top_index; in NestHost_attribute()
55 return constant_pool.getClassInfo(top_index); in getNestTop()
62 public final int top_index; field in NestHost_attribute
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dshow-index.c13 static unsigned int top_index[256]; in cmd_show_index() local
18 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
20 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
21 version = ntohl(top_index[1]); in cmd_show_index()
24 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
28 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
33 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Drotate.cpp79 int top_index = 0; in parallelogram_map() local
81 top_index = 1; in parallelogram_map()
82 if (ys[2] < ys[top_index]) in parallelogram_map()
83 top_index = 2; in parallelogram_map()
84 if (ys[3] < ys[top_index]) in parallelogram_map()
85 top_index = 3; in parallelogram_map()
88 int right_index = (double)(xs[(top_index+1) & 3] - xs[top_index]) * in parallelogram_map()
89 (double)(ys[(top_index-1) & 3] - ys[top_index]) > in parallelogram_map()
90 (double)(xs[(top_index-1) & 3] - xs[top_index]) * in parallelogram_map()
91 (double)(ys[(top_index+1) & 3] - ys[top_index]) ? 1 : -1; in parallelogram_map()
[all …]
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dshow-index.c16 static unsigned int top_index[256]; in cmd_show_index() local
37 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
39 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
40 version = ntohl(top_index[1]); in cmd_show_index()
43 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
47 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
52 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dshow-index.c16 static unsigned int top_index[256]; in cmd_show_index() local
37 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
39 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
40 version = ntohl(top_index[1]); in cmd_show_index()
43 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
47 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
52 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dshow-index.c16 static unsigned int top_index[256]; in cmd_show_index() local
37 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
39 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
40 version = ntohl(top_index[1]); in cmd_show_index()
43 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
47 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
52 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/devel/git/git-2.34.1/builtin/
H A Dshow-index.c16 static unsigned int top_index[256]; in cmd_show_index() local
37 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
39 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
40 version = ntohl(top_index[1]); in cmd_show_index()
43 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
47 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
52 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dshow-index.c16 static unsigned int top_index[256]; in cmd_show_index() local
37 if (fread(top_index, 2 * 4, 1, stdin) != 1) in cmd_show_index()
39 if (top_index[0] == htonl(PACK_IDX_SIGNATURE)) { in cmd_show_index()
40 version = ntohl(top_index[1]); in cmd_show_index()
43 if (fread(top_index, 256 * 4, 1, stdin) != 1) in cmd_show_index()
47 if (fread(&top_index[2], 254 * 4, 1, stdin) != 1) in cmd_show_index()
52 unsigned n = ntohl(top_index[i]); in cmd_show_index()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DListBox.cs88 private int top_index = 0; field in System.Windows.Forms.ListBox
640 if (value == top_index)
653 top_index = value;
1394 return top_index; in LastVisibleItem()
1473 top_index = 0; in NavigateItemVisually()
1488 top_index = 0; in NavigateItemVisually()
1529 top_index += offset; in NavigateItemVisually()
1539 top_index--; in NavigateItemVisually()
1574 top_index = 0; in NavigateItemVisually()
2083 top_index = 0; in CollectionChanged()
[all …]
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dmaximal_chains.h43 const Int top_index = HD.top_node(); in maximal_chains() local
74 if (n == top_index) break; in maximal_chains()
82 if (!ignore_top_node || s->to_node() != top_index) in maximal_chains()
115 const Int top_index = HD.top_node(); in bs_labels() local
117 if (ignore_top_node && f.index() == top_index) { in bs_labels()
146 const Int top_index = HD.top_node(); in bs_geom_real() local
151 if (ignore_top_node && f.index() == top_index) continue; in bs_geom_real()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Drc_utils.h158 int q_high, int top_index, in get_regulated_q_overshoot() argument
167 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
174 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
181 int q_high, int top_index, in get_regulated_q_undershoot() argument
188 top_index, cm->width, cm->height); in get_regulated_q_undershoot()
194 top_index, cm->width, cm->height); in get_regulated_q_undershoot()
224 int *const q_high, const int top_index, const int bottom_index, in recode_loop_update_q() argument
314 AOMMAX(*q_high, top_index), bottom_index)) { in recode_loop_update_q()
345 cpi, *q_low, *q_high, top_index, bottom_index); in recode_loop_update_q()
350 *q = get_regulated_q_overshoot(cpi, *q_low, *q_high, top_index, in recode_loop_update_q()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Drc_utils.h158 int q_high, int top_index, in get_regulated_q_overshoot() argument
167 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
174 AOMMAX(q_high, top_index), cm->width, cm->height); in get_regulated_q_overshoot()
181 int q_high, int top_index, in get_regulated_q_undershoot() argument
188 top_index, cm->width, cm->height); in get_regulated_q_undershoot()
194 top_index, cm->width, cm->height); in get_regulated_q_undershoot()
224 int *const q_high, const int top_index, const int bottom_index, in recode_loop_update_q() argument
309 AOMMAX(*q_high, top_index), bottom_index)) { in recode_loop_update_q()
340 cpi, *q_low, *q_high, top_index, bottom_index); in recode_loop_update_q()
345 *q = get_regulated_q_overshoot(cpi, *q_low, *q_high, top_index, in recode_loop_update_q()
[all …]

12345678910>>...17