Searched refs:roffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dspacer.tcl106 if {$roffset} {
107 if {$roffset < $delta} {
108 append result [string range $data 0 ${roffset}-1]
110 incr at [expr {$iter - $roffset}]
123 set roffset [expr {$len - $end + 1}]
126 set roffset [expr {$len - $at}]
128 return [list $result $roffset]
134 set roffset 0
144 variable roffset woffset delta spacing sdelta
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.cpp536 int32_t roffset = offset + clength; local
539 if (roffset < maxOffset) {
540 rlength = minLengthInChars(ceList, roffset, history);
566 int32_t roffset = offset + 2; local
569 //history[roffset++] = -1;
570 //history[roffset++] = 1;
572 if (roffset < maxOffset) {
573 rlength = minLengthInChars(ceList, roffset, history);
583 int32_t roffset = offset; local
587 for (int32_t j = 0; roffset < maxOffse
[all...]
/macosx-10.10/file_cmds-242/compress/
H A Dzopen.c171 #define roffset zs->u.r.zs_roffset macro
582 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
602 roffset = 0;
606 r_off = roffset;
616 r_off = 8 - r_off; /* Now, roffset into gcode word. */
627 roffset += n_bits;
717 roffset = 0;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m68hc11.c752 unsigned char roffset;
778 roffset = bfd_get_8 (abfd, contents + irel->r_offset + 1);
779 if (roffset != 3)
750 unsigned char roffset; local

Completed in 98 milliseconds