Home
last modified time | relevance | path

Searched +defs:in +defs:bytes (Results 1 – 25 of 5094) sorted by relevance

12345678910>>...204

/dports/devel/php-ice37/ice-3.7.2/matlab/test/Ice/enums/
H A DAllTests.m110 bytes = os.finished(); variable
115 bytes = os.finished(); variable
124 bytes = os.finished(); variable
133 bytes = os.finished(); variable
213 in = os.createInputStream(); variable
223 in = os.createInputStream(); variable
233 in = os.createInputStream(); variable
243 in = os.createInputStream(); variable
253 in = os.createInputStream(); variable
263 in = os.createInputStream(); variable
[all …]
/dports/devel/ice37/ice-3.7.2/matlab/test/Ice/enums/
H A DAllTests.m110 bytes = os.finished(); variable
115 bytes = os.finished(); variable
124 bytes = os.finished(); variable
133 bytes = os.finished(); variable
213 in = os.createInputStream(); variable
223 in = os.createInputStream(); variable
233 in = os.createInputStream(); variable
243 in = os.createInputStream(); variable
253 in = os.createInputStream(); variable
263 in = os.createInputStream(); variable
[all …]
/dports/devel/py-ice37/ice-3.7.2/matlab/test/Ice/enums/
H A DAllTests.m110 bytes = os.finished(); variable
115 bytes = os.finished(); variable
124 bytes = os.finished(); variable
133 bytes = os.finished(); variable
213 in = os.createInputStream(); variable
223 in = os.createInputStream(); variable
233 in = os.createInputStream(); variable
243 in = os.createInputStream(); variable
253 in = os.createInputStream(); variable
263 in = os.createInputStream(); variable
[all …]
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dflac_metadata_utils.c34 static unsigned char *splt_flac_mu_read_metadata(FLAC__uint32 total_block_length, FILE *in, splt_co… in splt_flac_mu_read_metadata()
36 unsigned char *bytes = malloc(total_block_length); in splt_flac_mu_read_metadata() local
51 static void splt_flac_mu_skip_metadata(FLAC__uint32 total_block_length, FILE *in, splt_code *error) in splt_flac_mu_skip_metadata()
53 unsigned char *bytes = splt_flac_mu_read_metadata(total_block_length, in, error); in splt_flac_mu_skip_metadata() local
60 unsigned char block_type, FLAC__uint32 total_block_length, FILE *in, splt_code *error) in splt_flac_mu_save_metadata()
62 unsigned char *bytes = splt_flac_mu_read_metadata(total_block_length, in, error); in splt_flac_mu_save_metadata() local
69 FLAC__uint32 total_block_length, FILE *in, splt_code *error) in splt_flac_mu_read_streaminfo()
71 unsigned char *bytes = splt_flac_mu_read_metadata(total_block_length, in, error); in splt_flac_mu_read_streaminfo() local
79 FLAC__uint32 total_block_length, FILE *in, splt_code *error) in splt_flac_mu_read_vorbis_comment()
95 unsigned char block_type, FLAC__uint32 total_block_length, FILE *in, splt_code *error) in splt_flac_mu_read_metadata_of_type()
[all …]
/dports/devel/libowfat/libowfat-0.32/io/
H A Dio_sendfile.c37 int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) { in io_sendfile()
57 int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) { in io_sendfile()
78 int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) { in io_sendfile()
111 _syscall4(int,sendfile,int,out,int,in,long *,offset,unsigned long,count) in _syscall4() argument
149 int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) { in io_sendfile()
185 int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) { in io_sendfile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/InputStream/
H A DTransferTo.java54 try (InputStream in = input()) { in ifOutIsNullThenNpeIsThrown()
58 try (InputStream in = input((byte) 1)) { in ifOutIsNullThenNpeIsThrown()
62 try (InputStream in = input((byte) 1, (byte) 2)) { in ifOutIsNullThenNpeIsThrown()
66 InputStream in = null; in ifOutIsNullThenNpeIsThrown() local
97 try (CloseLoggingInputStream in = new CloseLoggingInputStream(input); in transferToThenCheckIfAnyClosed()
117 try (CloseLoggingInputStream in = in onReturnNeitherStreamIsClosed()
131 try (InputStream in = input(new byte[]{1, 2, 3}); in onReturnInputIsAtEnd()
149 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents()
151 try (InputStream in = input(bytes); in checkTransferredContents()
188 private static InputStream input(byte... bytes) { in input()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/detail/
H A Dbase64.cpp31 void encode_impl(string_view in, Storage& out) { in encode_impl()
59 bool decode_impl(string_view in, Storage& out) { in decode_impl()
91 string_view as_string_view(const_byte_span bytes) { in as_string_view()
105 void base64::encode(const_byte_span bytes, std::string& out) { in encode()
109 void base64::encode(const_byte_span bytes, byte_buffer& out) { in encode()
113 bool base64::decode(string_view in, std::string& out) { in decode()
117 bool base64::decode(string_view in, byte_buffer& out) { in decode()
121 bool base64::decode(const_byte_span bytes, std::string& out) { in decode()
125 bool base64::decode(const_byte_span bytes, byte_buffer& out) { in decode()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/security/der/
H A DDERReader.java71 protected InputStream in; field in DERReader
83 public DERReader(byte[] in) in DERReader()
88 public DERReader (byte[] in, int off, int len) in DERReader()
98 public DERReader(InputStream in) in DERReader()
126 public void skip (int bytes) throws IOException in skip()
289 private static String fromIso88591(byte[] bytes) in fromIso88591()
297 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
311 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/security/der/
H A DDERReader.java71 protected InputStream in; field in DERReader
83 public DERReader(byte[] in) in DERReader()
88 public DERReader (byte[] in, int off, int len) in DERReader()
98 public DERReader(InputStream in) in DERReader()
126 public void skip (int bytes) throws IOException in skip()
289 private static String fromIso88591(byte[] bytes) in fromIso88591()
297 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
311 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/security/der/
H A DDERReader.java71 protected InputStream in; field in DERReader
83 public DERReader(byte[] in) in DERReader()
88 public DERReader (byte[] in, int off, int len) in DERReader()
98 public DERReader(InputStream in) in DERReader()
126 public void skip (int bytes) throws IOException in skip()
289 private static String fromIso88591(byte[] bytes) in fromIso88591()
297 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
311 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/security/der/
H A DDERReader.java71 protected InputStream in; field in DERReader
83 public DERReader(byte[] in) in DERReader()
88 public DERReader (byte[] in, int off, int len) in DERReader()
98 public DERReader(InputStream in) in DERReader()
126 public void skip (int bytes) throws IOException in skip()
289 private static String fromIso88591(byte[] bytes) in fromIso88591()
297 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
311 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/security/der/
H A DDERReader.java71 protected InputStream in; field in DERReader
83 public DERReader(byte[] in) in DERReader()
88 public DERReader (byte[] in, int off, int len) in DERReader()
98 public DERReader(InputStream in) in DERReader()
126 public void skip (int bytes) throws IOException in skip()
289 private static String fromIso88591(byte[] bytes) in fromIso88591()
297 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
311 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/security/der/
H A DDERReader.java69 protected InputStream in; field in DERReader
81 public DERReader(byte[] in) in DERReader()
86 public DERReader (byte[] in, int off, int len) in DERReader()
96 public DERReader(InputStream in) in DERReader()
124 public void skip (int bytes) throws IOException in skip()
287 private static String fromIso88591(byte[] bytes) in fromIso88591()
295 private static String fromUtf16Be(byte[] bytes) throws IOException in fromUtf16Be()
309 private static String fromUtf8(byte[] bytes) throws IOException in fromUtf8()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbytes.c65 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_bin2bn()
111 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn()
145 size_t BN_bn2bin(const BIGNUM *in, uint8_t *out) { in BN_bn2bin()
157 static int fits_in_bytes(const uint8_t *bytes, size_t num_bytes, size_t len) { in fits_in_bytes()
165 int BN_bn2le_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2le_padded()
166 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2le_padded() local
183 int BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2bin_padded()
184 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2bin_padded() local
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/bn/
H A Dbytes.c65 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_bin2bn()
111 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn()
145 size_t BN_bn2bin(const BIGNUM *in, uint8_t *out) { in BN_bn2bin()
157 static int fits_in_bytes(const uint8_t *bytes, size_t num_bytes, size_t len) { in fits_in_bytes()
165 int BN_bn2le_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2le_padded()
166 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2le_padded() local
183 int BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2bin_padded()
184 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2bin_padded() local
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbytes.c65 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_bin2bn()
111 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn()
145 size_t BN_bn2bin(const BIGNUM *in, uint8_t *out) { in BN_bn2bin()
157 static int fits_in_bytes(const uint8_t *bytes, size_t num_bytes, size_t len) { in fits_in_bytes()
165 int BN_bn2le_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2le_padded()
166 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2le_padded() local
183 int BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2bin_padded()
184 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2bin_padded() local
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dbytes.c65 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_bin2bn()
111 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn()
145 size_t BN_bn2bin(const BIGNUM *in, uint8_t *out) { in BN_bn2bin()
157 static int fits_in_bytes(const uint8_t *bytes, size_t num_bytes, size_t len) { in fits_in_bytes()
165 int BN_bn2le_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2le_padded()
166 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2le_padded() local
183 int BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2bin_padded()
184 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2bin_padded() local
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dbytes.c65 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_bin2bn()
111 BIGNUM *BN_le2bn(const uint8_t *in, size_t len, BIGNUM *ret) { in BN_le2bn()
145 size_t BN_bn2bin(const BIGNUM *in, uint8_t *out) { in BN_bn2bin()
157 static int fits_in_bytes(const uint8_t *bytes, size_t num_bytes, size_t len) { in fits_in_bytes()
165 int BN_bn2le_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2le_padded()
166 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2le_padded() local
183 int BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) { in BN_bn2bin_padded()
184 const uint8_t *bytes = (const uint8_t *)in->d; in BN_bn2bin_padded() local

12345678910>>...204