Home
last modified time | relevance | path

Searched refs:infoTemp (Results 1 – 15 of 15) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DCode_attribute.java121 byte[][] infoTemp = new byte[7][0]; in toInfo()
122 infoTemp[0] = ByteArray.shortToByteArray(max_stack); in toInfo()
123 infoTemp[1] = ByteArray.shortToByteArray(max_locals); in toInfo()
124 infoTemp[2] = ByteArray.intToByteArray(code_length); in toInfo()
125 infoTemp[3] = code; in toInfo()
126 infoTemp[4] = ByteArray.shortToByteArray(exception_table_length); in toInfo()
127 infoTemp[5] = ByteArray.shortToByteArray(attributes_count); in toInfo()
130 else infoTemp[6] = attributes; in toInfo()
132 info = ByteArray.flatBytes(infoTemp); in toInfo()
H A DExceptions_attribute.java56 byte[][] infoTemp = new byte[2][0]; in toInfo()
57 infoTemp[0] = ByteArray.shortToByteArray(number_of_exceptions); in toInfo()
58 infoTemp[1] = ByteArray.shortToByteArray(exception_index_table[0]); in toInfo()
61 info = ByteArray.flatBytes(infoTemp); in toInfo()
H A DCONSTANT_Fieldref_info.java69 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Fieldref_info()
70 infoTemp[0] = shortToByteArray(class_index); in CONSTANT_Fieldref_info()
71 infoTemp[1] = shortToByteArray(name_and_type_index); in CONSTANT_Fieldref_info()
74 info = flatBytes(infoTemp); in CONSTANT_Fieldref_info()
H A DCONSTANT_Methodref_info.java68 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Methodref_info()
69 infoTemp[0] = shortToByteArray(class_index); in CONSTANT_Methodref_info()
70 infoTemp[1] = shortToByteArray(name_and_type_index); in CONSTANT_Methodref_info()
73 info = flatBytes(infoTemp); in CONSTANT_Methodref_info()
H A DCONSTANT_NameAndType_info.java71 byte[][] infoTemp = new byte[2][0]; in CONSTANT_NameAndType_info()
72 infoTemp[0] = shortToByteArray(name_index); in CONSTANT_NameAndType_info()
73 infoTemp[1] = shortToByteArray(descriptor_index); in CONSTANT_NameAndType_info()
76 info = flatBytes(infoTemp); in CONSTANT_NameAndType_info()
H A DCONSTANT_Utf8_info.java119 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Utf8_info()
120 infoTemp[0] = shortToByteArray(length); in CONSTANT_Utf8_info()
121 infoTemp[1] = bytes; in CONSTANT_Utf8_info()
123 info = new byte[totalArraySize(infoTemp)]; in CONSTANT_Utf8_info()
124 info = flatBytes(infoTemp); in CONSTANT_Utf8_info()
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DCode_attribute.java118 byte[][] infoTemp = new byte[7][0]; in toInfo()
119 infoTemp[0] = ByteArray.shortToByteArray(max_stack); in toInfo()
120 infoTemp[1] = ByteArray.shortToByteArray(max_locals); in toInfo()
121 infoTemp[2] = ByteArray.intToByteArray(code_length); in toInfo()
122 infoTemp[3] = code; in toInfo()
123 infoTemp[4] = ByteArray.shortToByteArray(exception_table_length); in toInfo()
124 infoTemp[5] = ByteArray.shortToByteArray(attributes_count); in toInfo()
127 else infoTemp[6] = attributes; in toInfo()
129 info = ByteArray.flatBytes(infoTemp); in toInfo()
H A DExceptions_attribute.java53 byte[][] infoTemp = new byte[2][0]; in toInfo()
54 infoTemp[0] = ByteArray.shortToByteArray(number_of_exceptions); in toInfo()
55 infoTemp[1] = ByteArray.shortToByteArray(exception_index_table[0]); in toInfo()
58 info = ByteArray.flatBytes(infoTemp); in toInfo()
H A DCONSTANT_Fieldref_info.java66 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Fieldref_info()
67 infoTemp[0] = shortToByteArray(class_index); in CONSTANT_Fieldref_info()
68 infoTemp[1] = shortToByteArray(name_and_type_index); in CONSTANT_Fieldref_info()
71 info = flatBytes(infoTemp); in CONSTANT_Fieldref_info()
H A DCONSTANT_Methodref_info.java65 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Methodref_info()
66 infoTemp[0] = shortToByteArray(class_index); in CONSTANT_Methodref_info()
67 infoTemp[1] = shortToByteArray(name_and_type_index); in CONSTANT_Methodref_info()
70 info = flatBytes(infoTemp); in CONSTANT_Methodref_info()
H A DCONSTANT_NameAndType_info.java68 byte[][] infoTemp = new byte[2][0]; in CONSTANT_NameAndType_info()
69 infoTemp[0] = shortToByteArray(name_index); in CONSTANT_NameAndType_info()
70 infoTemp[1] = shortToByteArray(descriptor_index); in CONSTANT_NameAndType_info()
73 info = flatBytes(infoTemp); in CONSTANT_NameAndType_info()
H A DCONSTANT_Utf8_info.java116 byte[][] infoTemp = new byte[2][0]; in CONSTANT_Utf8_info()
117 infoTemp[0] = shortToByteArray(length); in CONSTANT_Utf8_info()
118 infoTemp[1] = bytes; in CONSTANT_Utf8_info()
120 info = new byte[totalArraySize(infoTemp)]; in CONSTANT_Utf8_info()
121 info = flatBytes(infoTemp); in CONSTANT_Utf8_info()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp76 auto infoTemp = info.MultiplyByMonomial(ecBytes, 1); in Encode() local
77 if (!infoTemp) in Encode()
80 auto remainder = infoTemp->Divide(generator); in Encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp75 auto infoTemp = info.MultiplyByMonomial(ecBytes, 1); in Encode() local
76 if (!infoTemp) in Encode()
79 auto remainder = infoTemp->Divide(generator); in Encode()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp79 std::unique_ptr<CBC_ReedSolomonGF256Poly> infoTemp( in Encode() local
83 infoTemp->Divide(generator, e)); in Encode()