Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...135

/third_party/libsnd/src/
H A Dmpc2k.c159 unsigned char bytes [4] ; in mpc2k_read_header() local
[all...]
H A Dnist.c123 unsigned bytes = 0 ; in nist_read_header() local
H A Dtest_conversions.c54 int bytes ; in conversion_test() local
/third_party/libwebsockets/lib/cose/
H A Dcose_sign_alg.c199 unsigned int bytes; in lws_cose_sign_alg_complete() local
/third_party/libuv/test/
H A Drun-tests.c166 DWORD bytes; in maybe_run_test() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp56 Z7_COM7F_IMF(COpenCallbackImp::SetTotal(const UInt64 *files, const UInt64 *bytes)) in SetTotal() argument
67 Z7_COM7F_IMF(COpenCallbackImp::SetCompleted(const UInt64 *files, const UInt64 *bytes)) in SetCompleted() argument
/third_party/lame/libmp3lame/
H A DVbrTag.h64 int bytes; /* total bit stream bytes from Vbr header data */ member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c157 unsigned bytes = priv->bytes_left - (vl_vlc_bits_left(vlc) / 8); in vid_dec_mpeg12_Decode() local
345 unsigned bytes = (vl_vlc_valid_bits(vlc) / 8) + 4; in vid_dec_mpeg12_Decode() local
/third_party/node/deps/v8/src/zone/
H A Dtype-stats.h27 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 Dlibbase64.h60 int bytes; member
/third_party/node/deps/icu-small/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/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

Completed in 9 milliseconds

1...<<11121314151617181920>>...135