Home
last modified time | relevance | path

Searched defs:bytes (Results 976 - 1000 of 1347) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h163 void AllocateStackSpace(Register bytes) { Sub64(sp, sp, bytes); } in AllocateStackSpace() argument
165 void AllocateStackSpace(int bytes) { in AllocateStackSpace() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h74 void AllocateStackSpace(Register bytes) { Sub_d(sp, sp, bytes); } in AllocateStackSpace() argument
76 void AllocateStackSpace(int bytes) { in AllocateStackSpace() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h104 void AllocateStackSpace(int bytes) { in AllocateStackSpace() argument
110 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace() argument
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc790 size_t bytes = heap()->array_buffer_sweeper()->young().BytesSlow(); in Verify() local
H A Dpaged-spaces.cc809 size_t bytes = heap()->array_buffer_sweeper()->old().BytesSlow(); in Verify() local
H A Dgc-tracer.h24 inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) { in MakeBytesAndDuration() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc519 void PerfJitLogger::LogWriteBytes(const char* bytes, int size) { in LogWriteBytes() argument
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc708 void CppHeap::AllocatedObjectSizeIncreased(size_t bytes) { in AllocatedObjectSizeIncreased() argument
713 void CppHeap::AllocatedObjectSizeDecreased(size_t bytes) { in AllocatedObjectSizeDecreased() argument
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc139 const byte* bytes = reinterpret_cast<const byte*>(start); in DebugCheckZero() local
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc189 int bytes = startup_data.length(); in Initialize() local
219 int bytes = context_data.length(); in NewContextFromSnapshot() local
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format.h843 uint bytes = bits / 8; util_format_get_blocksize() local
[all...]
/third_party/mksh/
H A Dhistrap.c913 histload(Source *s, unsigned char *base, size_t bytes) in histload() argument
965 size_t bytes; in writehistfile() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c1045 int i = 0, remain = 0, bytes = 0; in ossl_ipaddr_to_asc() local
[all...]
H A Dx509_lu.c124 X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const unsigned char *bytes, int len, X509_OBJECT *ret) X509_LOOKUP_by_fingerprint() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h42 BUF_MEM *bytes; /* cached encoding: cannot be NULL */ member
376 const unsigned char *bytes, variable
380 const unsigned char *bytes, variable
385 const unsigned char *bytes, variable
/third_party/node/deps/uv/src/unix/
H A Daix.c705 int bytes, rc = 0; in uv__ahafs_event() local
/third_party/node/deps/uv/src/
H A Duv-common.c591 size_t bytes; in uv__count_bufs() local
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1054 read_int_from_array_of_bytes(const uint8_t* bytes, in read_int_from_array_of_bytes() argument
1106 read_uint64_from_array_of_bytes(const uint8_t* bytes, bool is_big_endian, uint64_t& result) read_uint64_from_array_of_bytes() argument
[all...]
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp134 vector<uint8_t> bytes; in makeSegments() local
/third_party/openssl/test/
H A Dsanitytest.c18 char bytes[sizeof(p)]; in test_sanity_null_zero() local
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c347 char bytes[PA_BYTES_SNPRINT_MAX]; in pa_cli_command_stat() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp788 auto bytes = semiplanarToYV12(*resultImage); in iterate() local
912 auto bytes = semiplanarToYV12(*resultImage); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp114 GLint64 bytes = srcBuffer->getSize() - binding.getOffset(); in GetVertexCount() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h221 inline IntermediateCommandStream &push(const uint8_t *bytes, size_t len) in push() argument
245 inline const uint8_t *fetch(size_t bytes) in fetch() argument
350 RenderCommandEncoder &setVertexBytes(const uint8_t *bytes, size_t size, uint32_t index) in setVertexBytes() argument
377 RenderCommandEncoder &setFragmentBytes(const uint8_t *bytes, size_t size, uint32_t index) in setFragmentBytes() argument
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.h119 void addAllocImageBytes(size_t bytes) { fAllocImageBytes += bytes; } in addAllocImageBytes() argument
120 void removeAllocImageBytes(size_t bytes) { fAllocImageBytes -= bytes; } in removeAllocImageBytes() argument
121 void addAllocBufferBytes(size_t bytes) { fAllocBufferBytes += bytes; } in addAllocBufferBytes() argument
122 void removeAllocBufferBytes(size_t bytes) { fAllocBufferByte in addAllocBufferBytes() argument
653 changeByteOfPid(int32_t beforePid, int32_t afterPid, size_t bytes) changeByteOfPid() argument
[all...]

Completed in 35 milliseconds

1...<<31323334353637383940>>...54