/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 295 // 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 D | fujitsu.h | 799 static SANE_Status scanner_control_ric (struct fujitsu *s, int bytes, int side);
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 245 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 D | canonical.py | 10 if isinstance(data, bytes):
|
H A D | test_yaml_ext.py | 253 temp_file.write(bytes(('-' + (' ' * (2**SIZE_LINE-4))+ '{}\n')*(2**SIZE_ITERATION), 'utf-8'))
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 63 in bytes. This member exists for use by the
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | crypto_knowledge.py | 177 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 D | nasm.h | 212 ; %1 does not align if it LE bytes to next alignment
|
/third_party/jinja2/ |
H A D | utils.py | 400 :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 D | si_state.h | 599 bool si_update_spi_tmpring_size(struct si_context *sctx, unsigned bytes);
|
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 850 req.bytes = 0;
|
/third_party/node/src/ |
H A D | stream_base.h | 27 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 D | exif_module.cxx | 72 //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 D | test-lz4-list.py | 261 skipbytes = bytes([80, 42, 77, 24]) + skipsize.to_bytes(4, byteorder='little', signed=False)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 72 MV B4,B0 ; remaining bytes
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | util.js | 473 const m = range ? range.match(/^bytes (\d+)-(\d+)\/(\d+)?$/) : null
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 175 // 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 D | iobench.py | 398 if isinstance(chunk, bytes):
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 53 if isinstance(init, bytes):
|
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.h | 778 uint32_t bytes; /**< Length of this sample in bytes. */ member
|
/third_party/python/Lib/test/ |
H A D | test_class.py | 475 for f in [float, complex, str, repr, bytes, bin, oct, hex, bool, index]:
|
/third_party/python/Lib/idlelib/ |
H A D | iomenu.py | 270 if isinstance(chars, bytes):
|
/third_party/openssl/crypto/ |
H A D | c64xpluscpuid.pl | 72 MV B4,B0 ; remaining bytes
|
/third_party/skia/src/images/ |
H A D | SkPngEncoder.cpp | 356 png_const_bytep iccPtr = icc->bytes(); in set_icc()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 21 "bytes" 214 scanner := bufio.NewScanner(bytes.NewReader(data))
|