Home
last modified time | relevance | path

Searched refs:bytes (Results 1776 - 1800 of 2529) sorted by relevance

1...<<71727374757677787980>>...102

/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S62 # !! IMPORTANT BIT !! The test is all about how we parse the following bytes.
/third_party/mbedtls/library/
H A Dpsa_crypto_core.h115 size_t bytes; member
269 * \param[in] data_length Size of the \p data buffer in bytes.
272 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This
275 * key_buffer in bytes.
299 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
301 * \param[in] data_size Size of the \p data buffer in bytes.
302 * \param[out] data_length On success, the number of bytes written in
327 * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes.
329 * \param[in] data_size Size of the \p data buffer in bytes.
330 * \param[out] data_length On success, the number of bytes writte
[all...]
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.h38 * check the maximum buffer size. It needs to be between 64 and 256 bytes.
41 #error Please define the MAX_BUFFER_SIZE between 64 and 256 bytes.
368 uint8_t allocated_bytes[sizeof (uint32_t)]; /**< allocated bytes */
369 uint8_t byte_code_bytes[sizeof (uint32_t)]; /**< byte code bytes */
370 uint8_t string_bytes[sizeof (uint32_t)]; /**< string bytes */
371 uint8_t object_bytes[sizeof (uint32_t)]; /**< object bytes */
372 uint8_t property_bytes[sizeof (uint32_t)]; /**< property bytes */
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h263 void NopBytes(int bytes);
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js191 const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`)
/third_party/littlefs/scripts/
H A Dreadtree.py59 gstate = bytes((a or 0) ^ (b or 0)
170 help="Size of a block in bytes.")
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data.h148 void Reserve(size_t bytes);
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.h104 unsigned bytes);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h107 unsigned bytes);
/third_party/python/Lib/test/libregrtest/
H A Drefleak.py189 s = bytes(range(256))
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dunit_spirv.h55 unsigned char bytes[4]; member
/third_party/skia/src/core/
H A DSkReadBuffer.h129 // Reads SkAlign4(bytes), but will only copy bytes into the buffer.
130 bool readPad32(void* buffer, size_t bytes);
183 * Returns true if there is enough bytes in the buffer to read n elements of T.
H A DSkMask.h127 static uint8_t* AllocImage(size_t bytes, AllocType = kUninit_Alloc);
139 * operator>>= to add row bytes
/third_party/skia/src/images/
H A DSkJpegEncoder.cpp199 jpeg_write_marker(encoderMgr->cinfo(), kICCMarker, markerData->bytes(), markerData->size()); in Make()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go19 "bytes"
151 if err := json.NewDecoder(bytes.NewReader(i)).Decode(&jsonGroups); err != nil {
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h35 int modified; /* true if 'bytes' needs to be built */
36 BUF_MEM *bytes; /* cached encoding: cannot be NULL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h55 unsigned char bytes[4]; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h54 * The size in bytes of object offsets in index.
57 * The position of first data byte in the index's bytes.
65 * bytes ::
66 * If the index is loaded in memory, its bytes.
79 FT_Byte* bytes; member
322 FT_UInt blend_used; /* number of bytes in use */
323 FT_UInt blend_alloc; /* number of bytes allocated */
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.h113 FT_Byte* bytes,
/third_party/python/Lib/idlelib/idle_test/
H A Dmock_tk.py135 if isinstance(index, (float, bytes)):
/third_party/python/Lib/test/
H A Dtest_docxmlrpc.py58 def method_annotation(self, x: bytes):
206 b'method_annotation</strong></a>(x: bytes)</dt></dl>'),
H A Dtest_ucn.py214 str, bytes("\\N{%s}" % ("x" * 100000), "ascii"), 'unicode-escape', 'strict'
H A Dtest_urllibnet.py80 self.assertIsInstance(open_url.readline(), bytes,
/third_party/python/Lib/test/test_importlib/
H A Dfixtures.py262 if isinstance(contents, bytes):
/third_party/rust/crates/nom/tests/
H A Djson.rs5 bytes::complete::{tag, take},

Completed in 16 milliseconds

1...<<71727374757677787980>>...102