Home
last modified time | relevance | path

Searched refs:left_entry (Results 1 – 18 of 18) sorted by relevance

/dports/finance/chiapos/chiapos-1.0.3/src/
H A Dphase1.hpp87 PlotEntry left_entry; in GetLeftEntry() local
88 left_entry.y = 0; in GetLeftEntry()
89 left_entry.read_posoffset = 0; in GetLeftEntry()
90 left_entry.left_metadata = 0; in GetLeftEntry()
91 left_entry.right_metadata = 0; in GetLeftEntry()
98 left_entry.left_metadata = in GetLeftEntry()
105 left_entry.read_posoffset = in GetLeftEntry()
108 left_entry.left_metadata = in GetLeftEntry()
118 return left_entry; in GetLeftEntry()
223 left_entry.y = 0; in phase1_thread()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/import_export/
H A Dproject_tree_expectations.rb70 left_node.zip(right_node).each do |left_entry, right_entry|
71 match_recursively(left_entry, right_entry, stats, location_stack, failures)
77 left_node.each do |left_entry|
78 right_entry = right_node.find { |el| el == left_entry }
79 match_recursively(left_entry, right_entry, stats, location_stack, failures)
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp251 …export_object_entry_t *left_entry = VariantPointer<export_object_entry_t>::asPtr(sourceModel()->da… in lessThan() local
254 if ((left_entry != NULL) && (right_entry != NULL)) in lessThan()
259 return left_entry->pkt_num < right_entry->pkt_num; in lessThan()
261 return left_entry->payload_len < right_entry->payload_len; in lessThan()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp251 …export_object_entry_t *left_entry = VariantPointer<export_object_entry_t>::asPtr(sourceModel()->da… in lessThan() local
254 if ((left_entry != NULL) && (right_entry != NULL)) in lessThan()
259 return left_entry->pkt_num < right_entry->pkt_num; in lessThan()
261 return left_entry->payload_len < right_entry->payload_len; in lessThan()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp251 …export_object_entry_t *left_entry = VariantPointer<export_object_entry_t>::asPtr(sourceModel()->da… in lessThan() local
254 if ((left_entry != NULL) && (right_entry != NULL)) in lessThan()
259 return left_entry->pkt_num < right_entry->pkt_num; in lessThan()
261 return left_entry->payload_len < right_entry->payload_len; in lessThan()
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp251 …export_object_entry_t *left_entry = VariantPointer<export_object_entry_t>::asPtr(sourceModel()->da… in lessThan() local
254 if ((left_entry != NULL) && (right_entry != NULL)) in lessThan()
259 return left_entry->pkt_num < right_entry->pkt_num; in lessThan()
261 return left_entry->payload_len < right_entry->payload_len; in lessThan()
/dports/finance/chiapos/chiapos-1.0.3/hellman_example/
H A Dplotter_disk.hpp375 PlotEntry left_entry; in WritePlotFile() local
376 left_entry.right_metadata = 0; in WritePlotFile()
381 left_entry.y = Util::SliceInt64FromBytes(left_buf, entry_size_bytes, in WritePlotFile()
383left_entry.left_metadata = Util::SliceInt128FromBytes(left_buf, entry_size_bytes, in WritePlotFile()
404 left_entry.pos = pos; in WritePlotFile()
406 …end_of_table = (left_entry.y == 0 && left_entry.left_metadata == 0 && left_entry.right_metadata ==… in WritePlotFile()
407 uint64_t y_bucket = left_entry.y / kBC; in WritePlotFile()
411 bucket_L.emplace_back(std::move(left_entry)); in WritePlotFile()
413 bucket_R.emplace_back(std::move(left_entry)); in WritePlotFile()
474 bucket_R.emplace_back(std::move(left_entry)); in WritePlotFile()
[all …]
/dports/sysutils/quicksynergy/quicksynergy-0.9.0/src/
H A Dui.c60 GtkWidget *left_entry; in make_server_tab() local
70 left_entry = screen_entry_new(&state->left, _("Left")); in make_server_tab()
76 gtk_table_attach_defaults(GTK_TABLE(table), left_entry, 0, 1, 1, 2); in make_server_tab()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/hid/controllers/
H A Dnpad.cpp445 auto& left_entry = npad.left_joy_states.npad[npad.left_joy_states.common.last_entry_index]; in OnUpdate() local
500 left_entry.connection_status.raw = 0; in OnUpdate()
501 left_entry.connection_status.IsConnected.Assign(1); in OnUpdate()
502 left_entry.connection_status.IsLeftJoyConnected.Assign(1); in OnUpdate()
503 left_entry.pad.pad_states.raw = pad_state.pad_states.raw; in OnUpdate()
504 left_entry.pad.l_stick = pad_state.l_stick; in OnUpdate()
505 left_entry.pad.r_stick = pad_state.r_stick; in OnUpdate()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Dminimize_parse_table.rs203 for (token, left_entry) in &left_state.terminal_entries { in states_conflict()
209 left_entry, in states_conflict()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-printer-setup.c142 GnmExprEntry *left_entry; member
2265 state->left_entry = gnm_expr_entry_new (state->wbcg, TRUE); in do_setup_page_area()
2266 gnm_expr_entry_set_flags (state->left_entry, in do_setup_page_area()
2269 gtk_widget_set_hexpand (GTK_WIDGET (state->left_entry), TRUE); in do_setup_page_area()
2271 GTK_WIDGET (state->left_entry), 1, 3, 1, 1); in do_setup_page_area()
2272 gtk_widget_show (GTK_WIDGET (state->left_entry)); in do_setup_page_area()
2280 GTK_WIDGET (gnm_expr_entry_get_entry (state->left_entry))); in do_setup_page_area()
2284 gnm_expr_entry_load_from_text (state->left_entry, in do_setup_page_area()
2955 pi->repeat_left = g_strdup (gnm_expr_entry_get_text (state->left_entry)); in do_fetch_page_info()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/gimp/
H A Dgimp_main_window.c60 static GtkWidget *left_entry; variable
480 left_entry = gtk_entry_new (); in create_positioning_frame()
481 gtk_widget_set_usize (left_entry, 60, 0); in create_positioning_frame()
484 left_entry, 1, TRUE); in create_positioning_frame()
486 gimp_help_set_help_data (left_entry, in create_positioning_frame()
489 gtk_signal_connect (GTK_OBJECT (left_entry), "activate", in create_positioning_frame()
1787 else if (widget == left_entry) in gimp_position_callback()
3092 set_entry_value (left_entry, (left + stp_get_left (*pv)) / unit_scaler, 1); in gimp_preview_update()
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dopt_osr.c763 node_entry *left_entry = get_irn_ne(left, env); in classify_iv() local
767 if (left_entry->pscc != e->pscc || in classify_iv()
/dports/sysutils/quicksynergy/quicksynergy-0.9.0/
H A DChangeLog92 structure; removed above_entry, below_entry, left_entry and
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_dw.c1149 const lower64_entry_t *left_entry = get_node_entry(left); in lower_binop_logical() local
1154 = constr_rd(dbgi, block, left_entry->low_word, right_entry->low_word, in lower_binop_logical()
1157 = constr_rd(dbgi, block, left_entry->high_word, right_entry->high_word, in lower_binop_logical()
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dxwindiff.c709 const DirEntry *left_entry = (DirEntry *)left; in CompareDirEntrys() local
711 return ( strcmp(left_entry->name, right_entry->name)); in CompareDirEntrys()
/dports/print/gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dpanel.c82 static GtkWidget *left_entry; variable
1667 left_entry = create_positioning_entry in create_positioning_frame()
2972 else if (widget == left_entry) in position_callback()
3750 set_entry_value (left_entry, (stp_get_left (pv->v)), 1); in set_all_entry_values()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/gutenprintui2/
H A Dpanel.c82 static GtkWidget *left_entry; variable
1667 left_entry = create_positioning_entry in create_positioning_frame()
2972 else if (widget == left_entry) in position_callback()
3750 set_entry_value (left_entry, (stp_get_left (pv->v)), 1); in set_all_entry_values()