Home
last modified time | relevance | path

Searched refs:c_old (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Darena.cpp121 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
124 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
125 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
126 return c_old; in Arealloc()
130 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
131 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
132 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
133 return c_old; // Return old pointer in Arealloc()
138 memcpy( new_ptr, c_old, old_size ); in Arealloc()
139 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/adlc/
H A Darena.cpp121 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
124 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
125 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
126 return c_old; in Arealloc()
130 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
131 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
132 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
133 return c_old; // Return old pointer in Arealloc()
138 memcpy( new_ptr, c_old, old_size ); in Arealloc()
139 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Darena.cpp121 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
124 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
125 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
126 return c_old; in Arealloc()
130 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
131 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
132 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
133 return c_old; // Return old pointer in Arealloc()
138 memcpy( new_ptr, c_old, old_size ); in Arealloc()
139 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/adlc/
H A Darena.cpp121 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
124 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
125 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
126 return c_old; in Arealloc()
130 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
131 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
132 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
133 return c_old; // Return old pointer in Arealloc()
138 memcpy( new_ptr, c_old, old_size ); in Arealloc()
139 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/adlc/
H A Darena.cpp131 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
134 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
135 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
136 return c_old; in Arealloc()
140 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
141 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
142 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
143 return c_old; // Return old pointer in Arealloc()
148 memcpy( new_ptr, c_old, old_size ); in Arealloc()
149 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/adlc/
H A Darena.cpp141 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
144 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
145 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
146 return c_old; in Arealloc()
150 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
151 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
152 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
153 return c_old; // Return old pointer in Arealloc()
158 memcpy( new_ptr, c_old, old_size ); in Arealloc()
159 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/adlc/
H A Darena.cpp141 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
144 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
145 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
146 return c_old; in Arealloc()
150 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
151 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
152 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
153 return c_old; // Return old pointer in Arealloc()
158 memcpy( new_ptr, c_old, old_size ); in Arealloc()
159 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/adlc/
H A Darena.cpp141 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
144 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
145 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
146 return c_old; in Arealloc()
150 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
151 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
152 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
153 return c_old; // Return old pointer in Arealloc()
158 memcpy( new_ptr, c_old, old_size ); in Arealloc()
159 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/adlc/
H A Darena.cpp141 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
144 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
145 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
146 return c_old; in Arealloc()
150 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
151 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
152 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
153 return c_old; // Return old pointer in Arealloc()
158 memcpy( new_ptr, c_old, old_size ); in Arealloc()
159 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/adlc/
H A Darena.cpp141 char *c_old = (char*)old_ptr; // Handy name in Arealloc() local
144 if( c_old+old_size == _hwm) // Attempt to free the excess bytes in Arealloc()
145 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
146 return c_old; in Arealloc()
150 if( (c_old+old_size == _hwm) && // Adjusting recent thing in Arealloc()
151 (c_old+new_size <= _max) ) { // Still fits where it sits in Arealloc()
152 _hwm = c_old+new_size; // Adjust hwm in Arealloc()
153 return c_old; // Return old pointer in Arealloc()
158 memcpy( new_ptr, c_old, old_size ); in Arealloc()
159 Afree(c_old,old_size); // Mostly done to keep stats accurate in Arealloc()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
61 while ((c_old = s_old.next()) >= 0) { in methods_EMCP()
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
91 Bytecodes::Code c_old, c_new; in methods_switchable() local
93 while ((c_old = s_old.next()) >= 0) { in methods_switchable()
96 if (! (c_old == c_new && args_same(c_old, c_new))) { in methods_switchable()
102 if (c_new == c_old && args_same(c_old, c_new)) { in methods_switchable()
132 switch (c_old) { in args_same()
142 if (c_old == Bytecodes::_multianewarray && in args_same()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp59 Bytecodes::Code c_old, c_new; in methods_EMCP() local
61 while ((c_old = s_old.next()) >= 0) { in methods_EMCP()
62 if ((c_new = s_new.next()) < 0 || c_old != c_new) in methods_EMCP()
65 if (! args_same(c_old, c_new)) in methods_EMCP()
91 Bytecodes::Code c_old, c_new; in methods_switchable() local
93 while ((c_old = s_old.next()) >= 0) { in methods_switchable()
96 if (! (c_old == c_new && args_same(c_old, c_new))) { in methods_switchable()
102 if (c_new == c_old && args_same(c_old, c_new)) { in methods_switchable()
132 switch (c_old) { in args_same()
142 if (c_old == Bytecodes::_multianewarray && in args_same()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
101 SVN_ERR(svn_io_file_getc((char *)&c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
129 && c_old >= 'a' && c_old <= 'f' /* 'a' to 'f', only appear in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
157 SVN_ERR(svn_io_file_putc((char)c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
101 SVN_ERR(svn_io_file_getc((char *)&c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
129 && c_old >= 'a' && c_old <= 'f' /* 'a' to 'f', only appear in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
157 SVN_ERR(svn_io_file_putc((char)c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in fuzzing_1_byte_1_rev() local
101 SVN_ERR(svn_io_file_getc((char *)&c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
104 c_new = modifier(c_old, baton); in fuzzing_1_byte_1_rev()
105 if (c_new == c_old) in fuzzing_1_byte_1_rev()
129 && c_old >= 'a' && c_old <= 'f' /* 'a' to 'f', only appear in fuzzing_1_byte_1_rev()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in fuzzing_1_byte_1_rev()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in fuzzing_1_byte_1_rev()
157 SVN_ERR(svn_io_file_putc((char)c_old, rev_file->file, iterpool)); in fuzzing_1_byte_1_rev()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_fs_fs/
H A Dfs-fs-fuzzy-test.c99 unsigned char c_old, c_new; in txn_body_write_new_rep()
101 SVN_ERR(svn_io_file_getc((char *)&c_old, rev_file->file, iterpool)); in txn_body_write_new_rep()
104 c_new = modifier(c_old, baton); in txn_body_write_new_rep()
105 if (c_new == c_old) in txn_body_write_new_rep()
129 && c_old >= 'a' && c_old <= 'f' /* 'a' to 'f', only appear in txn_body_write_new_rep()
131 && c_new == c_old - 'a' + 'A') /* respective upper case */ in txn_body_write_new_rep()
138 "%c -> %c\n", (apr_uint64_t)i, i, revision, c_old, c_new); in txn_body_write_new_rep()
148 (apr_uint64_t)i, i, revision, c_old, c_new); in txn_body_write_new_rep()
157 SVN_ERR(svn_io_file_putc((char)c_old, rev_file->file, iterpool)); in txn_body_write_new_rep()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_uis.c60 int c_old, c_new, i; in PicBuf_to_UIS() local
128 c_old = row->buf[byte_c]; in PicBuf_to_UIS()
130 if (c_old == 0) /* all white */ in PicBuf_to_UIS()
132 if (c_old == 0xff) /* all black */ in PicBuf_to_UIS()
136 if (c_old & 1) in PicBuf_to_UIS()
141 c_old >>= 1; in PicBuf_to_UIS()
/dports/security/p5-Crypt-Rabbit/Crypt-Rabbit-1.0.0/
H A D_rabbit.c71 uint32 g[8], c_old[8], i; in next_state() local
75 c_old[i] = p_instance->c[i]; in next_state()
79 p_instance->c[1] += 0xd34d34d3 + (p_instance->c[0] < c_old[0]); in next_state()
80 p_instance->c[2] += 0x34d34d34 + (p_instance->c[1] < c_old[1]); in next_state()
81 p_instance->c[3] += 0x4d34d34d + (p_instance->c[2] < c_old[2]); in next_state()
82 p_instance->c[4] += 0xd34d34d3 + (p_instance->c[3] < c_old[3]); in next_state()
83 p_instance->c[5] += 0x34d34d34 + (p_instance->c[4] < c_old[4]); in next_state()
84 p_instance->c[6] += 0x4d34d34d + (p_instance->c[5] < c_old[5]); in next_state()
85 p_instance->c[7] += 0xd34d34d3 + (p_instance->c[6] < c_old[6]); in next_state()
86 p_instance->carry = (p_instance->c[7] < c_old[7]); in next_state()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Drabbit.cpp48 word32 g[8], c_old[8], i; in NextState() local
52 c_old[i] = c[i]; in NextState()
56 c[1] = static_cast<word32>(c[1] + 0xD34D34D3 + (c[0] < c_old[0])); in NextState()
57 c[2] = static_cast<word32>(c[2] + 0x34D34D34 + (c[1] < c_old[1])); in NextState()
58 c[3] = static_cast<word32>(c[3] + 0x4D34D34D + (c[2] < c_old[2])); in NextState()
59 c[4] = static_cast<word32>(c[4] + 0xD34D34D3 + (c[3] < c_old[3])); in NextState()
60 c[5] = static_cast<word32>(c[5] + 0x34D34D34 + (c[4] < c_old[4])); in NextState()
61 c[6] = static_cast<word32>(c[6] + 0x4D34D34D + (c[5] < c_old[5])); in NextState()
62 c[7] = static_cast<word32>(c[7] + 0xD34D34D3 + (c[6] < c_old[6])); in NextState()
63 carry = (c[7] < c_old[7]); in NextState()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Drabbit.cpp48 word32 g[8], c_old[8], i; in NextState() local
52 c_old[i] = c[i]; in NextState()
56 c[1] = static_cast<word32>(c[1] + 0xD34D34D3 + (c[0] < c_old[0])); in NextState()
57 c[2] = static_cast<word32>(c[2] + 0x34D34D34 + (c[1] < c_old[1])); in NextState()
58 c[3] = static_cast<word32>(c[3] + 0x4D34D34D + (c[2] < c_old[2])); in NextState()
59 c[4] = static_cast<word32>(c[4] + 0xD34D34D3 + (c[3] < c_old[3])); in NextState()
60 c[5] = static_cast<word32>(c[5] + 0x34D34D34 + (c[4] < c_old[4])); in NextState()
61 c[6] = static_cast<word32>(c[6] + 0x4D34D34D + (c[5] < c_old[5])); in NextState()
62 c[7] = static_cast<word32>(c[7] + 0xD34D34D3 + (c[6] < c_old[6])); in NextState()
63 carry = (c[7] < c_old[7]); in NextState()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Drabbit.cpp48 word32 g[8], c_old[8], i; in NextState() local
52 c_old[i] = c[i]; in NextState()
56 c[1] = static_cast<word32>(c[1] + 0xD34D34D3 + (c[0] < c_old[0])); in NextState()
57 c[2] = static_cast<word32>(c[2] + 0x34D34D34 + (c[1] < c_old[1])); in NextState()
58 c[3] = static_cast<word32>(c[3] + 0x4D34D34D + (c[2] < c_old[2])); in NextState()
59 c[4] = static_cast<word32>(c[4] + 0xD34D34D3 + (c[3] < c_old[3])); in NextState()
60 c[5] = static_cast<word32>(c[5] + 0x34D34D34 + (c[4] < c_old[4])); in NextState()
61 c[6] = static_cast<word32>(c[6] + 0x4D34D34D + (c[5] < c_old[5])); in NextState()
62 c[7] = static_cast<word32>(c[7] + 0xD34D34D3 + (c[6] < c_old[6])); in NextState()
63 carry = (c[7] < c_old[7]); in NextState()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Drabbit.cpp48 word32 g[8], c_old[8], i; in NextState() local
52 c_old[i] = c[i]; in NextState()
56 c[1] = static_cast<word32>(c[1] + 0xD34D34D3 + (c[0] < c_old[0])); in NextState()
57 c[2] = static_cast<word32>(c[2] + 0x34D34D34 + (c[1] < c_old[1])); in NextState()
58 c[3] = static_cast<word32>(c[3] + 0x4D34D34D + (c[2] < c_old[2])); in NextState()
59 c[4] = static_cast<word32>(c[4] + 0xD34D34D3 + (c[3] < c_old[3])); in NextState()
60 c[5] = static_cast<word32>(c[5] + 0x34D34D34 + (c[4] < c_old[4])); in NextState()
61 c[6] = static_cast<word32>(c[6] + 0x4D34D34D + (c[5] < c_old[5])); in NextState()
62 c[7] = static_cast<word32>(c[7] + 0xD34D34D3 + (c[6] < c_old[6])); in NextState()
63 carry = (c[7] < c_old[7]); in NextState()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Drabbit.cpp69 word32 g[8], c_old[8], i;
80 c_old[i] = ctx->c[i];
84 ctx->c[1] = U32V(ctx->c[1] + 0xD34D34D3 + (ctx->c[0] < c_old[0]));
85 ctx->c[2] = U32V(ctx->c[2] + 0x34D34D34 + (ctx->c[1] < c_old[1]));
86 ctx->c[3] = U32V(ctx->c[3] + 0x4D34D34D + (ctx->c[2] < c_old[2]));
87 ctx->c[4] = U32V(ctx->c[4] + 0xD34D34D3 + (ctx->c[3] < c_old[3]));
88 ctx->c[5] = U32V(ctx->c[5] + 0x34D34D34 + (ctx->c[4] < c_old[4]));
89 ctx->c[6] = U32V(ctx->c[6] + 0x4D34D34D + (ctx->c[5] < c_old[5]));
90 ctx->c[7] = U32V(ctx->c[7] + 0xD34D34D3 + (ctx->c[6] < c_old[6]));
91 ctx->carry = (ctx->c[7] < c_old[7]);
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Drabbit.cpp69 word32 g[8], c_old[8], i; in NextState() local
80 c_old[i] = ctx->c[i]; in NextState()
84 ctx->c[1] = U32V(ctx->c[1] + 0xD34D34D3 + (ctx->c[0] < c_old[0])); in NextState()
85 ctx->c[2] = U32V(ctx->c[2] + 0x34D34D34 + (ctx->c[1] < c_old[1])); in NextState()
86 ctx->c[3] = U32V(ctx->c[3] + 0x4D34D34D + (ctx->c[2] < c_old[2])); in NextState()
87 ctx->c[4] = U32V(ctx->c[4] + 0xD34D34D3 + (ctx->c[3] < c_old[3])); in NextState()
88 ctx->c[5] = U32V(ctx->c[5] + 0x34D34D34 + (ctx->c[4] < c_old[4])); in NextState()
89 ctx->c[6] = U32V(ctx->c[6] + 0x4D34D34D + (ctx->c[5] < c_old[5])); in NextState()
90 ctx->c[7] = U32V(ctx->c[7] + 0xD34D34D3 + (ctx->c[6] < c_old[6])); in NextState()
91 ctx->carry = (ctx->c[7] < c_old[7]); in NextState()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Drabbit.cpp69 word32 g[8], c_old[8], i; in NextState() local
80 c_old[i] = ctx->c[i]; in NextState()
84 ctx->c[1] = U32V(ctx->c[1] + 0xD34D34D3 + (ctx->c[0] < c_old[0])); in NextState()
85 ctx->c[2] = U32V(ctx->c[2] + 0x34D34D34 + (ctx->c[1] < c_old[1])); in NextState()
86 ctx->c[3] = U32V(ctx->c[3] + 0x4D34D34D + (ctx->c[2] < c_old[2])); in NextState()
87 ctx->c[4] = U32V(ctx->c[4] + 0xD34D34D3 + (ctx->c[3] < c_old[3])); in NextState()
88 ctx->c[5] = U32V(ctx->c[5] + 0x34D34D34 + (ctx->c[4] < c_old[4])); in NextState()
89 ctx->c[6] = U32V(ctx->c[6] + 0x4D34D34D + (ctx->c[5] < c_old[5])); in NextState()
90 ctx->c[7] = U32V(ctx->c[7] + 0xD34D34D3 + (ctx->c[6] < c_old[6])); in NextState()
91 ctx->carry = (ctx->c[7] < c_old[7]); in NextState()

1234567