Home
last modified time | relevance | path

Searched refs:hexLen (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/trie/
H A Dencoding.go58 hexLen = len(hex) // length of the hex input
62 if hexLen > 0 && hex[hexLen-1] == 16 {
64 hexLen-- // last part was the terminator, ignore that
67 binLen = hexLen/2 + 1
71 if hexLen&1 == 1 {
76 for ; ni < hexLen; bi, ni = bi+1, ni+2 {
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/model/internal/data/
H A Dbytesid.go31 hexLen := 2*len(id) + 2
33 b := make([]byte, hexLen)
34 hex.Encode(b[1:hexLen-1], id)
35 b[0], b[hexLen-1] = '"', '"'
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Util/
H A DEncodingTable.cpp195 entry.hexLen = hexLength; in addEntry()
213 entry.hexLen = hexLength; in addEntry()
223 terminationEntry.hexLen = hexLength; in setTerminationEntry()
242 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
253 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
267 for (size_t i = 0; i < entry.hexLen; i++) in encodeTermination()
H A DEncodingTable.h55 size_t hexLen; member
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Util/
H A DEncodingTable.cpp195 entry.hexLen = hexLength; in addEntry()
213 entry.hexLen = hexLength; in addEntry()
223 terminationEntry.hexLen = hexLength; in setTerminationEntry()
242 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
253 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
267 for (size_t i = 0; i < entry.hexLen; i++) in encodeTermination()
H A DEncodingTable.h55 size_t hexLen; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Util/
H A DEncodingTable.cpp195 entry.hexLen = hexLength; in addEntry()
213 entry.hexLen = hexLength; in addEntry()
223 terminationEntry.hexLen = hexLength; in setTerminationEntry()
242 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
253 for (size_t i = 0; i < entry.hexLen; i++) in encodeString()
267 for (size_t i = 0; i < entry.hexLen; i++) in encodeTermination()
H A DEncodingTable.h55 size_t hexLen; member
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_hex.cpp127 uint64_t hexLen = arg.size() * 2; in getStrVal() local
128 scoped_array<char> hexPtr(new char[hexLen + 1]); // "+ 1" for the last \0 in getStrVal()
130 return string(hexPtr.get(), hexLen); in getStrVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_hex.cpp127 uint64_t hexLen = arg.size() * 2; in getStrVal() local
128 scoped_array<char> hexPtr(new char[hexLen + 1]); // "+ 1" for the last \0 in getStrVal()
130 return string(hexPtr.get(), hexLen); in getStrVal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/Cipher/KeyWrap/
H A DNISTWrapKAT.java80 private static byte[] toBytes(String hex, int hexLen) { in toBytes() argument
81 if (hexLen < hex.length()) { in toBytes()
82 hex = hex.substring(0, hexLen); in toBytes()
84 hexLen = hex.length(); in toBytes()
86 int outLen = hexLen >> 1; in toBytes()
/dports/net/freerdp/freerdp-2.5.0/client/iOS/Additions/
H A DTSXAdditions.m55 NSUInteger hexLen = [hexData length];
61 if ((hexLen % 2) != 0)
66 NSMutableData *binaryData = [NSMutableData dataWithLength:(hexLen / 2)];
69 for (NSUInteger i = 0; i < hexLen; i++)
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/translator/trace/zipkinv1/
H A Djson.go417 hexLen := len(hex)
418 if hexLen != 16 && hexLen != 32 {
424 if hexLen == 32 {
430 if low, err = strconv.ParseUint(hex[hexLen-16:], 16, 64); err != nil {
/dports/www/firefox-esr/firefox-91.8.0/security/ct/tests/gtest/
H A DCTTestUtils.cpp480 size_t hexLen = strlen(hexData); in HexToBytes() local
481 if (!(hexLen > 0 && (hexLen % 2 == 0))) { in HexToBytes()
484 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/www/firefox/firefox-99.0/security/ct/tests/gtest/
H A DCTTestUtils.cpp480 size_t hexLen = strlen(hexData); in HexToBytes() local
481 if (!(hexLen > 0 && (hexLen % 2 == 0))) { in HexToBytes()
484 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/mail/thunderbird/thunderbird-91.8.0/security/ct/tests/gtest/
H A DCTTestUtils.cpp480 size_t hexLen = strlen(hexData); in HexToBytes() local
481 if (!(hexLen > 0 && (hexLen % 2 == 0))) { in HexToBytes()
484 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/certverifier/tests/gtest/
H A DCTTestUtils.cpp346 size_t hexLen = strlen(hexData); in HexToBytes() local
347 MOZ_RELEASE_ASSERT(hexLen > 0 && (hexLen % 2 == 0)); in HexToBytes()
348 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/lang/spidermonkey78/firefox-78.9.0/security/ct/tests/gtest/
H A DCTTestUtils.cpp480 size_t hexLen = strlen(hexData); in HexToBytes() local
481 if (!(hexLen > 0 && (hexLen % 2 == 0))) { in HexToBytes()
484 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/tests/gtest/
H A DCTTestUtils.cpp461 size_t hexLen = strlen(hexData); in HexToBytes() local
462 MOZ_RELEASE_ASSERT(hexLen > 0 && (hexLen % 2 == 0)); in HexToBytes()
463 size_t resultLen = hexLen / 2; in HexToBytes()
/dports/devel/pecl-swoole/swoole-4.8.5/tests/include/api/swoole_http_server/
H A Dhttp_server.php265 $hexLen = dechex(strlen($str));
266 return $write("$hexLen\r\n$str\r\n");
/dports/security/yubikey-personalization-gui/yubikey-personalization-gui-yubikey-personalization-gui-3.1.25/src/ui/
H A Dtoolpage.cpp249 int hexLen = hex.length(); in convert() local
256 ui->converterHexCopyBtn->setEnabled(hexLen > 0); in convert()
261 ui->converterHexLenLbl->setText(tr("(%1 chars)").arg(hexLen)); in convert()
264 if(hexLen != 0 && !ok) { in convert()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DHTTP.cpp499 std::string hexLen; in MergeChunkedResponse() local
502 std::getline (in, hexLen); in MergeChunkedResponse()
504 long int len = strtoul(hexLen.c_str(), (char **) NULL, 16); in MergeChunkedResponse()
515 std::getline (in, hexLen); // read \r\n after chunk in MergeChunkedResponse()
/dports/security/yubikey-personalization-gui/yubikey-personalization-gui-yubikey-personalization-gui-3.1.25/lib/
H A Dyubikeyutil.cpp106 size_t hexLen = strlen(hex); in qstrHexDecode() local
110 hex, hexLen, in qstrHexDecode()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/Debugger/
H A DCtrlMemView.cpp254 int hexLen = 2; in onPaint() local
295 hexLen = tagContinues ? 3 : 2; in onPaint()
312 TextOutA(hdc, hexX, rowY, temp, hexLen); in onPaint()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/Debugger/
H A DCtrlMemView.cpp254 int hexLen = 2; in onPaint() local
295 hexLen = tagContinues ? 3 : 2; in onPaint()
312 TextOutA(hdc, hexX, rowY, temp, hexLen); in onPaint()

12