Home
last modified time | relevance | path

Searched refs:fetch_int (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/mpich/mpich-3.4.3/src/mpi/debugger/
H A Ddll_mpich.c699 int is_complete = fetch_int(proc, base + i_info->req_cc_offs, p_info); in fetch_receive()
706 int tag = fetch_int(proc, base + i_info->req_tag_offs, p_info); in fetch_receive()
708 int is_complete = fetch_int(proc, base + i_info->req_cc_offs, p_info); in fetch_receive()
754 mqs_tword_t tag = fetch_int(proc, base + i_info->tag_offs, p_info); in fetch_receive()
756 mqs_tword_t lsrc = fetch_int(proc, base + i_info->lsrc_offs, p_info); in fetch_receive()
763 mqs_tword_t len = fetch_int(proc, ptr + i_info->len_offs, p_info); in fetch_receive()
764 mqs_tword_t count = fetch_int(proc, ptr + i_info->count_offs, p_info); in fetch_receive()
867 length = fetch_int(proc, sreq + i_info->req_user_count_offs, p_info); in fetch_send()
903 mqs_tword_t tag = fetch_int(proc, base + i_info->db_tag_offs, p_info); in fetch_send()
938 mqs_tword_t new_seq = fetch_int(proc, in communicators_changed()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/debugger/
H A Ddll_mpich2.c153 static mqs_tword_t fetch_int (mqs_process * proc, mqs_taddr_t addr,
656 int tag = fetch_int( proc, base + i_info->req_tag_offs, p_info ); in fetch_receive()
658 int is_complete = fetch_int ( proc, base + i_info->req_cc_offs, p_info); in fetch_receive()
698 mqs_tword_t tag = fetch_int (proc, base + i_info->tag_offs, p_info); in fetch_receive()
700 mqs_tword_t lsrc = fetch_int (proc, base + i_info->lsrc_offs, p_info); in fetch_receive()
707 mqs_tword_t len = fetch_int (proc, ptr + i_info->len_offs, p_info); in fetch_receive()
708 mqs_tword_t count = fetch_int (proc, ptr + i_info->count_offs, p_info); in fetch_receive()
822 length = fetch_int( proc, sreq+i_info->req_user_count_offs, p_info ); in fetch_send()
898 mqs_tword_t new_seq = fetch_int (proc, in communicators_changed()
981 int np = fetch_int (proc, comm_base+i_info->comm_rsize_offs,p_info); in rebuild_communicator_list()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretChatActor.h171 message_id = parser.fetch_int(); in parse()
180 his_layer = parser.fetch_int(); in parse()
206 his_layer = parser.fetch_int(); in parse()
207 ttl = parser.fetch_int(); in parse()
211 my_layer = parser.fetch_int(); in parse()
276 message_id = parser.fetch_int(); in parse()
422 uint32 tmp = parser.fetch_int(); in parse()
430 x = parser.fetch_int(); in parse()
432 id = parser.fetch_int(); in parse()
440 random_id = parser.fetch_int(); in parse()
[all …]
H A DDhConfig.h32 version = parser.fetch_int(); in parse()
34 g = parser.fetch_int(); in parse()
H A DNotificationGroupId.h50 id = parser.fetch_int(); in parse()
H A DScheduledServerMessageId.h51 id = parser.fetch_int(); in parse()
H A DFolderId.h47 id = parser.fetch_int(); in parse()
H A DNotificationId.h55 id = parser.fetch_int(); in parse()
H A DSecretChatId.h52 id = parser.fetch_int(); in parse()
H A DChatId.h58 id = parser.fetch_int(); in parse()
H A DDialogFilterId.h59 id = parser.fetch_int(); in parse()
H A DChannelId.h59 id = parser.fetch_int(); in parse()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tddb/td/db/binlog/
H A DBinlogEvent.cpp19 size_ = parser.fetch_int(); in init()
22 type_ = parser.fetch_int(); in init()
23 flags_ = parser.fetch_int(); in init()
28 crc32_ = static_cast<uint32>(parser.fetch_int()); in init()
45 uint32 size = TlParser(raw_event_.as_slice().substr(0, 4)).fetch_int(); in validate()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dmtproto-client.c207 int len = fetch_int (); in check_unauthorized_header()
489 int g = fetch_int (); in process_dh_answer()
788 int n = fetch_int (); in work_container()
830 int n = fetch_int (); in work_msgs_ack()
879 fetch_int (); // seq_no in work_bad_server_salt()
898 fetch_int (); // bytes in work_detailed_info()
899 fetch_int (); // status in work_detailed_info()
906 fetch_int (); // bytes in work_new_detailed_info()
907 fetch_int (); // status in work_new_detailed_info()
914 int s = fetch_int (); in work_bad_msg_notification()
[all …]
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dmtproto-client.c207 int len = fetch_int (); in check_unauthorized_header()
489 int g = fetch_int (); in process_dh_answer()
788 int n = fetch_int (); in work_container()
830 int n = fetch_int (); in work_msgs_ack()
879 fetch_int (); // seq_no in work_bad_server_salt()
898 fetch_int (); // bytes in work_detailed_info()
899 fetch_int (); // status in work_detailed_info()
906 fetch_int (); // bytes in work_new_detailed_info()
907 fetch_int (); // status in work_new_detailed_info()
914 int s = fetch_int (); in work_bad_msg_notification()
[all …]
/dports/devel/py-cffi/cffi-1.15.0/demo/
H A Dextern_python_varargs.py46 x = lib.fetch_int(va)
47 y = lib.fetch_int(va)
48 z = lib.fetch_int(va)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/tl/
H A Dtl_object_parse.h25 auto parsed_constructor_id = parser.fetch_int();
50 std::int32_t c = parser.fetch_int(); in parse()
65 return parser.fetch_int(); in parse()
124 const std::uint32_t multiplicity = parser.fetch_int();
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A Dtl_helpers.h65 x = parser.fetch_int() != 0; in parse()
74 x = parser.fetch_int(); in parse()
83 x = static_cast<uint32>(parser.fetch_int()); in parse()
150 uint32 size = parser.fetch_int(); in parse()
182 uint32 size = parser.fetch_int(); in parse()
236 auto type_offset = parser.fetch_int(); in parse()
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Ddynamic_multiseat.edc262 r = fetch_int(red, idx);
263 g = fetch_int(green, idx);
264 b = fetch_int(blue, idx);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DDhHandshake.h75 auto flags = parser.fetch_int(); in parse()
89 g_int_ = parser.fetch_int(); in parse()
H A DAuthKey.h82 auto flags = parser.fetch_int(); in parse()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DDcOptions.h153 flags_ = parser.fetch_int(); in parse()
154 auto raw_dc_id = parser.fetch_int(); in parse()
166 auto port = parser.fetch_int(); in parse()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dquery.c27 static int I8(fetch_int)(void *b, F90_Desc *s) in I8() argument
76 *vector++ = I8(fetch_int)(la, as); in I8()
839 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
895 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
926 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
989 proc = I8(fetch_int)(proc_b, proc_s); in ENTFTN()
1308 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
1379 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
1386 proc = I8(fetch_int)(proc_b, proc_s); in ENTFTN()
1472 dim = I8(fetch_int)(dim_b, dim_s); in ENTFTN()
[all …]
/dports/devel/msitools/msitools-0.101/libmsi/
H A Ddistinct.c99 return dv->table->ops->fetch_int( dv->table, row, col, val ); in distinct_view_fetch_int()
133 r = dv->table->ops->fetch_int( dv->table, i, j, &val ); in distinct_view_execute()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/calc/
H A Dtypes.h124 status_t fetch_int(ssize_t *dst, const value_t *v);

123