/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.h | 29 ReadOnlyPage(Heap* heap, BaseSpace* space, size_t chunk_size, 36 size_t ShrinkToHighWaterMark(); 39 Address OffsetToAddress(size_t offset) const { in OffsetToAddress() 157 Tagged_t OffsetForPage(size_t index) const { return page_offsets_[index]; } in OffsetForPage() 162 size_t i, Address new_address, ReadOnlyPage*& new_page); 164 static constexpr size_t kReadOnlyRootsCount = 165 static_cast<size_t>(RootIndex::kReadOnlyRootsCount); 215 size_t Size() const override { return accounting_stats_.Size(); } 216 V8_EXPORT_PRIVATE size_t CommittedPhysicalMemory() const override; 221 size_t Capacit in limit() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 64 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) in name2id() 66 size_t i; in name2id() 245 unsigned char *out, size_t *outlen, in rsasve_generate() 246 unsigned char *secret, size_t *secretlen) in rsasve_generate() 249 size_t nlen; in rsasve_generate() 293 unsigned char *out, size_t *outlen, in rsasve_recover() 294 const unsigned char *in, size_t inlen) in rsasve_recover() 296 size_t nlen; in rsasve_recover() 319 static int rsakem_generate(void *vprsactx, unsigned char *out, size_t *outlen, in rsakem_generate() 320 unsigned char *secret, size_t *secretle in rsakem_generate() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_ige.c | 49 size_t length, const AES_KEY *key, 52 size_t n; 53 size_t len = length / AES_BLOCK_SIZE; 65 || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 117 || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 187 size_t lengt [all...] |
/third_party/vk-gl-cts/execserver/ |
H A D | xsExecutionServer.cpp | 54 size_t MessageBuilder::getMessageDataSize (void) const in getMessageDataSize() 81 size_t msgSize = getMessageSize(); in read() 82 size_t numBytesLeft = msgSize - m_buffer.size(); in read() 83 size_t numToRead = (size_t)de::min(src.getNumElements(), (int)numBytesLeft); in read() 260 void ExecutionRequestHandler::processMessage (MessageType type, const deUint8* data, size_t dataSize) in processMessage() 344 size_t maxLen = de::min(m_sendRecvTmpBuf.size(), (size_t)m_bufferIn.getNumFree()); in receive() 348 size_t numRecv; in receive() 375 size_t maxLe in send() [all...] |
/third_party/skia/src/core/ |
H A D | SkPictureRecord.h | 83 size_t recordRestoreOffsetPlaceholder(); 102 size_t addDraw(DrawType drawType, size_t* size) { in addDraw() 103 size_t offset = fWriter.bytesWritten(); in addDraw() 145 void addText(const void* text, size_t byteLength); 152 void validate(size_t initialOffset, size_t size) const { in validate() 182 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override; 227 size_t recordClipRect(const SkRect& rect, SkClipOp op, bool doAA); 228 size_t recordClipRRec [all...] |
H A D | SkStrikeCache.cpp | 99 for (size_t index = 0; index < fontName.size(); ++index) { in DumpMemoryStatistics() 176 size_t SkStrikeCache::getTotalMemoryUsed() const { in getTotalMemoryUsed() 191 size_t SkStrikeCache::setCacheSizeLimit(size_t newLimit) { in setCacheSizeLimit() 194 size_t prevLimit = fCacheSizeLimit; in setCacheSizeLimit() 200 size_t SkStrikeCache::getCacheSizeLimit() const { in getCacheSizeLimit() 228 size_t SkStrikeCache::internalPurge(size_t minBytesNeeded) { in internalPurge() 229 size_t bytesNeeded = 0; in internalPurge() 251 size_t bytesFree in internalPurge() [all...] |
H A D | SkPath_serial.cpp | 58 size_t SkPath::writeToMemoryAsRRect(void* storage) const { in writeToMemoryAsRRect() 72 const size_t sizeNeeded = sizeof(int32_t) + SkRRect::kSizeInMemory + sizeof(int32_t); in writeToMemoryAsRRect() 92 size_t SkPath::writeToMemory(void* storage) const { in writeToMemory() 95 if (size_t bytes = this->writeToMemoryAsRRect(storage)) { in writeToMemory() 108 size_t size = 4 * sizeof(int32_t); in writeToMemory() 135 size_t size = this->writeToMemory(nullptr); in serialize() 144 size_t SkPath::readFromMemory(const void* storage, size_t length) { in readFromMemory() 161 size_t SkPath::readAsRRect(const void* storage, size_t lengt [all...] |
/third_party/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 64 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) in name2id() 66 size_t i; in name2id() 245 unsigned char *out, size_t *outlen, in rsasve_generate() 246 unsigned char *secret, size_t *secretlen) in rsasve_generate() 249 size_t nlen; in rsasve_generate() 293 unsigned char *out, size_t *outlen, in rsasve_recover() 294 const unsigned char *in, size_t inlen) in rsasve_recover() 296 size_t nlen; in rsasve_recover() 319 static int rsakem_generate(void *vprsactx, unsigned char *out, size_t *outlen, in rsakem_generate() 320 unsigned char *secret, size_t *secretle in rsakem_generate() [all...] |
/third_party/skia/src/utils/ |
H A D | SkJSON.h | 202 inline static constexpr size_t kValueSize = 8; 254 size_t size() const { in size() 256 return *this->ptr<size_t>(); in size() 261 const auto* size_ptr = this->ptr<size_t>(); in begin() 267 const auto* size_ptr = this->ptr<size_t>(); in end() 271 const T& operator[](size_t i) const { in operator []() 281 ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc); 289 StringValue(const char* src, size_t size, SkArenaAlloc& alloc); 291 size_t size() const { in size() 326 ObjectValue(const Member* src, size_t siz [all...] |
H A D | SkJSON.cpp | 27 static constexpr size_t kRecAlign = alignof(Value); 78 // [size_t n] [REC_0] ... [REC_n-1] [optional extra trailing storage] 82 template <typename T, size_t extra_alloc_size = 0> 83 static void* MakeVector(const void* src, size_t size, SkArenaAlloc& alloc) { in MakeVector() 85 const auto total_size = sizeof(size_t) + size * sizeof(T) + extra_alloc_size; in MakeVector() 86 auto* size_ptr = reinterpret_cast<size_t*>(alloc.makeBytesAlignedTo(total_size, kRecAlign)); in MakeVector() 94 ArrayValue::ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc) { in ArrayValue() 119 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString() 140 inline static constexpr size_t kMaxInlineStringSize = sizeof(Value) - 2; 142 void initLongString(const char* src, size_t siz [all...] |
/third_party/openssl/crypto/aes/ |
H A D | aes_ige.c | 49 size_t length, const AES_KEY *key, 52 size_t n; 53 size_t len = length / AES_BLOCK_SIZE; 65 || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 117 || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 187 size_t lengt [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.h | 66 size_t const innerLoopOffset = 0; 69 size_t const outerLoopOffset = 1; 74 size_t const memReorderDisabledOffset = 2; 77 size_t const bundleInstructionsOffset = 1; 89 size_t bundleSize(MCInst const &MCI); 106 MCInst const *extenderForIndex(MCInst const &MCB, size_t Index); 176 bool hasExtenderForIndex(MCInst const &MCB, size_t Index); 186 int64_t minConstant(MCInst const &MCI, size_t Index); 188 bool inRange(MCInst const &MCI, size_t Index) { in inRange() 192 bool inSRange(MCInst const &MCI, size_t Inde [all...] |
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 56 static constexpr size_t MinBufferedBytesNeeded() { return 32; } in MinBufferedBytesNeeded() 372 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options*); 377 Result getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { in getPixels() 432 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, 435 Result startIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes) { in startIncrementalDecode() 513 int getScanlines(void* dst, int countLines, size_t rowBytes); 737 bool (*peek)(const void*, size_t), 773 void* pixels, size_t rowBytes, const Options&, 926 Result handleFrameIndex(const SkImageInfo&, void* pixels, size_t rowBytes, const Options&, 935 virtual Result onStartIncrementalDecode(const SkImageInfo& /*dstInfo*/, void*, size_t, in onStartIncrementalDecode() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTexture.hpp | 287 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize); 288 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data = DE_NULL); 300 size_t getSize (void) const { return m_size; } in getSize() 301 size_t getOffset (void) const { return m_offset; } in getOffset() 302 size_t getBufferSize (void) const { return m_refBuffer.size(); } in getBufferSize() 310 void init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t siz [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.h | 155 size_t ssid_len; 218 size_t num_filter_ssids; 236 size_t auth_ssid_len; 239 size_t auth_ie_len; 241 size_t auth_data_len; 243 size_t auth_wep_key_len[4]; 261 size_t pending_roam_data_len; 309 const void *data, size_t len, 342 size_t buf_len); 345 u8 *data, size_t le [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 79 const size_t DATA_TEST_WIDTH = 8u; 80 const size_t DATA_TEST_HEIGHT = 8u; 81 const size_t WEIGHT_TEST_WIDTH = 128u; 82 const size_t WEIGHT_TEST_HEIGHT = 128u; 91 size_t aggregate; // 0: value itself, 1:struct, 2+:Array 93 size_t width; 94 size_t height; 102 size_t getComponentCount (const TestParams& testParams) in getComponentCount() 104 const size_t scalarSize = static_cast<size_t>(getDataTypeScalarSiz in getComponentCount() [all...] |
/third_party/toybox/toys/pending/ |
H A D | bc.c | 43 size_t nchars; 135 size_t len, cap, size; 162 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); 163 typedef size_t (*BcNumBinaryOpReq)(BcNum*, BcNum*, size_t); 164 typedef void (*BcNumDigitOp)(size_t, size_t, int); 166 void bc_num_init(BcNum *n, size_t req); 167 void bc_num_expand(BcNum *n, size_t req); 176 BcStatus bc_num_add(BcNum *a, BcNum *b, BcNum *c, size_t scal [all...] |
/third_party/elfutils/src/ |
H A D | elfcmp.c | 41 static bool search_for_copy_reloc (Ebl *ebl, size_t scnndx, int symndx); 118 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *); 206 size_t shnum1; in main() 207 size_t shnum2; in main() 221 size_t phnum1; in main() 222 size_t phnum2; in main() 237 size_t shstrndx1; in main() 238 size_t shstrndx2; in main() 258 size_t nregions = 0; in main() 428 size_t off in main() [all...] |
/third_party/libcoap/src/ |
H A D | coap_debug.c | 120 COAP_STATIC_INLINE size_t 121 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() 123 size_t lensofar; in print_timestamp() 136 COAP_STATIC_INLINE size_t 137 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() 159 static inline size_t 160 strnlen(const char *s, size_t maxlen) { in strnlen() 161 size_t n = 0; in strnlen() 168 static size_t 169 print_readable(const uint8_t *data, size_t le [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | 117 size_t GetThreadCount() { in GetThreadCount() 120 return ReadProcFileField<size_t>(filename, 19); in GetThreadCount() 125 size_t GetThreadCount() { in GetThreadCount() 136 return static_cast<size_t>(thread_count); in GetThreadCount() 161 size_t GetThreadCount() { in GetThreadCount() 174 size_t size = sizeof(info); in GetThreadCount() 178 return static_cast<size_t>(KP_NLWP(info)); in GetThreadCount() 184 size_t GetThreadCount() { in GetThreadCount() 196 size_t size; in GetThreadCount() 221 size_t GetThreadCoun [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 239 size_t len, int argi, 240 long argl, int ret, size_t *processed); 487 size_t BIO_ctrl_pending(BIO *b); 488 size_t BIO_ctrl_wpending(BIO *b); 500 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) 507 size_t BIO_ctrl_get_write_guarantee(BIO *b); 508 size_t BIO_ctrl_get_read_request(BIO *b); 560 int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes); 563 int BIO_write_ex(BIO *b, const void *data, size_t dle [all...] |
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 45 String(const char *, std::size_t); 47 String(const char16_t *, std::size_t); 52 static String lossy(const char *, std::size_t) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept; 63 std::size_t size() const noexcept; 64 std::size_t length() const noexcept; 69 std::size_t capacity() const noexcept; 70 void reserve(size_t new_cap) noexcept; 96 String(lossy_t, const char *, std::size_t) noexcept; 97 String(lossy_t, const char16_t *, std::size_t) noexcep [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 45 String(const char *, std::size_t); 47 String(const char16_t *, std::size_t); 52 static String lossy(const char *, std::size_t) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept; 63 std::size_t size() const noexcept; 64 std::size_t length() const noexcept; 69 std::size_t capacity() const noexcept; 70 void reserve(size_t new_cap) noexcept; 96 String(lossy_t, const char *, std::size_t) noexcept; 97 String(lossy_t, const char16_t *, std::size_t) noexcep [all...] |
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 45 String(const char *, std::size_t); 47 String(const char16_t *, std::size_t); 52 static String lossy(const char *, std::size_t) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept; 63 std::size_t size() const noexcept; 64 std::size_t length() const noexcept; 69 std::size_t capacity() const noexcept; 70 void reserve(size_t new_cap) noexcept; 96 String(lossy_t, const char *, std::size_t) noexcept; 97 String(lossy_t, const char16_t *, std::size_t) noexcep [all...] |
/third_party/rust/crates/cxx/include/ |
H A D | cxx.h | 45 String(const char *, std::size_t); 47 String(const char16_t *, std::size_t); 52 static String lossy(const char *, std::size_t) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept; 63 std::size_t size() const noexcept; 64 std::size_t length() const noexcept; 69 std::size_t capacity() const noexcept; 70 void reserve(size_t new_cap) noexcept; 96 String(lossy_t, const char *, std::size_t) noexcept; 97 String(lossy_t, const char16_t *, std::size_t) noexcep [all...] |