| /third_party/libsnd/src/ |
| H A D | mpc2k.c | 159 unsigned char bytes [4] ; in mpc2k_read_header() local [all...] |
| H A D | nist.c | 123 unsigned bytes = 0 ; in nist_read_header() local
|
| H A D | test_conversions.c | 54 int bytes ; in conversion_test() local
|
| /third_party/libwebsockets/lib/cose/ |
| H A D | cose_sign_alg.c | 199 unsigned int bytes; in lws_cose_sign_alg_complete() local
|
| /third_party/libuv/test/ |
| H A D | run-tests.c | 166 DWORD bytes; in maybe_run_test() local
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | ArchiveOpenCallback.cpp | 56 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 D | VbrTag.h | 64 int bytes; /* total bit stream bytes from Vbr header data */ member
|
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_mpeg12.c | 157 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 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
|