Home
last modified time | relevance | path

Searched refs:bytes (Results 2001 - 2025 of 2529) sorted by relevance

1...<<81828384858687888990>>...102

/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs295 // Short strings: 65 bytes each
398 b.bytes = REPETITIONS; in bench_push_str_one_byte()
409 b.bytes = REPETITIONS; in bench_push_char_one_byte()
420 b.bytes = REPETITIONS * 2; in bench_push_char_two_bytes()
551 b.bytes = src_len as u64; in do_bench_with_capacity()
577 b.bytes = src_len as u64; in do_bench_from_fn()
603 b.bytes = src_len as u64; in do_bench_from_elem()
631 b.bytes = src_len as u64; in do_bench_from_slice()
659 b.bytes = src_len as u64; in do_bench_from_iter()
691 b.bytes in do_bench_extend()
4624 let mut bytes = [0; 4]; test_chars_decoding() variables
4636 let mut bytes = [0; 4]; test_chars_rev_decoding() variables
15497 let mut bytes = self.as_bytes().to_vec(); to_ascii_uppercase() variables
15527 let mut bytes = self.as_bytes().to_vec(); to_ascii_lowercase() variables
[all...]
/third_party/backends/backend/
H A Dfujitsu.h799 static SANE_Status scanner_control_ric (struct fujitsu *s, int bytes, int side);
/third_party/alsa-lib/src/ucm/
H A Dmain.c245 if (sz != count || sz > sizeof(dst->value.bytes)) { in binary_file_parse()
287 else if (strncasecmp(p, "bytes", sizeof("bytes") - 1) == 0) in parse_type()
/third_party/PyYAML/tests/lib/
H A Dcanonical.py10 if isinstance(data, bytes):
H A Dtest_yaml_ext.py253 temp_file.write(bytes(('-' + (' ' * (2**SIZE_LINE-4))+ '{}\n')*(2**SIZE_ITERATION), 'utf-8'))
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex63 in bytes. This member exists for use by the
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py177 def key_material(self, bits: int) -> bytes:
196 raise ValueError('Non-integer number of bytes: {} bits for {}'
461 """The length of the given hash algorithm, in bytes."""
/third_party/lame/libmp3lame/i386/
H A Dnasm.h212 ; %1 does not align if it LE bytes to next alignment
/third_party/jinja2/
H A Dutils.py400 :param obj: String or bytes to quote. Other types are converted to
401 string then encoded to bytes using the given charset.
402 :param charset: Encode text to bytes using this charset.
405 if not isinstance(obj, bytes):
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h599 bool si_update_spi_tmpring_size(struct si_context *sctx, unsigned bytes);
/third_party/node/lib/internal/webstreams/
H A Dadapters.js850 req.bytes = 0;
/third_party/node/src/
H A Dstream_base.h27 size_t bytes; member
127 // The returned buffer does not need to contain `suggested_size` bytes.
139 // `nread` is the number of read bytes (which is at most the buffer length),
/third_party/libexif/contrib/c++/
H A Dexif_module.cxx72 //std::cerr << "returning " << entry_->size << " bytes of data..\n"; in component()
329 ((converter::rvalue_from_python_storage<Rational>*)data)->storage.bytes; in construct()
/third_party/lz4/tests/
H A Dtest-lz4-list.py261 skipbytes = bytes([80, 42, 77, 24]) + skipsize.to_bytes(4, byteorder='little', signed=False)
/third_party/node/deps/openssl/openssl/crypto/
H A Dc64xpluscpuid.pl72 MV B4,B0 ; remaining bytes
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js473 const m = range ? range.match(/^bytes (\d+)-(\d+)\/(\d+)?$/) : null
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js175 // 2. If reasonBytes is longer than 123 bytes, then throw a
181 `Reason must be less than 123 bytes; received ${reasonByteLength}`,
287 // the bufferedAmount attribute by the number of bytes needed to
309 // ArrayBuffer in bytes.
330 // by the length of data’s buffer in bytes.
351 // of the Blob object’s raw data, in bytes.
/third_party/python/Tools/iobench/
H A Diobench.py398 if isinstance(chunk, bytes):
/third_party/python/Lib/ctypes/
H A D__init__.py53 if isinstance(init, bytes):
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h778 uint32_t bytes; /**< Length of this sample in bytes. */ member
/third_party/python/Lib/test/
H A Dtest_class.py475 for f in [float, complex, str, repr, bytes, bin, oct, hex, bool, index]:
/third_party/python/Lib/idlelib/
H A Diomenu.py270 if isinstance(chars, bytes):
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl72 MV B4,B0 ; remaining bytes
/third_party/skia/src/images/
H A DSkPngEncoder.cpp356 png_const_bytep iccPtr = icc->bytes(); in set_icc()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
H A Dmain.go21 "bytes"
214 scanner := bufio.NewScanner(bytes.NewReader(data))

Completed in 43 milliseconds

1...<<81828384858687888990>>...102