Home
last modified time | relevance | path

Searched refs:rep_start (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DOutputWindow.java66 private void slowRepeat(int rep_start, int len, int dist) in slowRepeat() argument
70 window[window_end++] = window[rep_start++]; in slowRepeat()
72 rep_start &= WINDOW_MASK; in slowRepeat()
81 int rep_start = (window_end - dist) & WINDOW_MASK; in repeat() local
83 if (rep_start <= border && window_end < border) in repeat()
87 System.arraycopy(window, rep_start, window, window_end, len); in repeat()
95 window[window_end++] = window[rep_start++]; in repeat()
99 slowRepeat(rep_start, len, dist); in repeat()
/dports/lang/mono/mono-5.10.1.57/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/
H A DOutputWindow.cs100 int rep_start = (windowEnd - dist) & WINDOW_MASK; in Repeat()
102 if (rep_start <= border && windowEnd < border) { in Repeat()
104 System.Array.Copy(window, rep_start, window, windowEnd, len); in Repeat()
109 window[windowEnd++] = window[rep_start++]; in Repeat()
113 SlowRepeat(rep_start, len, dist); in Repeat()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/IO/Compression/Streams/
H A DOutputWindow.cs99 int rep_start = (windowEnd - dist) & WINDOW_MASK; in Repeat()
101 if (rep_start <= border && windowEnd < border) { in Repeat()
103 System.Array.Copy(window, rep_start, window, windowEnd, len); in Repeat()
108 window[windowEnd++] = window[rep_start++]; in Repeat()
112 SlowRepeat(rep_start, len, dist); in Repeat()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drep044.tcl172 error_check_good rep_start [$menv1 rep_start -master] 0
275 error_check_good master_downgrade [$masterenv rep_start -client] 0
276 error_check_good client_upgrade [$clientenv rep_start -master] 0
285 error_check_good client_downgrade [$clientenv rep_start -client] 0
286 error_check_good master_upgrade [$masterenv rep_start -master] 0
H A Drep071.tcl146 error_check_good master_close [$masterenv rep_start -client] 0
147 error_check_good client_close [$clientenv rep_start -master] 0
160 error_check_good client_close [$clientenv rep_start -client] 0
161 error_check_good master_close [$masterenv rep_start -master] 0
H A Drep075.tcl298 error_check_good downgrade [$newclient rep_start -client] 0
302 error_check_good upgrade [$newmaster rep_start -master] 0
352 error_check_good master [$env0 rep_start -master] 0
353 error_check_good client [$env1 rep_start -client] 0
397 error_check_good master [$env0 rep_start -master] 0
398 error_check_good client [$env1 rep_start -client] 0
480 error_check_good master [$env0 rep_start -master] 0
481 error_check_good master [$env0 rep_start -client] 0
485 error_check_good master [$env0 rep_start -master] 0
497 error_check_good client [$env1 rep_start -client] 0
H A Drep050.tcl219 error_check_good downgrade [$clientenv rep_start -client] 0
220 error_check_good upgrade [$masterenv rep_start -master] 0
291 [$clientenv rep_start -client] 0
293 [$masterenv rep_start -master] 0
325 [$clientenv rep_start -client] 0
327 [$masterenv rep_start -master] 0
H A Drep091.tcl134 $masterenv rep_start -master
293 $clientenv rep_start -client
294 $masterenv rep_start -master
319 $clientenv rep_start -client
320 $masterenv rep_start -master
338 $clientenv rep_start -client
339 $masterenv rep_start -master
492 $clientenv rep_start -client; #
495 $clientenv rep_start -master; #
770 $clientenv rep_start -client
[all …]
H A Drep014.tcl134 error_check_good e1_cl [$env1 rep_start -client] 0
162 error_check_good e1_cl [$env1 rep_start -client] 0
172 error_check_good e2_cl [$env2 rep_start -client] 0
185 error_check_good e2_cl [$env2 rep_start -client] 0
H A Drep040script.tcl61 error_check_good downgrade [$masterenv rep_start -client] 0
65 error_check_good upgrade [$masterenv rep_start -master] 0
H A Drep009.tcl144 error_check_good client_master [$clientenv rep_start -master] 0
165 [$masterenv rep_start -client] 0
170 [$clientenv rep_start -client] 0
/dports/databases/db5/db-5.3.28/test/tcl/
H A Drep044.tcl172 error_check_good rep_start [$menv1 rep_start -master] 0
275 error_check_good master_downgrade [$masterenv rep_start -client] 0
276 error_check_good client_upgrade [$clientenv rep_start -master] 0
285 error_check_good client_downgrade [$clientenv rep_start -client] 0
286 error_check_good master_upgrade [$masterenv rep_start -master] 0
H A Drep071.tcl146 error_check_good master_close [$masterenv rep_start -client] 0
147 error_check_good client_close [$clientenv rep_start -master] 0
160 error_check_good client_close [$clientenv rep_start -client] 0
161 error_check_good master_close [$masterenv rep_start -master] 0
H A Drep075.tcl291 error_check_good downgrade [$newclient rep_start -client] 0
295 error_check_good upgrade [$newmaster rep_start -master] 0
345 error_check_good master [$env0 rep_start -master] 0
346 error_check_good client [$env1 rep_start -client] 0
390 error_check_good master [$env0 rep_start -master] 0
391 error_check_good client [$env1 rep_start -client] 0
473 error_check_good master [$env0 rep_start -master] 0
474 error_check_good master [$env0 rep_start -client] 0
478 error_check_good master [$env0 rep_start -master] 0
490 error_check_good client [$env1 rep_start -client] 0
H A Drep050.tcl219 error_check_good downgrade [$clientenv rep_start -client] 0
220 error_check_good upgrade [$masterenv rep_start -master] 0
291 [$clientenv rep_start -client] 0
293 [$masterenv rep_start -master] 0
325 [$clientenv rep_start -client] 0
327 [$masterenv rep_start -master] 0
H A Drep091.tcl133 $masterenv rep_start -master
283 $clientenv rep_start -client
284 $masterenv rep_start -master
309 $clientenv rep_start -client
310 $masterenv rep_start -master
328 $clientenv rep_start -client
329 $masterenv rep_start -master
482 $clientenv rep_start -client; #
485 $clientenv rep_start -master; #
760 $clientenv rep_start -client
[all …]
H A Drep014.tcl134 error_check_good e1_cl [$env1 rep_start -client] 0
162 error_check_good e1_cl [$env1 rep_start -client] 0
172 error_check_good e2_cl [$env2 rep_start -client] 0
185 error_check_good e2_cl [$env2 rep_start -client] 0
H A Drep040script.tcl61 error_check_good downgrade [$masterenv rep_start -client] 0
65 error_check_good upgrade [$masterenv rep_start -master] 0
H A Drep009.tcl144 error_check_good client_master [$clientenv rep_start -master] 0
165 [$masterenv rep_start -client] 0
170 [$clientenv rep_start -client] 0
/dports/audio/s3mod/s3mod-v1.09/
H A Ds3m.c268 s3i.rep_start = long_little_endian(s3i.rep_start); in load_s3m()
288 if (s3i.rep_start >= s3i.size) in load_s3m()
289 s3i.rep_start = s3i.size - 1; in load_s3m()
292 if (s3i.rep_end < s3i.rep_start) in load_s3m()
293 s3i.rep_end = s3i.rep_start; in load_s3m()
294 rep_len = s3i.rep_end - s3i.rep_start; in load_s3m()
307 data->repeat_point[i] = s3i.rep_start; in load_s3m()

12345678