Home
last modified time | relevance | path

Searched refs:size (Results 14726 - 14750 of 48400) sorted by relevance

1...<<581582583584585586587588589590>>...1936

/third_party/libcoap/include/oscore/
H A Doscore_cose.h214 size_t cose_encrypt0_encode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size);
217 int cose_encrypt0_decode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size);
224 void cose_encrypt0_set_plaintext(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size);
228 size_t size);
/third_party/lzma/CPP/7zip/Crypto/
H A DRandGen.cpp211 void CRandomGenerator::Generate(Byte *data, unsigned size) in Generate() argument
217 while (size != 0) in Generate()
233 for (unsigned i = 0; i < SHA256_DIGEST_SIZE && size != 0; i++, size--) in Generate()
/third_party/json/tests/src/
H A Dunit-convenience.cpp47 std::size_t size() const in size() function
49 return impl.size(); in size()
83 std::size_t size() const in size() function
85 return impl.size(); in size()
/third_party/mesa3d/src/compiler/glsl/
H A Dshader_cache.cpp131 disk_cache_put(cache, prog->data->sha1, metadata.data, metadata.size, in shader_cache_write_program_metadata()
214 size_t size; in shader_cache_read_program_metadata() local
216 &size); in shader_cache_read_program_metadata()
239 blob_reader_init(&metadata, buffer, size); in shader_cache_read_program_metadata()
/third_party/littlefs/
H A Dlfs_util.h116 // Align to nearest multiple of a size
215 uint32_t lfs_crc(uint32_t crc, const void *buffer, size_t size);
219 static inline void *lfs_malloc(size_t size) { in lfs_malloc() argument
221 return malloc(size); in lfs_malloc()
223 (void)size; in lfs_malloc()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp75 int sz = ns.size(); in try_inline()
105 i += ds.size(); in try_inline()
122 assert(n.src.size() % 3 == 0); in try_reduce()
140 assert(n.src.size() == 6); in eliminate()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h155 SVGA3dSize size,
164 SVGA3dSize size,
191 uint32_t size,
197 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size);
/third_party/node/src/crypto/
H A Dcrypto_scrypt.cc41 tracker->TrackFieldWithSize("pass", pass.size()); in MemoryInfo()
42 tracker->TrackFieldWithSize("salt", salt.size()); in MemoryInfo()
126 params.pass.size(), in DeriveBits()
128 params.salt.size(), in DeriveBits()
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h113 if (free_list_ && free_list_->size >= n) { in allocate()
126 if (!free_list_ || free_list_->size <= n) { in deallocate()
131 new_free_block->size = n; in deallocate()
140 size_t size; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_session.c165 int fuse_chan_recv(struct fuse_chan **chp, char *buf, size_t size) in fuse_chan_recv() argument
169 return ch->op.receive(chp, buf, size); in fuse_chan_recv()
173 int fuse_chan_receive(struct fuse_chan *ch, char *buf, size_t size) in fuse_chan_receive() argument
177 res = fuse_chan_recv(&ch, buf, size); in fuse_chan_receive()
/third_party/nghttp2/src/
H A Dhttp3.cc39 return {(uint8_t *)name.c_str(), (uint8_t *)value.c_str(), name.size(), in make_nv_internal()
40 value.size(), flags}; in make_nv_internal()
52 return {(uint8_t *)name.c_str(), (uint8_t *)value.c_str(), name.size(), in make_nv_internal()
53 value.size(), flags}; in make_nv_internal()
/third_party/musl/src/passwd/
H A Dgetgr_a.c20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgr_a() argument
35 while (!(rv = __getgrent_a(f, gr, buf, size, mem, nmem, res)) && *res) { in __getgr_a()
98 if (len > *size || !*buf) { in __getgr_a()
105 *size = len; in __getgr_a()
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktraceMap.h99 if (index_ >= map_->size()) { in operator *()
115 iterator end() { return iterator(this, maps_.size()); } in end()
145 size_t size() const { return maps_.size(); } in size() function in BacktraceMap
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_permutation.cpp112 for (size_t i = 0; i < skeletonParts.size() - 2; i++) { in testPermutations()
114 for (size_t j = i + 1; j < skeletonParts.size() - 1; j++) { in testPermutations()
116 for (size_t k = j + 1; k < skeletonParts.size(); k++) { in testPermutations()
152 infoln(u"Quick mode: stopped after " + Int64ToUnicodeString(resultLines.size()) + in testPermutations()
/third_party/icu/icu4c/source/tools/gentest/
H A Dgentest.c12 * tab size: 8 (not used)
110 uint32_t size; in createData() local
130 size=sizeof(stringValue) + sizeof(intValue); in createData()
133 if(dataLength!=(long)size) { in createData()
134 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n", in createData()
135 dataLength, (unsigned long)size); in createData()
/third_party/libfuse/test/
H A Dstracedecode.c76 arg->fh, arg->offset, arg->size, arg->read_flags, in process_buf()
83 arg->fh, arg->offset, arg->size, arg->write_flags, in process_buf()
104 arg->attr.ino, arg->attr.size, arg->attr.blocks); in process_buf()
111 arg->attr.ino, arg->attr.size, arg->attr.blocks); in process_buf()
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.h45 static AllocationState const* Open(AllocationGroup* group, intptr_t size, in Open() argument
47 return zone->New<AllocationState>(group, size, top, effect); in Open()
55 intptr_t size() const { return size_; } in size() function in v8::internal::compiler::final::final
62 AllocationState(AllocationGroup* group, intptr_t size, Node* top,
66 // The upper bound of the combined allocated object size on the current path
/third_party/node/deps/v8/src/builtins/
H A Dconstants-table-builder.cc52 *find_result.entry = map_.size() - 1; in AddObject()
108 if (map_.size() == 0) return; in Finalize()
111 isolate_->factory()->NewFixedArray(map_.size(), AllocationType::kOld); in Finalize()
130 for (int i = 0; i < map_.size(); i++) { in Finalize()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc168 bool OS::DecommitPages(void* address, size_t size) { in DecommitPages() argument
180 mmap(address, size, PROT_NONE, MAP_FIXED | MAP_ANONYMOUS | MAP_PRIVATE, -1, 0) in DecommitPages()
182 DCHECK_EQ(0, size % CommitPageSize()); in DecommitPages()
189 if (munmap(address, size)) { in DecommitPages()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-statistics-collector.cc82 const auto it = type_map.insert({header->GetName().value, type_map.size()}); in RecordObjectType()
84 if (object_statistics.size() <= type_index) { in RecordObjectType()
110 stats.type_names.resize(type_name_to_index_map_.size()); in CollectDetailedStatistics()
122 DCHECK_EQ(0u, space.linear_allocation_buffer().size()); in VisitNormalPageSpace()
171 // object size. in VisitHeapObjectHeader()
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.h50 size_t size() const { return bytes_->size(); } in size() function in v8_inspector::protocol::Binary
53 static Binary fromSpan(const uint8_t* data, size_t size) { in fromSpan() argument
54 return Binary(std::make_shared<std::vector<uint8_t>>(data, data + size)); in fromSpan()
/third_party/mesa3d/src/util/
H A Dhash_table.h51 uint32_t size; member
114 uint32_t _mesa_hash_data(const void *data, size_t size);
115 uint32_t _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed);
134 _mesa_hash_table_reserve(struct hash_table *ht, unsigned size);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h47 * The size may be larger than the size originally requested for the
48 * allocation, such as being aligned to page size.
50 uint64_t size; member
165 const char *name, uint64_t size);
179 const char *name, uint64_t size,
186 size_t size);
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_fd.c52 static int fd_read(BIO *h, char *buf, int size);
54 static int fd_gets(BIO *h, char *buf, int size);
208 static int fd_gets(BIO *bp, char *buf, int size) in fd_gets() argument
212 char *end = buf + size - 1; in fd_gets()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_md.c21 static int md_read(BIO *h, char *buf, int size);
22 static int md_gets(BIO *h, char *str, int size);
208 static int md_gets(BIO *bp, char *buf, int size) in md_gets() argument
215 if (size < EVP_MD_CTX_get_size(ctx)) in md_gets()

Completed in 24 milliseconds

1...<<581582583584585586587588589590>>...1936