/third_party/backends/backend/ |
H A D | mustek.h | 223 SANE_Int bytes; member 274 SANE_Word total_bytes; /* bytes transmitted by sane_read */
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 145 * 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 D | bignum_core.h | 204 * 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 D | svga_resource_buffer.h | 216 unsigned size; /**< Approximate size in bytes */ 364 unsigned bytes,
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.h | 86 // 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 D | ucnv_cnv.h | 145 * 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 D | Backtrace.h | 153 // 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 D | x509_local.h | 89 const unsigned char *bytes, int len,
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | testutil.py | 38 def run_parser(file: IO[bytes], parser_class: Type[Parser], *, verbose: bool = False) -> Any:
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_win32.py | 41 expected = bytes([ord('a') + i])
|
/third_party/openssl/crypto/x509/ |
H A D | x509_local.h | 89 const unsigned char *bytes, int len,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | store.h | 180 *bytes, size_t len);
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 175 unsigned bytes; member
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
H A D | glob.go | 19 "bytes" 138 if err := json.NewDecoder(bytes.NewReader(body)).Decode(&p); err != nil {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_cnv.h | 145 * 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 D | json_util.h | 186 void Append(const char* bytes, size_t len) override;
|
/third_party/python/Lib/test/test_email/ |
H A D | __init__.py | 35 self.addTypeEqualityFunc(bytes, self.assertBytesEqual)
|
/third_party/rust/crates/nom/examples/ |
H A D | json_iterator.rs | 5 bytes::complete::{escaped, tag, take_while},
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 481 bytes, 486 /// # use regex::bytes::RegexSet;
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | doc.rs | 107 (bytes) => {
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 10 # * 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 D | librav1e.c | 467 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 D | hwcontext_cuda.c | 508 if (memcmp(src_uuid, uuid.bytes, sizeof (uuid.bytes)) == 0) { in cuda_device_derive()
|
/third_party/gn/src/base/strings/ |
H A D | string_number_conversions.cc | 27 // 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 D | dmic-nhlt.c | 163 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()
|