/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-initialization.h | 34 using EntropySource = bool (*)(unsigned char* buffer, size_t length); 84 static void SetFlagsFromString(const char* str, size_t length); 218 static size_t GetSandboxSizeInBytes(); 230 static size_t GetSandboxReservationSizeInBytes();
|
/third_party/node/deps/v8/include/ |
H A D | v8-initialization.h | 34 using EntropySource = bool (*)(unsigned char* buffer, size_t length); 84 static void SetFlagsFromString(const char* str, size_t length); 236 static size_t GetSandboxSizeInBytes(); 238 static size_t GetVirtualMemoryCageSizeInBytes() { in GetVirtualMemoryCageSizeInBytes()
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-reducer.h | 93 double last_gc_time_ms, size_t committed_memory_at_last_run) in State() 103 size_t committed_memory_at_last_run; 111 size_t committed_memory; 139 static const size_t kCommittedMemoryDelta;
|
/third_party/node/deps/v8/src/objects/ |
H A D | managed-inl.h | 18 size_t estimated_size, in Allocate() 27 size_t estimated_size, in FromRawPtr() 35 Isolate* isolate, size_t estimated_size, in FromUniquePtr() 43 Isolate* isolate, size_t estimated_size, in FromSharedPtr()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-futex.cc | 27 size_t index = NumberToSize(args[1]); in RUNTIME_FUNCTION() 34 size_t addr = (index << 2) + sta->byte_offset(); in RUNTIME_FUNCTION() 48 size_t index = NumberToSize(args[1]); in RUNTIME_FUNCTION() 55 size_t addr = (index << 2) + sta->byte_offset(); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_winsys.h | 74 size_t size; 76 size_t relocs; 194 size_t offset, size_t size, const void *data);
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream_builder_h264.h | 48 size_t & writtenBytes); 57 size_t & writtenBytes); 61 size_t & writtenBytes); 64 size_t & writtenBytes);
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | posix_madvise.c | 48 size_t length = 4096; in posix_madvise_0100() 70 size_t length = 4096; in posix_madvise_0200() 77 size_t errorlen = -1; in posix_madvise_0200() 95 size_t len = 1024; in posix_madvise_0300()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 34 size_t keylen) in cipher_hw_aes_ocb_generic_initkey() 66 size_t keylen) in cipher_hw_aes_ocb_aesni_initkey() 89 size_t keylen) in cipher_hw_aes_ocb_t4_initkey() 116 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ocb(size_t keybits) in ossl_prov_cipher_hw_aes_ocb()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_sm4.c | 34 size_t len, const SM4_KEY *key, in sm4_cbc_encrypt() 46 size_t length, const SM4_KEY *key, in sm4_cfb128_encrypt() 63 size_t length, const SM4_KEY *key, in sm4_ofb128_encrypt() 75 const unsigned char *in, size_t len) in sm4_ctr_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | ed448.h | 69 const uint8_t *message, size_t message_len, 71 size_t context_len, 97 size_t context_len, 124 const uint8_t *message, size_t message_len,
|
/third_party/libcoap/include/coap3/ |
H A D | coap_mem.h | 81 void *coap_malloc_type(coap_memory_tag_t type, size_t size); 97 void *coap_realloc_type(coap_memory_tag_t type, void *p, size_t size); 113 coap_malloc(size_t size) { in coap_malloc() 153 coap_malloc(size_t size) { in coap_malloc()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in memmove() 69 size_t i; in memmove() 157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in strncmp() 186 PRIV(strncmp_c8)(PCRE2_SPTR str1, const char *str2, size_t len) in strncmp_c8()
|
/third_party/popt/src/ |
H A D | system.h | 21 void * xmalloc (size_t size); 23 void * xcalloc (size_t nmemb, size_t size); 25 void * xrealloc (void * ptr, size_t size);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | random.c | 46 static int random_proper(void *ret_data, size_t length) { in random_proper() 79 if ((r = pa_loop_read(fd, ret_data, length, NULL)) < 0 || (size_t) r != length) in random_proper() 112 void pa_random(void *ret_data, size_t length) { in pa_random() 114 size_t l; in pa_random()
|
/third_party/openssl/crypto/evp/ |
H A D | e_sm4.c | 34 size_t len, const SM4_KEY *key, in sm4_cbc_encrypt() 46 size_t length, const SM4_KEY *key, in sm4_cfb128_encrypt() 63 size_t length, const SM4_KEY *key, in sm4_ofb128_encrypt() 75 const unsigned char *in, size_t len) in sm4_ctr_cipher()
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | ed448.h | 69 const uint8_t *message, size_t message_len, 71 size_t context_len, 97 size_t context_len, 124 const uint8_t *message, size_t message_len,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | cl_utils.cpp | 15 size_t GetChannelCount(cl_channel_order channelOrder) in GetChannelCount() 17 size_t count = 0u; in GetChannelCount() 53 size_t GetElementSize(const cl_image_format &image_format) in GetElementSize() 55 size_t size = 0u; in GetElementSize()
|
H A D | CLEvent.h | 29 cl_int getInfo(EventInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const; 34 size_t valueSize, 36 size_t *valueSizeRet);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | HoistConstants.cpp | 24 const size_t mMinRequiredSize; 28 Rewriter(TCompiler &compiler, size_t minRequiredSize) in Rewriter() 42 const size_t size = MetalLayoutOf(type).sizeOf; 93 size_t minRequiredSize) in HoistConstants()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | InputLayoutCache.h | 60 size_t operator()(const rx::PackedAttributeLayout &value) const in operator ()() 90 void setCacheSize(size_t newCacheSize); 112 static constexpr size_t kDefaultCacheSize = 1024; 115 static constexpr size_t kGCLimit = 128;
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsExecutionServer.hpp | 75 size_t getMessageSize (void) const { return m_messageSize; } in getMessageSize() 77 size_t getMessageDataSize (void) const; 82 size_t m_messageSize; 99 void processMessage (MessageType type, const deUint8* data, size_t dataSize);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.hpp | 83 void onTestLogData (const deUint8* bytes, size_t numBytes); 84 void onInfoLogData (const deUint8* bytes, size_t numBytes); 90 static void enqueueTestLogData (void* userPtr, const deUint8* bytes, size_t numBytes); 91 static void enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes);
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | spvtools_as_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() 37 size_t count = 0; in LLVMFuzzerTestOneInput() 38 for (size_t i = 0; (i + 3) < size; i += 4) { in LLVMFuzzerTestOneInput() 44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput()
|
/third_party/skia/src/codec/ |
H A D | SkJpegCodec.h | 26 static bool IsJpeg(const void*, size_t); 46 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&, 112 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&); 120 int onGetScanlines(void* dst, int count, size_t rowBytes) override;
|