Home
last modified time | relevance | path

Searched refs:post_index (Results 1 – 25 of 62) sorted by relevance

123

/dports/benchmarks/fio/fio-3.29/lib/
H A Dnum2str.c34 int post_index, carry = 0; in num2str() local
46 for (post_index = 0; base > 1; post_index++) in num2str()
70 while (post_index < FIO_ARRAY_SIZE(sistr)) { in num2str()
78 post_index++; in num2str()
81 if (post_index >= FIO_ARRAY_SIZE(sistr)) in num2str()
82 post_index = 0; in num2str()
90 unitprefix[post_index], unitstr[units]) < 0) in num2str()
117 unitprefix[post_index], unitstr[units]) < 0) in num2str()
/dports/www/fswiki/wiki3_6_2/plugin/search/
H A DSearchHandler.pm124 my $post_index = index($post,"\n");
125 if($post_index==-1){ $post_index = length($post); }
126 $post_index += $index;
128 return substr($content,$pre_index,$post_index-$pre_index);
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A DEntrez_active.scr9 * post_index fixed to trust user data
13 * bugfix in post_index
45 WHERE name = 'post_index'
49 DROP PROCEDURE dbo.post_index
54 PRINT '/***** PROCEDURE post_index *****/'
59 post_index ( @index_key int, @minutes int = null, @enforce int = 0 )
113 /***** Grant and Revoke permissions post_index *****/
115 GRANT EXECUTE ON post_index TO anyone
H A DEntrez.scr506 PRINT '/***** PROCEDURE post_index *****/'
510 WHERE name = 'post_index'
514 DROP PROCEDURE dbo.post_index
/dports/science/pynn/PyNN-0.10.0/pyNN/neuroml/
H A Dprojections.py33 …def __init__(self, pre_index, post_index, presynaptic_population, postsynaptic_population, project… argument
37 self.postsynaptic_index = post_index
40 nml_post_index = post_index
50 nml_post_index = postsynaptic_population.index_in_grandparent([post_index])[0]
/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/
H A Dtranslate_x86.c384 int post_index = !(insn & (1 << 24)); in translate() local
393 if (pre_index || post_index) { in translate()
403 if (!post_index && offset != 0) in translate()
410 if (post_index || pre_index) in translate()
435 if (post_index || pre_index) in translate()
758 int post_index = !(insn & (1 << 24)); in translate() local
766 if (pre_index || post_index) { in translate()
767 if (pre_index && post_index) break; in translate()
799 if (!post_index) in translate()
811 if (offset != 0 && !post_index) in translate()
[all …]
H A Dtranslate_x86_64.c418 int post_index = !(insn & (1 << 24)); in translate() local
427 if (pre_index || post_index) { in translate()
437 if (!post_index && offset != 0) in translate()
444 if (post_index || pre_index) in translate()
469 if (post_index || pre_index) in translate()
792 int post_index = !(insn & (1 << 24)); in translate() local
800 if (pre_index || post_index) { in translate()
803 if (pre_index && post_index) break; in translate()
835 if (!post_index) in translate()
847 if (offset != 0 && !post_index) in translate()
[all …]
/dports/astro/siril/siril/src/registration/matching/
H A Dmatch.c507 int post_index; in reset_A_coords() local
521 for (post_index = 0, post_star = post_list_A; post_index < numA; in reset_A_coords()
522 post_index++, post_star = post_star->next) { in reset_A_coords()
539 printf("reset_A_coords: no match for post_star %d?\n", post_index); in reset_A_coords()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/rdma/
H A Dosc_rdma_active_target.c240 …uint64_t target = (uint64_t) (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, post_index); in ompi_osc_rdma_post_peer()
241 ompi_osc_rdma_lock_t post_index, result, _tmp_value; in ompi_osc_rdma_post_peer() local
252 … ret = ompi_osc_rdma_lock_btl_fop (module, peer, target, MCA_BTL_ATOMIC_ADD, 1, &post_index, true); in ompi_osc_rdma_post_peer()
257 post_index = ompi_osc_rdma_counter_add ((osc_rdma_counter_t *) (intptr_t) target, 1) - 1; in ompi_osc_rdma_post_peer()
260 post_index &= OMPI_OSC_RDMA_POST_PEER_MAX - 1; in ompi_osc_rdma_post_peer()
263 sizeof (osc_rdma_counter_t) * post_index; in ompi_osc_rdma_post_peer()
266 …E(MCA_BASE_VERBOSE_TRACE, "attempting to post to index %d @ rank %d", (int)post_index, peer->rank); in ompi_osc_rdma_post_peer()
H A Dosc_rdma_types.h281 osc_rdma_counter_t post_index; member
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/rdma/
H A Dosc_rdma_active_target.c245 …uint64_t target = (uint64_t) (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, post_index); in ompi_osc_rdma_post_peer()
246 ompi_osc_rdma_lock_t post_index, result, _tmp_value; in ompi_osc_rdma_post_peer() local
257 … ret = ompi_osc_rdma_lock_btl_fop (module, peer, target, MCA_BTL_ATOMIC_ADD, 1, &post_index, true); in ompi_osc_rdma_post_peer()
262 post_index = ompi_osc_rdma_counter_add ((osc_rdma_counter_t *) (intptr_t) target, 1) - 1; in ompi_osc_rdma_post_peer()
265 post_index &= OMPI_OSC_RDMA_POST_PEER_MAX - 1; in ompi_osc_rdma_post_peer()
268 sizeof (osc_rdma_counter_t) * post_index; in ompi_osc_rdma_post_peer()
271 …E(MCA_BASE_VERBOSE_TRACE, "attempting to post to index %d @ rank %d", (int)post_index, peer->rank); in ompi_osc_rdma_post_peer()
H A Dosc_rdma_types.h174 osc_rdma_counter_t post_index; member
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Deqn.c351 int i,kj,parsed_index=0, temp_index=0, post_index=0; local
373 postfixed[post_index] = temp_eqn[temp_index];
374 post_index++;
387 postfixed[post_index] = temp_eqn[temp_index];
388 post_index++;
392 postfixed[post_index]->is_a = 0;
/dports/math/flann/flann-1.9.1-29-g1d04523/src/ruby/spec/
H A Dindex_spec.rb100 post_index = Flann::Index.new(@dataset)
101 post_index.load!("temp_index.save_file")
/dports/astro/match/match-1.0/
H A Dmatch.c831 int post_index; in reset_A_coords() local
845 for (post_index = 0, post_star = post_list_A; in reset_A_coords()
846 post_index < numA; in reset_A_coords()
847 post_index++, post_star = post_star->next) { in reset_A_coords()
864 printf("reset_A_coords: no match for post_star %d?\n", post_index); in reset_A_coords()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_tensdecomp/
H A Dcross.c72 size_t * post_index, double * vals, size_t nVals) in AddCrossFiber() argument
91 newNode->post_index = NULL; in AddCrossFiber()
94 newNode->post_index = calloc_size_t(post_length); in AddCrossFiber()
95 memmove(newNode->post_index, post_index, post_length * sizeof(size_t)); in AddCrossFiber()
120 size_t * post_index) in CrossIndexExists() argument
145 if (current->post_index[jj] != post_index[jj]){ in CrossIndexExists()
202 if (current->post_index != NULL){ in DeleteCrossFiberList()
203 free(current->post_index); in DeleteCrossFiberList()
H A Dcross.h70 size_t * post_index; member
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/benches/
H A Dsimple-routing.rs19 fn post_index() -> &'static str { "index" } in post_index() function
41 .mount("/", routes![get_index, put_index, post_index, index_a, in rocket()
/dports/www/p5-Amon2/Amon2-6.10/t/800_dispatcher/
H A D004_router_boom.t24 sub post_index { Amon2->context->create_response(200, [], 'post_top') }
46 post '/', 'Root#post_index';
H A D004_router_boom_sinatraish.t24 sub post_index { Amon2->context->create_response(200, [], 'post_top') }
/dports/devel/gdb/gdb-11.1/gdb/arch/
H A Daarch64-insn.c344 uint32_t post_index = ENCODE (1, 2, 10); in aarch64_emit_load_store() local
349 | post_index | ENCODE (operand.index, 9, 12) in aarch64_emit_load_store()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h158 unsigned int fetch_index, unsigned int post_index,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h158 unsigned int fetch_index, unsigned int post_index,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/snic/
H A Dvnic_wq.h158 unsigned int fetch_index, unsigned int post_index,
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/ucx/
H A Dosc_ucx.h84 volatile uint64_t post_index; member

123