Home
last modified time | relevance | path

Searched refs:bytes (Results 1601 - 1625 of 2554) sorted by relevance

1...<<61626364656667686970>>...103

/third_party/backends/backend/
H A Dmustek.h223 SANE_Int bytes; member
274 SANE_Word total_bytes; /* bytes transmitted by sane_read */
/third_party/icu/icu4c/source/common/
H A Ducnv_cnv.h145 * Unless UCNV_GET_NEXT_UCHAR_USE_TO_U is returned, the source bytes must be consumed.
300 const char *bytes, int32_t length,
/third_party/mbedtls/library/
H A Dbignum_core.h204 * most significant zero bytes in the input).
209 * \param input_length The length bytes of \p input.
223 * most significant zero bytes in the input).
231 * \param input_length The length in bytes of \p input.
246 * significant bytes of \p A are 0).
251 * \param output_length The length in bytes of \p output.
266 * significant bytes of \p A are 0).
271 * \param output_length The length in bytes of \p output.
528 * \brief Fill an integer with a number of random bytes.
532 * \param bytes Th
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h216 unsigned size; /**< Approximate size in bytes */
364 unsigned bytes,
/third_party/node/deps/zlib/google/
H A Dzip_reader.h86 // of bytes that have been processed so far.
89 // of bytes that have been processed since the previous call (i.e. delta).
204 // Extracts |num_bytes_to_extract| bytes of the current entry to |delegate|,
216 // bytes extracted.
287 void ReportProgress(ListenerCallback listener_callback, uint64_t bytes) const;
289 // Extracts |num_bytes_to_extract| bytes of the current entry to |delegate|,
325 // Number of bytes read since last progress report callback executed.
351 // Writes |num_bytes| bytes of |data| to the file, returning false on error or
352 // if not all bytes could be written.
365 // Gets the number of bytes writte
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_cnv.h145 * Unless UCNV_GET_NEXT_UCHAR_USE_TO_U is returned, the source bytes must be consumed.
300 const char *bytes, int32_t length,
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h153 // Returns the total number of bytes actually read.
154 virtual size_t Read(uint64_t addr, uint8_t* buffer, size_t bytes) = 0;
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_local.h89 const unsigned char *bytes, int len,
/third_party/python/Tools/peg_generator/pegen/
H A Dtestutil.py38 def run_parser(file: IO[bytes], parser_class: Type[Parser], *, verbose: bool = False) -> Any:
/third_party/python/Lib/ctypes/test/
H A Dtest_win32.py41 expected = bytes([ord('a') + i])
/third_party/openssl/crypto/x509/
H A Dx509_local.h89 const unsigned char *bytes, int len,
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h180 *bytes, size_t len);
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi.h175 unsigned bytes; member
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go19 "bytes"
138 if err := json.NewDecoder(bytes.NewReader(body)).Decode(&p); err != nil {
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_cnv.h145 * Unless UCNV_GET_NEXT_UCHAR_USE_TO_U is returned, the source bytes must be consumed.
300 const char *bytes, int32_t length,
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.h186 void Append(const char* bytes, size_t len) override;
/third_party/python/Lib/test/test_email/
H A D__init__.py35 self.addTypeEqualityFunc(bytes, self.assertBytesEqual)
/third_party/rust/crates/nom/examples/
H A Djson_iterator.rs5 bytes::complete::{escaped, tag, take_while},
/third_party/rust/crates/regex/src/
H A Dre_set.rs481 bytes,
486 /// # use regex::bytes::RegexSet;
/third_party/rust/crates/serde/serde/src/private/
H A Ddoc.rs107 (bytes) => {
/third_party/python/Lib/test/
H A Dtest_io.py10 # * test_largefile - tests operations on a file greater than 2**32 bytes
57 return array.array("b", bytes(*pos, **kw))
60 """Create a bytes-like object having no string or sequence methods"""
61 data = bytes(*pos, **kw)
95 self._write_stack.append(bytes(b))
291 b = bytes(b)
354 self.assertEqual(bytes(data), b" worl")
380 self.assertEqual(bytes(data), b"hello")
541 bytes_fn = bytes(fn_with_NUL, 'ascii')
615 'test requires %s bytes an
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibrav1e.c467 int bytes = desc->comp[0].depth == 8 ? 1 : 2; in librav1e_receive_packet() local
470 frame->linesize[i], bytes); in librav1e_receive_packet()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c508 if (memcmp(src_uuid, uuid.bytes, sizeof (uuid.bytes)) == 0) { in cuda_device_derive()
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc27 // log10(2) ~= 0.3 bytes needed per bit or per byte log10(2**8) ~= 2.4. in IntToString()
407 std::string HexEncode(const void* bytes, size_t size) { in HexEncode() argument
414 char b = reinterpret_cast<const char*>(bytes)[i]; in HexEncode()
/third_party/alsa-utils/topology/nhlt/intel/
H A Ddmic-nhlt.c163 const char *bytes; in set_bytes_data() local
175 if (snd_config_get_string(n, &bytes)) in set_bytes_data()
303 /* bytes after this value in this struct */ in nhlt_dmic_get_ep()

Completed in 19 milliseconds

1...<<61626364656667686970>>...103