Home
last modified time | relevance | path

Searched refs:store_int (Results 1 – 25 of 125) sorted by relevance

12345

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dxa_config.c105 void store_int(FILE * fout, char *option, int value) in store_int() function
631 store_int(fout, "ALTNET", altnet); in save_data()
649 store_int (fout, "MAPS_LABELS", map_labels); in save_data()
948 store_int (fout, name, devices[i].sp); in save_data()
955 store_int (fout, name, devices[i].style); in save_data()
1025 store_int (fout, "LOG_IGATE", log_igate); in save_data()
1026 store_int (fout, "LOG_WX", log_wx); in save_data()
1068 store_int (fout, "SB_TURN_MIN", sb_turn_min); in save_data()
1169 store_int (fout, name, list_size_h[i]); in save_data()
1175 store_int (fout, name, list_size_w[i]); in save_data()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/
H A Dglobal_state.cpp193 int store_int(INT_T *out, const CHAR_T *val, INT_T min, INT_T max) in store_int() function
264 int ret = store_int(&g->P, value, 0, max_cpu_count); in set_param_imp()
277 return store_int(&g->max_user_workers, value, 1, in set_param_imp()
286 return store_int(&g->fiber_pool_size, value, 0, 42); in set_param_imp()
295 return store_int(&g->global_fiber_pool_size, value, 0, 42); in set_param_imp()
310 return store_int<unsigned>(&g->max_stacks, value, 0, INT_MAX); in set_param_imp()
322 int ret = store_int<size_t>(&g->stack_size, value, 0, INT_MAX); in set_param_imp()
443 store_int(&g->P, envstr, 1, 16 * hardware_cpu_count); in cilkg_get_user_settable_values()
450 store_int(&g->max_user_workers, envstr, 1, 16*hardware_cpu_count); in cilkg_get_user_settable_values()
455 store_int<unsigned>(&g->max_steal_failures, envstr, 1, INT_MAX); in cilkg_get_user_settable_values()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dglobal_state.cpp193 int store_int(INT_T *out, const CHAR_T *val, INT_T min, INT_T max) in store_int() function
264 int ret = store_int(&g->P, value, 0, max_cpu_count); in set_param_imp()
277 return store_int(&g->max_user_workers, value, 1, in set_param_imp()
286 return store_int(&g->fiber_pool_size, value, 0, 42); in set_param_imp()
295 return store_int(&g->global_fiber_pool_size, value, 0, 42); in set_param_imp()
310 return store_int<unsigned>(&g->max_stacks, value, 0, INT_MAX); in set_param_imp()
322 int ret = store_int<size_t>(&g->stack_size, value, 0, INT_MAX); in set_param_imp()
443 store_int(&g->P, envstr, 1, 16 * hardware_cpu_count); in cilkg_get_user_settable_values()
450 store_int(&g->max_user_workers, envstr, 1, 16*hardware_cpu_count); in cilkg_get_user_settable_values()
455 store_int<unsigned>(&g->max_steal_failures, envstr, 1, INT_MAX); in cilkg_get_user_settable_values()
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/
H A Dglobal_state.cpp193 int store_int(INT_T *out, const CHAR_T *val, INT_T min, INT_T max) in store_int() function
264 int ret = store_int(&g->P, value, 0, max_cpu_count); in set_param_imp()
277 return store_int(&g->max_user_workers, value, 1, in set_param_imp()
286 return store_int(&g->fiber_pool_size, value, 0, 42); in set_param_imp()
295 return store_int(&g->global_fiber_pool_size, value, 0, 42); in set_param_imp()
310 return store_int<unsigned>(&g->max_stacks, value, 0, INT_MAX); in set_param_imp()
322 int ret = store_int<size_t>(&g->stack_size, value, 0, INT_MAX); in set_param_imp()
443 store_int(&g->P, envstr, 1, 16 * hardware_cpu_count); in cilkg_get_user_settable_values()
450 store_int(&g->max_user_workers, envstr, 1, 16*hardware_cpu_count); in cilkg_get_user_settable_values()
455 store_int<unsigned>(&g->max_steal_failures, envstr, 1, INT_MAX); in cilkg_get_user_settable_values()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretChatActor.h162 storer.store_int(my_in_seq_no); in store()
166 storer.store_int(his_layer); in store()
197 storer.store_int(ttl); in store()
198 storer.store_int(my_layer); in store()
258 storer.store_int(flags); in store()
259 storer.store_int(state); in store()
262 storer.store_int(message_id); in store()
398 storer.store_int(x); in store()
400 storer.store_int(id); in store()
404 storer.store_int(random_id); in store()
[all …]
H A DDhConfig.h25 storer.store_int(version); in store()
27 storer.store_int(g); in store()
/dports/math/sprng/sprng5/SRC/cmrg/
H A Dcmrg.cpp556 p += store_int(rng_type,4,p); in pack_rng()
557 p += store_int(stream_number,4,p); in pack_rng()
558 p += store_int(nstreams,4,p); in pack_rng()
559 p += store_int(init_seed,4,p); in pack_rng()
560 p += store_int(parameter,4,p); in pack_rng()
561 p += store_int(narrays,4,p); in pack_rng()
562 p += store_int(spawn_offset,4,p); in pack_rng()
563 p += store_int(prime,4,p); in pack_rng()
587 p += store_int(*(unsigned int *)&s0,4,p); in pack_rng()
588 p += store_int(*(unsigned int *)&s1,4,p); in pack_rng()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tddb/td/db/binlog/
H A DBinlogEvent.cpp56 tl_storer.store_int(narrow_cast<int32>(raw_event.size())); in create_raw()
58 tl_storer.store_int(type); in create_raw()
59 tl_storer.store_int(flags); in create_raw()
66 tl_storer.store_int(crc32(raw_event.as_slice().truncate(raw_event.size() - TAIL_SIZE))); in create_raw()
/dports/biology/treepuzzle/tree-puzzle-5.2/src/sprng/
H A Dcmrg.c515 p += store_int(q->stream_number,4,p);
516 p += store_int(q->nstreams,4,p);
517 p += store_int(q->init_seed,4,p);
518 p += store_int(q->parameter,4,p);
519 p += store_int(q->narrays,4,p);
520 p += store_int(q->spawn_offset,4,p);
521 p += store_int(q->prime,4,p);
537 p += store_int(*(unsigned int *)&q->s0,4,p);
538 p += store_int(*(unsigned int *)&q->s1,4,p);
539 p += store_int(*(unsigned int *)&q->s2,4,p);
[all …]
H A Dlcg.c743 p += store_int(q->init_seed,4,p);
744 p += store_int(q->prime,4,p);
745 p += store_int(q->prime_position,4,p);
746 p += store_int(q->prime_next,4,p);
747 p += store_int(q->parameter,4,p);
752 p += store_int(q->init_seed,4,p);
753 p += store_int(q->prime,4,p);
754 p += store_int(q->prime_position,4,p);
755 p += store_int(q->prime_next,4,p);
756 p += store_int(q->parameter,4,p);
H A Dlcg64.c472 p += store_int(q->stream_number,4,p);
473 p += store_int(q->nstreams,4,p);
474 p += store_int(q->init_seed,4,p);
475 p += store_int(q->parameter,4,p);
476 p += store_int(q->narrays,4,p);
477 p += store_int(q->spawn_offset,4,p);
478 p += store_int(q->prime,4,p);
/dports/math/sprng/sprng5/SRC/lcg/
H A Dlcg.cpp752 p += store_int(rng_type,4,p); in pack_rng()
756 p += store_int(init_seed,4,p); in pack_rng()
757 p += store_int(prime,4,p); in pack_rng()
758 p += store_int(prime_position,4,p); in pack_rng()
759 p += store_int(prime_next,4,p); in pack_rng()
760 p += store_int(parameter,4,p); in pack_rng()
766 p += store_int(init_seed,4,p); in pack_rng()
767 p += store_int(prime,4,p); in pack_rng()
768 p += store_int(prime_position,4,p); in pack_rng()
769 p += store_int(prime_next,4,p); in pack_rng()
[all …]
/dports/math/sprng/sprng5/SRC/lcg64/
H A Dlcg64.cpp485 p += store_int(rng_type,4,p); in pack_rng()
486 p += store_int(stream_number,4,p); in pack_rng()
487 p += store_int(nstreams,4,p); in pack_rng()
488 p += store_int(init_seed,4,p); in pack_rng()
489 p += store_int(parameter,4,p); in pack_rng()
490 p += store_int(narrays,4,p); in pack_rng()
491 p += store_int(spawn_offset,4,p); in pack_rng()
492 p += store_int(prime,4,p); in pack_rng()
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/
H A DMgmtDefs.h82 void (*store_int)(void *, MgmtInt) = nullptr; member
123 : load_int(load), store_int(store) in MgmtConverter()
141 store_int(_store_int), in MgmtConverter()
/dports/biology/iqtree/IQ-TREE-2.0.6/sprng/
H A Dlcg64.c488 p += store_int(q->stream_number,4,p);
489 p += store_int(q->nstreams,4,p);
490 p += store_int(q->init_seed,4,p);
491 p += store_int(q->parameter,4,p);
492 p += store_int(q->narrays,4,p);
493 p += store_int(q->spawn_offset,4,p);
494 p += store_int(q->prime,4,p);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/libmysqld/
H A Demb_qcache.cc65 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
140 store_int(str_len); in store_str()
148 store_int(str_len+1); in store_safe_str()
152 store_int(0); in store_safe_str()
369 dst->store_int((uint)data->fields); in emb_store_querycache_result()
374 dst->store_int((uint)field->length); in emb_store_querycache_result()
375 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/libmysqld/
H A Demb_qcache.cc65 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
140 store_int(str_len); in store_str()
148 store_int(str_len+1); in store_safe_str()
152 store_int(0); in store_safe_str()
369 dst->store_int((uint)data->fields); in emb_store_querycache_result()
374 dst->store_int((uint)field->length); in emb_store_querycache_result()
375 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libmysqld/
H A Demb_qcache.cc64 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
139 store_int(static_cast<uint>(str_len)); in store_str()
147 store_int(static_cast<uint>(str_len+1)); in store_safe_str()
151 store_int(0); in store_safe_str()
368 dst->store_int((uint)data->fields); in emb_store_querycache_result()
373 dst->store_int((uint)field->length); in emb_store_querycache_result()
374 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/libmysqld/
H A Demb_qcache.cc65 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
140 store_int(str_len); in store_str()
148 store_int(str_len+1); in store_safe_str()
152 store_int(0); in store_safe_str()
369 dst->store_int((uint)data->fields); in emb_store_querycache_result()
374 dst->store_int((uint)field->length); in emb_store_querycache_result()
375 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libmysqld/
H A Demb_qcache.cc64 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
139 store_int(static_cast<uint>(str_len)); in store_str()
147 store_int(static_cast<uint>(str_len+1)); in store_safe_str()
151 store_int(0); in store_safe_str()
368 dst->store_int((uint)data->fields); in emb_store_querycache_result()
373 dst->store_int((uint)field->length); in emb_store_querycache_result()
374 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libmysqld/
H A Demb_qcache.cc64 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
139 store_int(static_cast<uint>(str_len)); in store_str()
147 store_int(static_cast<uint>(str_len+1)); in store_safe_str()
151 store_int(0); in store_safe_str()
368 dst->store_int((uint)data->fields); in emb_store_querycache_result()
373 dst->store_int((uint)field->length); in emb_store_querycache_result()
374 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/percona57-server/percona-server-5.7.36-39/libmysqld/
H A Demb_qcache.cc64 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
139 store_int(static_cast<uint>(str_len)); in store_str()
147 store_int(static_cast<uint>(str_len+1)); in store_safe_str()
151 store_int(0); in store_safe_str()
368 dst->store_int((uint)data->fields); in emb_store_querycache_result()
373 dst->store_int((uint)field->length); in emb_store_querycache_result()
374 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/percona57-client/percona-server-5.7.36-39/libmysqld/
H A Demb_qcache.cc64 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
139 store_int(static_cast<uint>(str_len)); in store_str()
147 store_int(static_cast<uint>(str_len+1)); in store_safe_str()
151 store_int(0); in store_safe_str()
368 dst->store_int((uint)data->fields); in emb_store_querycache_result()
373 dst->store_int((uint)field->length); in emb_store_querycache_result()
374 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/libmysqld/
H A Demb_qcache.cc65 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
140 store_int(str_len); in store_str()
148 store_int(str_len+1); in store_safe_str()
152 store_int(0); in store_safe_str()
369 dst->store_int((uint)data->fields); in emb_store_querycache_result()
374 dst->store_int((uint)field->length); in emb_store_querycache_result()
375 dst->store_int((uint)field->max_length); in emb_store_querycache_result()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmysqld/
H A Demb_qcache.cc59 void Querycache_stream::store_int(uint i) in store_int() function in Querycache_stream
134 store_int(str_len); in store_str()
142 store_int(str_len+1); in store_safe_str()
146 store_int(0); in store_safe_str()
364 dst->store_int((uint)data->fields); in emb_store_querycache_result()
369 dst->store_int((uint)field->length); in emb_store_querycache_result()
370 dst->store_int((uint)field->max_length); in emb_store_querycache_result()

12345