Home
last modified time | relevance | path

Searched refs:rep_count (Results 1 – 25 of 106) sorted by relevance

12345

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/net/protocol/ftp/
H A DCompressedOutputStream.java114 int pos = 0, raw_count = 0, rep_count = 1; in compress() local
131 rep_count++; // keep looking for same byte in compress()
135 if (rep_count > 1) // flush compressed bytes to buf in compress()
142 pos = flush_compressed(buf, pos, rep_count, last); in compress()
143 rep_count = 1; in compress()
147 if (rep_count == 127) // flush compressed bytes in compress()
154 pos = flush_compressed(buf, pos, rep_count, last); in compress()
155 rep_count = 1; in compress()
169 if (rep_count > 1) // flush compressed bytes in compress()
176 pos = flush_compressed(buf, pos, rep_count, last); in compress()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Test/Graph/Isomorph/
H A DTestIsomorphism.pas8 procedure Test(const Name1, Name2: String; rep_count: Integer; FindAll, ShowMatch: Boolean);
34 procedure Test(const Name1, Name2: String; rep_count: Integer; FindAll, ShowMatch: Boolean);
41 if rep_count < 1 then rep_count:=1;
42 if rep_count > 1 then writeln('Repeat count: ', rep_count);
51 for I:=1 to rep_count do
58 for I:=1 to rep_count do
H A DTestIsoEmbed.pas8 procedure Test(const Name1, Name2: String; rep_count: Integer; FindAll, ShowMatch: Boolean);
47 procedure Test(const Name1, Name2: String; rep_count: Integer; FindAll, ShowMatch: Boolean);
54 if rep_count < 1 then rep_count:=1;
55 if rep_count > 1 then writeln('Repeat count: ', rep_count);
64 for I:=1 to rep_count do
71 for I:=1 to rep_count do
H A DIsoEmbedding.dpr12 writeln('Usage: IsoEmbedding [/all] [/show] sub_gml_file gml_file [rep_count]');
22 I, N, iParam, rep_count: Integer;
30 rep_count:=0;
44 if iParam = 2 then rep_count:=StrToInt(S) else Params[iParam]:=S;
48 Test(Params[0], Params[1], rep_count, FindAll, ShowMatch);
H A Dmatcher.dpr12 writeln('Usage: matcher [/all] [/show] gml_file1 gml_file2 [rep_count]');
22 I, N, iParam, rep_count: Integer;
30 rep_count:=0;
44 if iParam = 2 then rep_count:=StrToInt(S) else Params[iParam]:=S;
48 Test(Params[0], Params[1], rep_count, FindAll, ShowMatch);
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dencodefmt.c86 rep_count = FALSE; in _f90io_encode_fmt()
107 if (rep_count) in _f90io_encode_fmt()
112 rep_count = FALSE; in _f90io_encode_fmt()
147 if (!rep_count) in _f90io_encode_fmt()
149 rep_count = FALSE; in _f90io_encode_fmt()
177 if (!rep_count) in _f90io_encode_fmt()
179 rep_count = FALSE; in _f90io_encode_fmt()
209 if (rep_count) { in _f90io_encode_fmt()
539 rep_count = TRUE; in _f90io_encode_fmt()
602 if (rep_count) in _f90io_encode_fmt()
[all …]
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/tests/
H A Dconv-speed.c49 int rep_count = 3000; in main() local
51 rep_count = atoi(argv[1]); in main()
54 for (int k = 0; k < rep_count; k ++) { in main()
65 printf("%d repetitions in %f secs, %f per sec\n", rep_count, duration, rep_count / duration); in main()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Ddecompress_impl.h120 unsigned rep_count; in FUNCNAME() local
164 rep_count = 3 + POP_BITS(2); in FUNCNAME()
171 i += rep_count; in FUNCNAME()
175 rep_count = 3 + POP_BITS(3); in FUNCNAME()
186 i += rep_count; in FUNCNAME()
190 rep_count = 11 + POP_BITS(7); in FUNCNAME()
192 rep_count * sizeof(d->u.l.lens[i])); in FUNCNAME()
193 i += rep_count; in FUNCNAME()
/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Ddecompress_template.h112 unsigned rep_count; in FUNCNAME() local
156 rep_count = 3 + POP_BITS(2); in FUNCNAME()
163 i += rep_count; in FUNCNAME()
167 rep_count = 3 + POP_BITS(3); in FUNCNAME()
178 i += rep_count; in FUNCNAME()
182 rep_count = 11 + POP_BITS(7); in FUNCNAME()
184 rep_count * sizeof(d->u.l.lens[i])); in FUNCNAME()
185 i += rep_count; in FUNCNAME()
/dports/biology/vt/vt-0.57721/lib/libdeflate/lib/
H A Ddecompress_template.h118 unsigned rep_count; in FUNCNAME() local
162 rep_count = 3 + POP_BITS(2); in FUNCNAME()
169 i += rep_count; in FUNCNAME()
173 rep_count = 3 + POP_BITS(3); in FUNCNAME()
184 i += rep_count; in FUNCNAME()
188 rep_count = 11 + POP_BITS(7); in FUNCNAME()
190 rep_count * sizeof(d->u.l.lens[i])); in FUNCNAME()
191 i += rep_count; in FUNCNAME()
/dports/biology/plink/plink-ng-79b2df8c/2.0/libdeflate/lib/
H A Ddecompress_template.h112 unsigned rep_count; in FUNCNAME() local
156 rep_count = 3 + POP_BITS(2); in FUNCNAME()
163 i += rep_count; in FUNCNAME()
167 rep_count = 3 + POP_BITS(3); in FUNCNAME()
178 i += rep_count; in FUNCNAME()
182 rep_count = 11 + POP_BITS(7); in FUNCNAME()
184 rep_count * sizeof(d->u.l.lens[i])); in FUNCNAME()
185 i += rep_count; in FUNCNAME()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-bbv/
H A Dbbv_main.c81 ULong rep_count; member
190 bbv_thread[current_thread].global_rep_count+=bbv_thread[current_thread].rep_count; in close_out_reps()
192 bbv_thread[current_thread].rep_count=0; in close_out_reps()
203 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV()
221 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV_rep()
229 bbv_thread[current_thread].rep_count++; in per_instruction_BBV_rep()
241 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV_fldcw()
477 temp[i].rep_count=0; in allocate_new_thread()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-bbv/
H A Dbbv_main.c81 ULong rep_count; member
190 bbv_thread[current_thread].global_rep_count+=bbv_thread[current_thread].rep_count; in close_out_reps()
192 bbv_thread[current_thread].rep_count=0; in close_out_reps()
203 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV()
221 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV_rep()
229 bbv_thread[current_thread].rep_count++; in per_instruction_BBV_rep()
241 if (bbv_thread[current_thread].rep_count) { in per_instruction_BBV_fldcw()
477 temp[i].rep_count=0; in allocate_new_thread()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/review_controllers/
H A DSM2_controller_cramming.py18 self.rep_count += 1
23 if self.rep_count % self.config()["save_after_n_reps"] == 0:
28 if self.rep_count % self.config()["save_after_n_reps"] == 0:
/dports/japanese/edict/ja-edict-19990714_5/
H A Dxjdclient.c61 int rep_count; variable
257 if (rep_count < TMAXREP) in xjdserver()
259 rep_count++; in xjdserver()
266 rep_count = 0; in xjdserver()
283 rep_count = 0; in xjdserver()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/
H A Dmshyperv.h66 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument
74 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
87 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/
H A Dmshyperv.h66 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument
74 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
87 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/
H A Dmshyperv.h66 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument
74 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
87 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dreps.c204 apr_size_t rep_count; member
836 reps->rep_count = svn_packed__int_count(reps_stream); in svn_fs_x__read_reps_container()
839 (reps->rep_count + 1) * sizeof(*first_instructions)); in svn_fs_x__read_reps_container()
842 for (i = 0; i < reps->rep_count; ++i) in svn_fs_x__read_reps_container()
845 first_instructions[reps->rep_count] = (apr_uint32_t)reps->instruction_count; in svn_fs_x__read_reps_container()
870 + reps->rep_count * sizeof(*reps->first_instructions) in svn_fs_x__serialize_reps_container()
885 reps->rep_count * in svn_fs_x__serialize_reps_container()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dreps.c204 apr_size_t rep_count; member
836 reps->rep_count = svn_packed__int_count(reps_stream); in svn_fs_x__read_reps_container()
839 (reps->rep_count + 1) * sizeof(*first_instructions)); in svn_fs_x__read_reps_container()
842 for (i = 0; i < reps->rep_count; ++i) in svn_fs_x__read_reps_container()
845 first_instructions[reps->rep_count] = (apr_uint32_t)reps->instruction_count; in svn_fs_x__read_reps_container()
870 + reps->rep_count * sizeof(*reps->first_instructions) in svn_fs_x__serialize_reps_container()
885 reps->rep_count * in svn_fs_x__serialize_reps_container()

12345