| /third_party/node/deps/v8/src/zone/ |
| H A D | type-stats.h | 27 void AddAllocated(size_t bytes) { in AddAllocated() argument 40 void AddDeallocated(size_t bytes) { in AddDeallocated() argument
|
| /third_party/node/deps/base64/base64/include/ |
| H A D | libbase64.h | 60 int bytes; member
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | bytestream.h | 85 AppendU8(const char* bytes, int32_t n) AppendU8() argument 101 AppendU8(const char8_t* bytes, int32_t n) AppendU8() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | utils-arm64.h | 48 uint8_t bytes[8]; in ReverseBytes() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | base-space.h | 39 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 D | splice.c | 98 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 D | readlinkat.c | 35 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 D | CodedOutputStreamTest.java | 56 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 D | AllocatedBuffer.java | 131 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 D | MCInstPrinter.cpp | 24 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) { in dumpBytes() argument
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeBatchResult.cpp | 40 void InfoLog::append (const deUint8* bytes, size_t numBytes) in append() argument
|
| H A D | xeTestCaseListParser.cpp | 79 void TestCaseListParser::parse (const deUint8* bytes, int numBytes) in parse() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | type_test.cc | 88 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 D | vertex_buffer.cc | 85 uint32_t bytes = buf->GetSizeInBytes(); in SendVertexData() local
|
| /third_party/skia/src/codec/ |
| H A D | SkJpegUtility.cpp | 46 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 D | Memory.cpp | 52 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 D | MemsetTest.cpp | 12 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 D | MSP430MachineFunctionInfo.h | 47 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | bytestream.h | 85 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 D | IsValidUtf8Test.java | 123 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 D | repeated_field.cc | 64 size_t bytes = kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size; in InternalExtend() local
|
| /third_party/skia/include/core/ |
| H A D | SkData.h | 52 const uint8_t* bytes() const { in bytes() function in final
|
| /third_party/rust/crates/nom/src/ |
| H A D | lib.rs | 454 pub mod bytes; global() modules [all...] |
| /third_party/rust/crates/rustix/tests/thread/ |
| H A D | prctl.rs | 115 let mut bytes = Vec::default(); in load_linux_kernel_config() variables
|
| /third_party/rust/crates/regex/tests/ |
| H A D | test_nfa_bytes.rs | 40 mod bytes; modules
|