Home
last modified time | relevance | path

Searched refs:size_t (Results 2701 - 2725 of 20700) sorted by relevance

1...<<101102103104105106107108109110>>...828

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Daeabindk32.cpp33 extern "C" int __aeabi_memclr(void *dest, size_t n);
34 extern "C" int __aeabi_memclr4(void *dest, size_t n);
35 extern "C" int __aeabi_memclr8(void *dest, size_t n);
36 extern "C" void *__aeabi_memcpy(void *__restrict, const void *__restrict, size_t);
37 extern "C" void *__aeabi_memcpy4(void *__restrict, const void *__restrict, size_t);
38 extern "C" void *__aeabi_memcpy8(void *__restrict, const void *__restrict, size_t);
39 extern "C" void *__aeabi_memmove(void *, const void *, size_t);
40 extern "C" void *__aeabi_memmove4(void *, const void *, size_t);
41 extern "C" void *__aeabi_memmove8(void *, const void *, size_t);
42 extern "C" void *__aeabi_memset(void *, int, size_t);
[all...]
/third_party/elfutils/libdwfl/
H A Dsegment.c54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert()
59 size_t need = need_start + need_end; in insert()
65 size_t n = dwfl->lookup_alloc == 0 ? 16 : dwfl->lookup_alloc * 2; in insert()
96 const size_t move = dwfl->lookup_elts - i; in insert()
135 && ((size_t) hint + 1 == dwfl->lookup_elts in lookup()
140 size_t l = 0, u = dwfl->lookup_elts; in lookup()
143 size_t idx = (l + u) / 2; in lookup()
198 if ((size_t) idx + 1 < dwfl->lookup_elts in reify_segments()
222 while ((size_t) idx < dwfl->lookup_elts in reify_segments()
232 hint = (size_t) id in reify_segments()
[all...]
/third_party/gn/src/base/strings/
H A Dstring_split.cc35 size_t FindFirstOf(std::string_view piece, char c, size_t pos) { in FindFirstOf()
38 size_t FindFirstOf(std::u16string_view piece, char16_t c, size_t pos) { in FindFirstOf()
41 size_t FindFirstOf(std::string_view piece, in FindFirstOf()
43 size_t pos) { in FindFirstOf()
46 size_t FindFirstOf(std::u16string_view piece, in FindFirstOf()
48 size_t pos) { in FindFirstOf()
73 size_t start = 0; in SplitStringT()
75 size_t en in SplitStringT()
[all...]
/third_party/alsa-lib/src/rawmidi/
H A Dump.c266 ssize_t snd_ump_write(snd_ump_t *ump, const void *buffer, size_t size) in snd_ump_write()
280 ssize_t snd_ump_read(snd_ump_t *ump, void *buffer, size_t size) in snd_ump_read()
296 size_t size) in snd_ump_tread()
307 size_t snd_ump_endpoint_info_sizeof(void) in snd_ump_endpoint_info_sizeof()
496 size_t snd_ump_block_info_sizeof(void) in snd_ump_block_info_sizeof()
689 size_t maxlen, unsigned char bytes, int offset) in expand_sysex_data()
708 static int expand_sysex7(const uint32_t *ump, uint8_t *buf, size_t maxlen, in expand_sysex7()
709 size_t *filled) in expand_sysex7()
728 static int expand_sysex8(const uint32_t *ump, uint8_t *buf, size_t maxlen, in expand_sysex8()
729 size_t *fille in expand_sysex8()
[all...]
/third_party/libuv/src/
H A Duv-common.h51 extern int snprintf(char*, size_t, const char*, ...);
220 size_t uv__count_bufs(const uv_buf_t bufs[], unsigned int nbufs);
397 void *uv__calloc(size_t count, size_t size);
399 char *uv__strndup(const char* s, size_t n);
400 void* uv__malloc(size_t size);
402 void* uv__realloc(void* ptr, size_t size);
403 void* uv__reallocf(void* ptr, size_t size);
431 size_t sqlen;
432 size_t cqle
[all...]
/third_party/mbedtls/library/
H A Dasn1parse.c30 size_t *len) in mbedtls_asn1_get_len()
54 if (*len > (size_t) (end - *p)) { in mbedtls_asn1_get_len()
63 size_t *len, int tag) in mbedtls_asn1_get_tag()
85 size_t len; in mbedtls_asn1_get_bool()
106 size_t len; in asn1_get_tagged_int()
168 size_t len; in mbedtls_asn1_get_mpi()
226 unsigned char *start, size_t len), in mbedtls_asn1_traverse_sequence_of()
230 size_t len; in mbedtls_asn1_traverse_sequence_of()
272 size_t *len) in mbedtls_asn1_get_bitstring_null()
310 size_t le in asn1_get_sequence_of_cb()
[all...]
H A Dpsa_crypto_pake.c159 size_t user_len = 0, peer_len = 0, password_len = 0; in mbedtls_psa_pake_setup()
161 size_t actual_user_len = 0, actual_peer_len = 0, actual_password_len = 0; in mbedtls_psa_pake_setup()
233 const size_t user_peer_len = sizeof(jpake_client_id); // client and server have the same length in mbedtls_psa_pake_setup()
286 size_t output_size, in mbedtls_psa_pake_output_internal()
287 size_t *output_length) in mbedtls_psa_pake_output_internal()
290 size_t length; in mbedtls_psa_pake_output_internal()
394 size_t output_size, in mbedtls_psa_pake_output()
395 size_t *output_length) in mbedtls_psa_pake_output()
407 size_t input_length) in mbedtls_psa_pake_input_internal()
513 size_t input_lengt in mbedtls_psa_pake_input()
[all...]
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c41 static size_t read_file(char *fname, void **data) in read_file()
45 size_t fsize; in read_file()
63 return (size_t) 0; in read_file()
69 return (size_t) 0; in read_file()
80 return (size_t) 0; in read_file()
92 return (size_t) 0; in read_file()
107 return (size_t) 0; in read_file()
280 size_t fsize, fsize2, fsize3; in thread_code()
285 if (fsize == (size_t) 0) { in thread_code()
295 if (fsize2 == (size_t) in thread_code()
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.cc20 BasicBlockProfilerData::BasicBlockProfilerData(size_t n_blocks) in BasicBlockProfilerData()
35 void BasicBlockProfilerData::SetBlockId(size_t offset, int32_t id) { in SetBlockId()
43 for (size_t i = 0; i < n_blocks(); ++i) {
48 BasicBlockProfilerData* BasicBlockProfiler::NewData(size_t n_blocks) {
98 static_cast<size_t>(id_array_size_in_bytes) / kBlockIdSlotSize == in CopyToJSHeap()
109 static_cast<size_t>(counts_array_size_in_bytes) / kBlockCountSlotSize == in CopyToJSHeap()
177 for (size_t j = 0; j < data.n_blocks(); ++j) { in GetCoverageBitmap()
186 for (size_t i = 0; i < n_blocks(); ++i) { in Log()
214 std::vector<std::pair<size_t, uint32_t>> pairs; in operator <<()
216 for (size_t in operator <<()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.h29 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 Drsa_kem.c64 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 Daes_ige.c49 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 DxsExecutionServer.cpp54 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 DSkPictureRecord.h83 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 DSkStrikeCache.cpp99 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 DSkPath_serial.cpp58 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 Drsa_kem.c64 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 DSkJSON.h202 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...]
/third_party/openssl/crypto/aes/
H A Daes_ige.c49 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 DHexagonMCInstrInfo.h66 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 DSkCodec.h56 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 DgluTexture.hpp287 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 Ddriver_nl80211.h155 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/mesa3d/include/CL/
H A Dcl.hpp515 ::size_t size_;
534 string(const char * str, ::size_t size) :
570 void resize( ::size_t n )
584 ::size_t copySize = n;
603 const char& operator[] ( ::size_t pos ) const
608 char& operator[] ( ::size_t pos )
669 ::size_t size(void) const { return size_; }
672 ::size_t length(void) const { return size(); }
1117 * OpenCL C calls that require arrays of size_t values, whose
1121 class size_t class
1128 size_t() size_t() function in cl::size_t
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPacket.h35 typedef void* (*pf)(int, unsigned char, char*, size_t);
230 int MQTTPacket_encode(char* buf, size_t length);
231 int MQTTPacket_decode(networkHandles* net, size_t* value);
243 int MQTTPacket_send(networkHandles* net, Header header, char* buffer, size_t buflen, int free, int MQTTVersion);
244 int MQTTPacket_sends(networkHandles* net, Header header, int count, char** buffers, size_t* buflens, int* frees, int MQTTVersion);
246 void* MQTTPacket_header_only(int MQTTVersion, unsigned char aHeader, char* data, size_t datalen);
249 void* MQTTPacket_publish(int MQTTVersion, unsigned char aHeader, char* data, size_t datalen);
253 void* MQTTPacket_ack(int MQTTVersion, unsigned char aHeader, char* data, size_t datalen);

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...828