Home
last modified time | relevance | path

Searched refs:saved_length (Results 1 – 25 of 105) sorted by relevance

12345

/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/ngs/include/ngs/protocol/
H A Dpage_pool.h54 saved_length = 0; in Page()
63 saved_length = 0;
71 void save_state() { saved_length = length; } in save_state()
72 void rollback() { length = saved_length; } in rollback()
90 uint32_t saved_length; variable
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-digest-nss.c205 unsigned int saved_length; in sipe_digest_md5_end() local
210 &saved_length); in sipe_digest_md5_end()
212 PK11_RestoreContext(context, saved, saved_length); in sipe_digest_md5_end()
233 unsigned int saved_length; in sipe_digest_sha1_end() local
238 &saved_length); in sipe_digest_sha1_end()
240 PK11_RestoreContext(context, saved, saved_length); in sipe_digest_sha1_end()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/platform/impl/
H A Dquic_mem_slice_span_impl.h37 size_t saved_length = 0; in ConsumeAll() local
43 saved_length += lengths_[i]; in ConsumeAll()
47 return saved_length; in ConsumeAll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/platform/impl/
H A Dquic_mem_slice_span_impl.h37 size_t saved_length = 0; in ConsumeAll() local
43 saved_length += lengths_[i]; in ConsumeAll()
47 return saved_length; in ConsumeAll()
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2039 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2039 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/sed/
H A Dfmt.c438 int saved_length; in fmt_paragraph() local
441 saved_length = word_limit->length; in fmt_paragraph()
474 word_limit->length = saved_length; in fmt_paragraph()
/dports/editors/ssed/sed-3.62/sed/
H A Dfmt.c438 int saved_length; in fmt_paragraph() local
441 saved_length = word_limit->length; in fmt_paragraph()
474 word_limit->length = saved_length; in fmt_paragraph()
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgfortran/io/
H A Dlist_read.c89 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char_default()
93 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char_default()
95 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char_default()
114 dtp->u.p.saved_length = SCRATCH_SIZE; in push_char4()
119 if (dtp->u.p.saved_used >= dtp->u.p.saved_length) in push_char4()
121 dtp->u.p.saved_length = 2 * dtp->u.p.saved_length; in push_char4()
124 dtp->u.p.saved_length * sizeof (gfc_char4_t)); in push_char4()
873 dtp->u.p.saved_length = length; in read_logical()
946 dtp->u.p.saved_length = length; in read_logical()
2057 : dtp->u.p.saved_length, in check_type()
[all …]

12345