Home
last modified time | relevance | path

Searched refs:load_idx (Results 1 – 25 of 61) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/lib/segment/
H A Dpagein.c48 if (SEG->load_idx[n] >= 0) { in seg_pagein()
49 cur = SEG->load_idx[n]; in seg_pagein()
76 SEG->load_idx[SEG->scb[cur].n] = -1; in seg_pagein()
119 SEG->load_idx[n] = cur; in seg_pagein()
H A Dsetup.c158 SEG->load_idx = G_malloc(n_total_segs * sizeof(int)); in seg_setup()
161 SEG->load_idx[i] = -1; in seg_setup()
H A Drelease.c49 G_free(SEG->load_idx); in Segment_release()
/dports/net-mgmt/pandorafms_agent/pandorafms_agent_unix-6.0SP2/plugins/
H A Dgrep_log_module94 sub load_idx () {
276 load_idx();
H A Dgrep_log94 sub load_idx () {
276 load_idx();
/dports/devel/git-svn/git-2.34.1/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h196 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/devel/git-gui/git-2.34.1/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h196 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/devel/git-p4/git-2.34.1/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h196 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/devel/git/git-2.34.1/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h196 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/devel/git-cvs/git-2.34.1/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h196 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/devel/cgit/cgit-1.2.3/git/
H A Dfuzz-pack-idx.c10 load_idx("fuzz-input", GIT_SHA1_RAWSZ, (void *)data, size, &p); in LLVMFuzzerTestOneInput()
H A Dpackfile.h193 int load_idx(const char *path, const unsigned int hashsz, void *idx_map,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_core_bf16_1x1_conv_kernel.cpp615 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
637 vpermw(vreg_load(load_idx + i_load), zmm_prm(), in reduce_loop()
638 vreg_load(load_idx + i_load)); in reduce_loop()
644 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
647 auto vreg = vreg_load(load_idx + i_load); in reduce_loop()
692 vreg_load(load_idx), vreg_bcast); in reduce_loop()
703 vreg_load(load_idx), in reduce_loop()
711 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
741 vpermw(vreg_load(load_idx + i_load), zmm_prm(), in reduce_loop()
742 vreg_load(load_idx + i_load)); in reduce_loop()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_core_bf16_1x1_conv_kernel.cpp596 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
618 vpermw(vreg_load(load_idx + i_load), zmm_prm(), in reduce_loop()
619 vreg_load(load_idx + i_load)); in reduce_loop()
625 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
628 auto vreg = vreg_load(load_idx + i_load); in reduce_loop()
673 vreg_load(load_idx), vreg_bcast); in reduce_loop()
684 vreg_load(load_idx), in reduce_loop()
692 int load_idx = get_load_start_idx(bcast_count); in reduce_loop() local
722 vpermw(vreg_load(load_idx + i_load), zmm_prm(), in reduce_loop()
723 vreg_load(load_idx + i_load)); in reduce_loop()
[all …]
/dports/databases/grass7/grass-7.8.6/include/
H A Dsegment.h52 int *load_idx; /* index of loaded segments */ member
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/triple_accel-0.3.4/src/
H A Djewel.rs146 let load_idx = if reverse {0} else {31}; localVariable
159 if arr_idx == load_idx || i == len - 1 {
518 let load_idx = if reverse {0} else {15}; in slow_loadu() localVariable
530 if arr_idx == load_idx || i == len - 1 { in slow_loadu()
894 let load_idx = if reverse {0} else {7}; in slow_loadu() localVariable
906 if arr_idx == load_idx || i == len - 1 { in slow_loadu()
1259 let load_idx = if reverse {0} else {15}; localVariable
1606 let load_idx = if reverse {0} else {7}; in slow_loadu() localVariable
1618 if arr_idx == load_idx || i == len - 1 { in slow_loadu()
1957 let load_idx = if reverse {0} else {3}; in slow_loadu() localVariable
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/SwigInterface/
H A Digenerator.py344 def load_idx(self, file_name): member in SwigInputGenerator
391 self.load_idx(os.path.dirname(file_name) + os.sep + line_stripped)
722 self.load_idx(idxFile)
/dports/math/heyoka/heyoka-0.16.0/src/detail/
H A Dtaylor_utils.cpp2531 … auto *load_idx = builder.CreateMul(builder.getInt32(m_batch_size * (order + 1u)), cur_var_idx); in add_c_out_function() local
2533 … builder.CreateInBoundsGEP(tc_ptrs, {load_idx}), alignof(T)); in add_c_out_function()
2558 auto *load_idx = builder.CreateAdd( in add_c_out_function() local
2562 … builder, fp_vec_t, builder.CreateInBoundsGEP(tc_ptrs, {load_idx}), alignof(T)); in add_c_out_function()
2587 auto *load_idx in add_c_out_function() local
2591 … builder.CreateInBoundsGEP(tc_ptrs, {load_idx}), alignof(T)); in add_c_out_function()
2610 auto *load_idx = builder.CreateAdd( in add_c_out_function() local
2615 … builder, fp_vec_t, builder.CreateInBoundsGEP(tc_ptrs, {load_idx}), alignof(T)); in add_c_out_function()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-predcom.c1086 get_chain_last_write_before_load (chain_p chain, unsigned load_idx) in get_chain_last_write_before_load() argument
1088 gcc_assert (load_idx < chain->refs.length ()); in get_chain_last_write_before_load()
1090 unsigned distance = chain->refs[load_idx]->distance; in get_chain_last_write_before_load()
1092 for (unsigned i = load_idx; i > 0; i--) in get_chain_last_write_before_load()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-predcom.c1086 get_chain_last_write_before_load (chain_p chain, unsigned load_idx) in get_chain_last_write_before_load() argument
1088 gcc_assert (load_idx < chain->refs.length ()); in get_chain_last_write_before_load()
1090 unsigned distance = chain->refs[load_idx]->distance; in get_chain_last_write_before_load()
1092 for (unsigned i = load_idx; i > 0; i--) in get_chain_last_write_before_load()

123