| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.h | 163 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 D | macro-assembler-loong64.h | 74 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 D | macro-assembler-ppc.h | 104 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 D | new-spaces.cc | 790 size_t bytes = heap()->array_buffer_sweeper()->young().BytesSlow(); in Verify() local
|
| H A D | paged-spaces.cc | 809 size_t bytes = heap()->array_buffer_sweeper()->old().BytesSlow(); in Verify() local
|
| H A D | gc-tracer.h | 24 inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double duration) { in MakeBytesAndDuration() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | perf-jit.cc | 519 void PerfJitLogger::LogWriteBytes(const char* bytes, int size) { in LogWriteBytes() argument
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| H A D | cpp-heap.cc | 708 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 D | backing-store.cc | 139 const byte* bytes = reinterpret_cast<const byte*>(start); in DebugCheckZero() local
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | snapshot.cc | 189 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 D | u_format.h | 843 uint bytes = bits / 8; util_format_get_blocksize() local [all...] |
| /third_party/mksh/ |
| H A D | histrap.c | 913 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 D | v3_utl.c | 1045 int i = 0, remain = 0, bytes = 0; in ossl_ipaddr_to_asc() local [all...] |
| H A D | x509_lu.c | 124 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 D | x509.h | 42 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 D | aix.c | 705 int bytes, rc = 0; in uv__ahafs_event() local
|
| /third_party/node/deps/uv/src/ |
| H A D | uv-common.c | 591 size_t bytes; in uv__count_bufs() local
|
| /third_party/libabigail/src/ |
| H A D | abg-elf-helpers.cc | 1054 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 D | qrcodegen.cpp | 134 vector<uint8_t> bytes; in makeSegments() local
|
| /third_party/openssl/test/ |
| H A D | sanitytest.c | 18 char bytes[sizeof(p)]; in test_sanity_null_zero() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | cli-command.c | 347 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 D | vktVideoDecodeTests.cpp | 788 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 D | VertexArrayVk.cpp | 114 GLint64 bytes = srcBuffer->getSize() - binding.getOffset(); in GetVertexCount() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_command_buffer.h | 221 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 D | GrResourceCache.h | 119 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...] |