Home
last modified time | relevance | path

Searched refs:revcode (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DInflaterHuffmanTree.java142 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
147 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
148 revcode += 1 << bits; in buildTree()
150 while (revcode < 512); in buildTree()
154 int subTree = tree[revcode & 511]; in buildTree()
159 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
160 revcode += 1 << bits; in buildTree()
162 while (revcode < treeLen); in buildTree()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/zip/
H A DInflaterHuffmanTree.java142 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
147 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
148 revcode += 1 << bits; in buildTree()
150 while (revcode < 512); in buildTree()
154 int subTree = tree[revcode & 511]; in buildTree()
159 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
160 revcode += 1 << bits; in buildTree()
162 while (revcode < treeLen); in buildTree()
/dports/lang/mono/mono-5.10.1.57/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/
H A DInflaterHuffmanTree.cs157 int revcode = DeflaterHuffman.BitReverse(code); in BuildTree()
160 tree[revcode] = (short) ((i << 4) | bits); in BuildTree()
161 revcode += 1 << bits; in BuildTree()
162 } while (revcode < 512); in BuildTree()
164 int subTree = tree[revcode & 511]; in BuildTree()
168 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in BuildTree()
169 revcode += 1 << bits; in BuildTree()
170 } while (revcode < treeLen); in BuildTree()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DInflaterHuffmanTree.java142 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
147 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
148 revcode += 1 << bits; in buildTree()
150 while (revcode < 512); in buildTree()
154 int subTree = tree[revcode & 511]; in buildTree()
159 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
160 revcode += 1 << bits; in buildTree()
162 while (revcode < treeLen); in buildTree()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/zip/
H A DInflaterHuffmanTree.java142 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
147 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
148 revcode += 1 << bits; in buildTree()
150 while (revcode < 512); in buildTree()
154 int subTree = tree[revcode & 511]; in buildTree()
159 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
160 revcode += 1 << bits; in buildTree()
162 while (revcode < treeLen); in buildTree()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/zip/
H A DInflaterHuffmanTree.java142 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
147 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
148 revcode += 1 << bits; in buildTree()
150 while (revcode < 512); in buildTree()
154 int subTree = tree[revcode & 511]; in buildTree()
159 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
160 revcode += 1 << bits; in buildTree()
162 while (revcode < treeLen); in buildTree()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/IO/Compression/
H A DInflaterHuffmanTree.cs156 int revcode = DeflaterHuffman.BitReverse(code); in BuildTree()
159 tree[revcode] = (short) ((i << 4) | bits); in BuildTree()
160 revcode += 1 << bits; in BuildTree()
161 } while (revcode < 512); in BuildTree()
163 int subTree = tree[revcode & 511]; in BuildTree()
167 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in BuildTree()
168 revcode += 1 << bits; in BuildTree()
169 } while (revcode < treeLen); in BuildTree()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DInflaterHuffmanTree.java139 int revcode = DeflaterHuffman.bitReverse(code); in buildTree() local
144 tree[revcode] = (short) ((i << 4) | bits); in buildTree()
145 revcode += 1 << bits; in buildTree()
147 while (revcode < 512); in buildTree()
151 int subTree = tree[revcode & 511]; in buildTree()
156 tree[subTree | (revcode >> 9)] = (short) ((i << 4) | bits); in buildTree()
157 revcode += 1 << bits; in buildTree()
159 while (revcode < treeLen); in buildTree()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/ICSharpCode.SharpZipLib.Shared/Zip/Compression/
H A DInflaterHuffmanTree.cs124 int revcode = DeflaterHuffman.BitReverse(code); in BuildTree()
127 tree[revcode] = (short)((i << 4) | bits); in BuildTree()
128 revcode += 1 << bits; in BuildTree()
129 } while (revcode < 512); in BuildTree()
131 int subTree = tree[revcode & 511]; in BuildTree()
135 tree[subTree | (revcode >> 9)] = (short)((i << 4) | bits); in BuildTree()
136 revcode += 1 << bits; in BuildTree()
137 } while (revcode < treeLen); in BuildTree()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Validator/
H A DCreditcard.php66 $revcode = strrev($value);
68 for ($i = 0; $i < strlen($revcode); $i++) {
69 $currentNum = intval($revcode[$i]);
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dbitmap.c768 int revcode; in process_plane() local
791 revcode = (replen << 4) | collen; in process_plane()
792 if ((revcode <= 47) && (revcode >= 16)) in process_plane()
794 replen = revcode; in process_plane()
821 revcode = (replen << 4) | collen; in process_plane()
822 if ((revcode <= 47) && (revcode >= 16)) in process_plane()
824 replen = revcode; in process_plane()
/dports/finance/weberp/webSHOP/includes/
H A DFunctions.php366 $revcode = strrev($cc_number);
369 for ($i = 0; $i < strlen($revcode); $i++) {
370 $current_num = intval($revcode[$i]);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libflate/
H A Dinflate.c525 revcode(int c, int b) in revcode() function
613 h->flat[revcode(mincode, flatbits)] = (b << 8) | 0xff; in hufftab()
627 h->flat[revcode(fc, flatbits)] = code; in hufftab()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsched-deps.c158 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition() local
160 if (revcode == UNKNOWN) in sched_get_condition()
162 return gen_rtx_fmt_ee (revcode, GET_MODE (cond), XEXP (cond, 0), in sched_get_condition()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dcli_tests.py1272 for revcode in revcodes:
1273 revreason = 'Custom reason: ' + revcode
1276 … '--output', 'alice-revocation.pgp', '--force', '--rev-type', revcode, '--rev-reason', revreason])
1279 raise_err('Failed to export revocation with code ' + revcode)
1287 … if (match.group(1).strip() != revcodes[revcode]) or (match.group(2).strip() != revreason ):
/dports/games/libtmcg/libTMCG-1.3.18/src/
H A DCallasDonnerhackeFinneyShawThayerRFC4880.hh549 tmcg_openpgp_revcode_t revcode; member in TMCG_OpenPGP_Signature
1724 const tmcg_openpgp_revcode_t revcode,
1733 const tmcg_openpgp_revcode_t revcode,
H A DCallasDonnerhackeFinneyShawThayerRFC4880.cc89 revcode(revcode_in) in TMCG_OpenPGP_Signature()
158 revcode(revcode_in) in TMCG_OpenPGP_Signature()
218 " revcode = " << (int)revcode << in PrintInfo()
1897 (revcode == TMCG_OPENPGP_REVCODE_KEY_COMPROMISED)) in AccumulateRevocationCodes()
1899 revcode = keyrevsigs[j]->revcode; in AccumulateRevocationCodes()
1902 return revcode; in AccumulateRevocationCodes()
3528 (revcode == TMCG_OPENPGP_REVCODE_KEY_COMPROMISED)) in AccumulateRevocationCodes()
3530 revcode = keyrevsigs[j]->revcode; in AccumulateRevocationCodes()
3533 return revcode; in AccumulateRevocationCodes()
7822 sigtime, revcode, reason, issuer, out); in PacketSigPrepareRevocationSignature()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dcli_tests.py1326 for revcode in revcodes:
1327 revreason = 'Custom reason: ' + revcode
1330 … '--output', OUT_ALICE_REV, '--overwrite', '--rev-type', revcode, '--rev-reason', revreason])
1332 self.assertEqual(ret, 0, 'Failed to export revocation with code ' + revcode)
1333 … self.assertTrue(os.path.isfile(OUT_ALICE_REV), 'Failed to export revocation with code ' + revcode)
1340 … self.assertEqual(match.group(1).strip(), revcodes[revcode], 'Wrong revocation signature revcode')
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsched-deps.c550 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
552 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
576 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
577 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsched-deps.c550 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
552 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
576 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
577 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-deps.c541 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
543 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
567 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
568 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsched-deps.c540 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
542 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
566 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
567 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsched-deps.c542 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
544 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
568 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
569 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsched-deps.c541 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
543 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
567 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
568 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsched-deps.c542 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_condition_with_rev_uncached() local
544 if (revcode == UNKNOWN) in sched_get_condition_with_rev_uncached()
568 enum rtx_code revcode = reversed_comparison_code (cond, insn); in sched_get_reverse_condition_uncached() local
569 cond = gen_rtx_fmt_ee (revcode, GET_MODE (cond), in sched_get_reverse_condition_uncached()

12