Home
last modified time | relevance | path

Searched defs:bytes (Results 301 - 325 of 3234) sorted by relevance

1...<<11121314151617181920>>...130

/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.h48 uint8_t bytes[8]; in ReverseBytes() local
/third_party/node/deps/v8/src/heap/
H A Dbase-space.h39 void AccountCommitted(size_t bytes) { in AccountCommitted() argument
47 void AccountUncommitted(size_t bytes) { in AccountUncommitted() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsplice.c98 ssize_t bytes = splice(fromfd, NULL, pipe1[1], NULL, len, flags); in splice_0200() local
130 ssize_t bytes = splice(-1, NULL, -1, NULL, -1, -1); in splice_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dreadlinkat.c35 ssize_t bytes = write(fd, buf, sizeof(buf)); in create_file() local
80 ssize_t bytes = readlinkat(fd, linkpath, rbuf, sizeof(rbuf)); in readlinkat_0100() local
132 ssize_t bytes = readlinkat(fd, linkfilename, rbuf, sizeof(rbuf)); in readlinkat_0200() local
152 ssize_t bytes = readlinkat(-1, NULL, NULL, 0); readlinkat_0300() local
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DCodedOutputStreamTest.java56 private byte[] bytes(int... bytesAsInts) { in bytes() method in CodedOutputStreamTest
65 private List<Byte> toList(byte[] bytes) { in toList() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAllocatedBuffer.java131 public static AllocatedBuffer wrap(byte[] bytes) { in wrap() argument
140 public static AllocatedBuffer wrap(final byte[] bytes, final int offset, final int length) { in wrap() argument
206 wrapNoCheck( final byte[] bytes, final int offset, final int length) wrapNoCheck() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp24 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) { in dumpBytes() argument
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.cpp40 void InfoLog::append (const deUint8* bytes, size_t numBytes) in append() argument
H A DxeTestCaseListParser.cpp79 void TestCaseListParser::parse (const deUint8* bytes, int numBytes) in parse() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_test.cc88 uint32_t bytes = i.SizeInBytes(); in TEST_F() local
96 uint32_t bytes = i.SizeInBytes(); in TEST_F() local
105 uint32_t bytes = i.SizeInBytes(); in TEST_F() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer.cc85 uint32_t bytes = buf->GetSizeInBytes(); in SendVertexData() local
/third_party/skia/src/codec/
H A DSkJpegUtility.cpp46 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_buffered_input_buffer() local
66 size_t bytes = (size_t) numBytes; in sk_skip_buffered_input_data() local
106 size_t bytes = static_cast<size_t>(num_bytes); in sk_skip_mem_input_data() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument
90 void *allocate(size_t bytes, size_t alignment) in allocate() argument
/third_party/skia/tests/
H A DMemsetTest.cpp12 static void set_zero(void* dst, size_t bytes) { in set_zero() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h47 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestream.h85 AppendU8(const char* bytes, int32_t n) AppendU8() argument
101 AppendU8(const char8_t* bytes, int32_t n) AppendU8() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8Test.java123 private byte[] toByteArray(int... bytes) { in toByteArray() argument
131 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8() argument
151 assertValidUtf8(int... bytes) assertValidUtf8() argument
157 assertInvalidUtf8(int... bytes) assertInvalidUtf8() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc64 size_t bytes = kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size; in InternalExtend() local
/third_party/skia/include/core/
H A DSkData.h52 const uint8_t* bytes() const { in bytes() function in final
/third_party/rust/crates/nom/src/
H A Dlib.rs454 pub mod bytes; global() modules
[all...]
/third_party/rust/crates/rustix/tests/thread/
H A Dprctl.rs115 let mut bytes = Vec::default(); in load_linux_kernel_config() variables
/third_party/rust/crates/regex/tests/
H A Dtest_nfa_bytes.rs40 mod bytes; modules
H A Dtest_default_bytes.rs59 mod bytes; modules
H A Dtest_backtrack_bytes.rs40 mod bytes; modules
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs99 fn bytes() { in bytes() functions

Completed in 9 milliseconds

1...<<11121314151617181920>>...130