Home
last modified time | relevance | path

Searched refs:ofs (Results 176 – 200 of 15330) sorted by relevance

12345678910>>...614

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/provider/
H A DDigestBase.java108 if ((ofs < 0) || (len < 0) || (ofs > b.length - len)) { in engineUpdate()
120 ofs += n; in engineUpdate()
130 int limit = ofs + len; in engineUpdate()
131 ofs = implCompressMultiBlock(b, ofs, limit - blockSize); in engineUpdate()
132 len = limit - ofs; in engineUpdate()
149 for (; ofs <= limit; ofs += blockSize) { in implCompressMultiBlock0()
150 implCompress(b, ofs); in implCompressMultiBlock0()
152 return ofs; in implCompressMultiBlock0()
163 if (ofs < 0 || ofs >= b.length) { in implCompressMultiBlockCheck()
204 if ((ofs < 0) || (len < 0) || (ofs > out.length - len)) { in engineDigest()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DDigestBase.java106 if ((ofs < 0) || (len < 0) || (ofs > b.length - len)) { in engineUpdate()
118 ofs += n; in engineUpdate()
128 int limit = ofs + len; in engineUpdate()
129 ofs = implCompressMultiBlock(b, ofs, limit - blockSize); in engineUpdate()
130 len = limit - ofs; in engineUpdate()
146 for (; ofs <= limit; ofs += blockSize) { in implCompressMultiBlock0()
147 implCompress(b, ofs); in implCompressMultiBlock0()
149 return ofs; in implCompressMultiBlock0()
160 if (ofs < 0 || ofs >= b.length) { in implCompressMultiBlockCheck()
201 if ((ofs < 0) || (len < 0) || (ofs > out.length - len)) { in engineDigest()
[all …]
/dports/multimedia/bitstream/bitstream-1.5/mpeg/psi/
H A Ddesc_25.h76 uint8_t ofs = __ofs1; in desc25_get_metadata_format_identifier() local
77 …return (p_desc[ofs + 1] << 24) | (p_desc[ofs + 2] << 16) | (p_desc[ofs + 3] << 8) | p_desc[ofs + 4… in desc25_get_metadata_format_identifier()
86 uint8_t ofs = __ofs1; in desc25_set_metadata_format_identifier() local
114 uint8_t ofs = __ofs2; in desc25_set_metadata_locator_record_flag() local
115 p_desc[ofs + 1] = (b_flag ? (p_desc[ofs + 1] | 0x80) : (p_desc[ofs + 1] &~ 0x80)) | 0x1f; in desc25_set_metadata_locator_record_flag()
125 uint8_t ofs = __ofs2; in desc25_set_mpeg_carriage_flags() local
126 p_desc[ofs + 1] = ((p_desc[ofs + 1] & 0x80) | ((i_flags & 0x03) << 5)) | 0x1f; in desc25_set_mpeg_carriage_flags()
149 uint8_t ofs = __ofs2; in desc25_set_metadata_locator_record() local
169 return (p_desc[ofs + 0] << 8) | p_desc[ofs + 1]; in desc25_get_program_number()
189 return (p_desc[ofs + 2] << 8) | p_desc[ofs + 3]; in desc25_get_ts_location()
[all …]
H A Ddesc_24.h95 uint8_t ofs = __ofs1; in desc24_set_content_reference_id_record_flag() local
96 p_desc[ofs] = (b_flag ? (p_desc[ofs] | 0x80) : (p_desc[ofs] &~ 0x80)) | 0x07; in desc24_set_content_reference_id_record_flag()
106 uint8_t ofs = __ofs1; in desc24_set_content_time_base_indicator() local
107 p_desc[ofs] = (p_desc[ofs] & 0x80) | ((i_indicator & 0x0f) << 3) | 0x07; in desc24_set_content_time_base_indicator()
129 uint8_t ofs = __ofs1; in desc24_set_content_reference_id_record() local
148 uint8_t ofs = __ofs2; in desc24_get_content_time_base_value() local
165 uint8_t ofs = __ofs2; in desc24_set_content_time_base_value() local
178 uint8_t ofs = __ofs2 + 5; in desc24_get_metadata_time_base_value() local
195 uint8_t ofs = __ofs2 + 5; in desc24_set_metadata_time_base_value() local
248 uint8_t ofs = __ofs2; in desc24_set_time_base_association() local
[all …]
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dresample.cpp76 ofs += incr; in rs_plain()
79 if (ofs >= le) in rs_plain()
110 ofs -= ll; in rs_loop()
123 ofs += incr; in rs_loop()
186 if (ofs>=le) in rs_bidir()
189 ofs = le2 - ofs; in rs_bidir()
194 ofs = ls2 - ofs; in rs_bidir()
349 ofs -= ll; in rs_vib_loop()
457 ofs = le2 - ofs; in rs_vib_bidir()
462 ofs = ls2 - ofs; in rs_vib_bidir()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.c95 frag->ofs, frag->ofs + frag->size); in jffs2_truncate_fragtree()
133 if (newfrag->ofs > base->ofs) in jffs2_fragtree_insert()
135 else if (newfrag->ofs < base->ofs) in jffs2_fragtree_insert()
155 newfrag->ofs = ofs; in new_fragment()
251 this->ofs, this->ofs + this->size, in jffs2_add_frag_to_fragtree()
255 this->ofs, this->ofs + this->size); in jffs2_add_frag_to_fragtree()
260 if (newfrag->ofs > this->ofs) { in jffs2_add_frag_to_fragtree()
278 this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
315 newfrag, newfrag->ofs, newfrag->ofs+newfrag->size, this, this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
541 if (!prev || frag->ofs > prev->ofs) in jffs2_lookup_node_frag()
[all …]
H A Dscan.c569 ofs = 0; in jffs2_scan_eraseblock()
573 ofs += 4; in jffs2_scan_eraseblock()
596 if (ofs) { in jffs2_scan_eraseblock()
626 ofs = PAD(ofs); in jffs2_scan_eraseblock()
631 ofs); in jffs2_scan_eraseblock()
634 ofs += 4; in jffs2_scan_eraseblock()
667 ofs += 4; in jffs2_scan_eraseblock()
687 ofs); in jffs2_scan_eraseblock()
724 ofs); in jffs2_scan_eraseblock()
727 ofs += 4; in jffs2_scan_eraseblock()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.c95 frag->ofs, frag->ofs + frag->size); in jffs2_truncate_fragtree()
133 if (newfrag->ofs > base->ofs) in jffs2_fragtree_insert()
135 else if (newfrag->ofs < base->ofs) in jffs2_fragtree_insert()
155 newfrag->ofs = ofs; in new_fragment()
251 this->ofs, this->ofs + this->size, in jffs2_add_frag_to_fragtree()
255 this->ofs, this->ofs + this->size); in jffs2_add_frag_to_fragtree()
260 if (newfrag->ofs > this->ofs) { in jffs2_add_frag_to_fragtree()
278 this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
315 newfrag, newfrag->ofs, newfrag->ofs+newfrag->size, this, this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
541 if (!prev || frag->ofs > prev->ofs) in jffs2_lookup_node_frag()
[all …]
H A Dscan.c569 ofs = 0; in jffs2_scan_eraseblock()
573 ofs += 4; in jffs2_scan_eraseblock()
596 if (ofs) { in jffs2_scan_eraseblock()
626 ofs = PAD(ofs); in jffs2_scan_eraseblock()
631 ofs); in jffs2_scan_eraseblock()
634 ofs += 4; in jffs2_scan_eraseblock()
667 ofs += 4; in jffs2_scan_eraseblock()
687 ofs); in jffs2_scan_eraseblock()
724 ofs); in jffs2_scan_eraseblock()
727 ofs += 4; in jffs2_scan_eraseblock()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jffs2/
H A Dnodelist.c95 frag->ofs, frag->ofs + frag->size); in jffs2_truncate_fragtree()
133 if (newfrag->ofs > base->ofs) in jffs2_fragtree_insert()
135 else if (newfrag->ofs < base->ofs) in jffs2_fragtree_insert()
155 newfrag->ofs = ofs; in new_fragment()
251 this->ofs, this->ofs + this->size, in jffs2_add_frag_to_fragtree()
255 this->ofs, this->ofs + this->size); in jffs2_add_frag_to_fragtree()
260 if (newfrag->ofs > this->ofs) { in jffs2_add_frag_to_fragtree()
278 this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
315 newfrag, newfrag->ofs, newfrag->ofs+newfrag->size, this, this->ofs, this->ofs+this->size); in jffs2_add_frag_to_fragtree()
541 if (!prev || frag->ofs > prev->ofs) in jffs2_lookup_node_frag()
[all …]
H A Dscan.c569 ofs = 0; in jffs2_scan_eraseblock()
573 ofs += 4; in jffs2_scan_eraseblock()
596 if (ofs) { in jffs2_scan_eraseblock()
626 ofs = PAD(ofs); in jffs2_scan_eraseblock()
631 ofs); in jffs2_scan_eraseblock()
634 ofs += 4; in jffs2_scan_eraseblock()
667 ofs += 4; in jffs2_scan_eraseblock()
687 ofs); in jffs2_scan_eraseblock()
724 ofs); in jffs2_scan_eraseblock()
727 ofs += 4; in jffs2_scan_eraseblock()
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-dsl-null-empty-handling.sh24 run_mlr --ofs tab put 'begin{}; $xy = $x + $y; $sy = @s + $y; $xt = $x + @t; $st = @s + @t…
25 run_mlr --ofs tab put 'begin{@s=3}; $xy = $x + $y; $sy = @s + $y; $xt = $x + @t; $st = @s + @t…
26 run_mlr --ofs tab put 'begin{@t=4}; $xy = $x + $y; $sy = @s + $y; $xt = $x + @t; $st = @s + @t…
27 run_mlr --ofs tab put 'begin{@s=3;@t=4}; $xy = $x + $y; $sy = @s + $y; $xt = $x + @t; $st = @s + @t…
30 run_mlr --ofs tab put 'begin{}; $xy = $x - $y; $sy = @s - $y; $xt = $x - @t; $st = @s - @t…
31 run_mlr --ofs tab put 'begin{@s=3}; $xy = $x - $y; $sy = @s - $y; $xt = $x - @t; $st = @s - @t…
32 run_mlr --ofs tab put 'begin{@t=4}; $xy = $x - $y; $sy = @s - $y; $xt = $x - @t; $st = @s - @t…
33 run_mlr --ofs tab put 'begin{@s=3;@t=4}; $xy = $x - $y; $sy = @s - $y; $xt = $x - @t; $st = @s - @t…
36 run_mlr --ofs tab put 'begin{}; $xy = $x * $y; $sy = @s * $y; $xt = $x * @t; $st = @s * @t…
37 run_mlr --ofs tab put 'begin{@s=3}; $xy = $x * $y; $sy = @s * $y; $xt = $x * @t; $st = @s * @t…
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bkml/
H A Dbkml_write.cxx47 ofs.precision(8); in write_box()
48 ofs << "<Placemark>\n" in write_box()
95 ofs << "<Placemark>\n" in write_box()
159 ofs << " <Style>\n" in write_polygon()
200 ofs << "<Placemark>\n" in write_path()
204 ofs << " <Style>\n" in write_path()
221 ofs << "<Placemark>\n" in write_location()
244 ofs << " <Style>\n" in write_location()
252 ofs << " </Point>\n" in write_location()
265 ofs << " <Style>\n" in write_location()
[all …]
/dports/chinese/kcfonts/zh-kcfonts-1.05_4/
H A Dtran.c14 oofs=ofs; in ser_b5()
16 if (ofs==0) { in ser_b5()
21 if (ofs < 0x8800) { in ser_b5()
22 ofs-=0x8400; in ser_b5()
23 if (ofs>=5401) ofs+=408; /* useless */ in ser_b5()
24 q=ofs/157; r=ofs%157; in ser_b5()
38 ofs-=0xe000; in ser_b5()
39 q=ofs/157; r=ofs%157; in ser_b5()
52 ofs-=0x8800; in ser_b5()
53 if (ofs>=5401) ofs+=408; in ser_b5()
[all …]
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dincludes.h145 #define SDEV_T_VAL(p, ofs, v) (SIVAL((p),(ofs),(v)&0xFFFFFFFF), SIVAL((p),(ofs)+4,(v)>>32)) argument
148 #define SDEV_T_VAL(p, ofs, v) (SIVAL((p),(ofs),v),SIVAL((p),(ofs)+4,0)) argument
149 #define DEV_T_VAL(p, ofs) ((SMB_DEV_T)(IVAL((p),(ofs)))) argument
167 #define SINO_T_VAL(p, ofs, v) SBVAL(p, ofs, v) argument
168 #define INO_T_VAL(p, ofs) ((SMB_INO_T)BVAL(p, ofs)) argument
171 #define INO_T_VAL(p, ofs) ((SMB_INO_T)(IVAL((p),(ofs)))) argument
175 #define SBIG_UINT(p, ofs, v) SBVAL(p, ofs, v) argument
176 #define BIG_UINT(p, ofs) BVAL(p, ofs) argument
177 #define IVAL2_TO_SMB_BIG_UINT(p, ofs) BVAL(p, ofs) argument
189 #define SOFF_T(p, ofs, v) (SIVAL(p,ofs,(v)&0xFFFFFFFF), SIVAL(p,(ofs)+4,(v)>>32)) argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp72 ofs << new_text; in write_config_info()
116 ofs << jamfile_v2.str() << std::endl; in write_jamfile_v2()
131 fs::ofstream ofs(file); in write_test_file() local
142 ofs << "not "; in write_test_file()
143 ofs << "be defined.\n"; in write_test_file()
150 ofs << "not "; in write_test_file()
151 ofs << "be defined.\n"; in write_test_file()
168 ofs << "#include \"test.hpp\"\n\n" in write_test_file()
171 ofs << "n"; in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp72 ofs << new_text; in write_config_info()
116 ofs << jamfile_v2.str() << std::endl; in write_jamfile_v2()
131 fs::ofstream ofs(file); in write_test_file() local
142 ofs << "not "; in write_test_file()
143 ofs << "be defined.\n"; in write_test_file()
150 ofs << "not "; in write_test_file()
151 ofs << "be defined.\n"; in write_test_file()
168 ofs << "#include \"test.hpp\"\n\n" in write_test_file()
171 ofs << "n"; in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp72 ofs << new_text; in write_config_info()
116 ofs << jamfile_v2.str() << std::endl; in write_jamfile_v2()
131 fs::ofstream ofs(file); in write_test_file() local
142 ofs << "not "; in write_test_file()
143 ofs << "be defined.\n"; in write_test_file()
150 ofs << "not "; in write_test_file()
151 ofs << "be defined.\n"; in write_test_file()
168 ofs << "#include \"test.hpp\"\n\n" in write_test_file()
171 ofs << "n"; in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp72 ofs << new_text; in write_config_info()
116 ofs << jamfile_v2.str() << std::endl; in write_jamfile_v2()
131 fs::ofstream ofs(file); in write_test_file() local
142 ofs << "not "; in write_test_file()
143 ofs << "be defined.\n"; in write_test_file()
150 ofs << "not "; in write_test_file()
151 ofs << "be defined.\n"; in write_test_file()
168 ofs << "#include \"test.hpp\"\n\n" in write_test_file()
171 ofs << "n"; in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp72 ofs << new_text; in write_config_info()
116 ofs << jamfile_v2.str() << std::endl; in write_jamfile_v2()
131 fs::ofstream ofs(file); in write_test_file() local
142 ofs << "not "; in write_test_file()
143 ofs << "be defined.\n"; in write_test_file()
150 ofs << "not "; in write_test_file()
151 ofs << "be defined.\n"; in write_test_file()
168 ofs << "#include \"test.hpp\"\n\n" in write_test_file()
171 ofs << "n"; in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A Dunixasmmacrosarm64.inc55 .macro PROLOG_SAVE_REG reg, ofs
56 str \reg, [sp, \ofs]
59 .macro PROLOG_SAVE_REG_PAIR reg1, reg2, ofs
60 stp \reg1, \reg2, [sp, \ofs]
67 stp \reg1, \reg2, [sp, \ofs]!
73 .macro EPILOG_RESTORE_REG reg, ofs
74 ldr \reg, [sp, \ofs]
78 ldp \reg1, \reg2, [sp, \ofs]
82 ldp \reg1, \reg2, [sp], \ofs
99 .macro SAVE_ARGUMENT_REGISTERS reg, ofs
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dresample.c795 if(ofs >= 0 && ofs >= le) in rs_bidir()
798 ofs = le2 - ofs; in rs_bidir()
803 ofs = ls2 - ofs; in rs_bidir()
832 ofs = le - (ofs - le); in rs_bidir()
837 ofs = ls + (ls - ofs); in rs_bidir()
1012 while(ofs >= le) {ofs -= ll;} in rs_vib_loop()
1135 if (ofs >= 0 && ofs >= le) in rs_vib_bidir()
1138 ofs = le2 - ofs; in rs_vib_bidir()
1143 ofs = ls2 - ofs; in rs_vib_bidir()
1186 ofs = le - (ofs - le); in rs_vib_bidir()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dresample.c795 if(ofs >= 0 && ofs >= le) in rs_bidir()
798 ofs = le2 - ofs; in rs_bidir()
803 ofs = ls2 - ofs; in rs_bidir()
832 ofs = le - (ofs - le); in rs_bidir()
837 ofs = ls + (ls - ofs); in rs_bidir()
1012 while(ofs >= le) {ofs -= ll;} in rs_vib_loop()
1135 if (ofs >= 0 && ofs >= le) in rs_vib_bidir()
1138 ofs = le2 - ofs; in rs_vib_bidir()
1143 ofs = ls2 - ofs; in rs_vib_bidir()
1186 ofs = le - (ofs - le); in rs_vib_bidir()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dresample.c795 if(ofs >= 0 && ofs >= le) in rs_bidir()
798 ofs = le2 - ofs; in rs_bidir()
803 ofs = ls2 - ofs; in rs_bidir()
832 ofs = le - (ofs - le); in rs_bidir()
837 ofs = ls + (ls - ofs); in rs_bidir()
1012 while(ofs >= le) {ofs -= ll;} in rs_vib_loop()
1135 if (ofs >= 0 && ofs >= le) in rs_vib_bidir()
1138 ofs = le2 - ofs; in rs_vib_bidir()
1143 ofs = ls2 - ofs; in rs_vib_bidir()
1186 ofs = le - (ofs - le); in rs_vib_bidir()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dresample.c795 if(ofs >= 0 && ofs >= le)
798 ofs = le2 - ofs;
803 ofs = ls2 - ofs;
832 ofs = le - (ofs - le);
837 ofs = ls + (ls - ofs);
1012 while(ofs >= le) {ofs -= ll;}
1135 if (ofs >= 0 && ofs >= le)
1138 ofs = le2 - ofs;
1143 ofs = ls2 - ofs;
1186 ofs = le - (ofs - le);
[all …]

12345678910>>...614