/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-literal-storage.c | 428 byte_p += ((size_t) compiled_code_p->size) << JMEM_ALIGNMENT_LOG; in ecma_save_literals_add_compiled_code() 450 size_t buffer_size, /**< size of the buffer */ in ecma_save_literals_for_snapshot() 451 size_t *in_out_buffer_offset_p, /**< [in,out] write position in the buffer */ in ecma_save_literals_for_snapshot() 464 size_t max_lit_table_size = buffer_size - *in_out_buffer_offset_p; in ecma_save_literals_for_snapshot()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 266 size_t source_length) /**< length of source buffer */ in jerryx_sha1_update() 268 size_t fill; in jerryx_sha1_update() 356 size_t source1_length, /**< length of the first part */ in jerryx_debugger_compute_sha1() 358 size_t source2_length, /**< length of the second part */ in jerryx_debugger_compute_sha1()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | LimitedStreams.cpp | 171 const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2);
in Read() 322 size <= _cacheSize - (size_t)offsetInCache)
in Read() 325 memcpy(data, _cache + (size_t)offsetInCache, size);
in Read()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pass.c | 146 size_t size = sizeof(*pass); in v3dv_CreateRenderPass2() 147 size_t subpasses_offset = size; in v3dv_CreateRenderPass2() 149 size_t attachments_offset = size; in v3dv_CreateRenderPass2() 173 const size_t subpass_attachment_bytes = in v3dv_CreateRenderPass2()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 140 static char *next_token2(FILE *f, char *buf, size_t buf_len, struct data_node *doc) in next_token2() 142 size_t i = 0; in next_token2() 576 static void macro_get_val(FILE *f, char *buf, size_t buf_len) in macro_get_val() 813 size_t len = strlen(name); in strip_name()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 98 static void show_http_content(const char *p, size_t l) in show_http_content() 119 void *user, void *in, size_t len) in callback_dumb_increment() 341 void *user, void *in, size_t len) in callback_lws_mirror() 485 void *user, void *in, size_t len) in callback_test_raw_client()
|
/third_party/node/src/crypto/ |
H A D | crypto_hash.cc | 141 bool Hash::HashUpdate(const char* data, size_t len) { in HashUpdate() 149 const char* data, size_t size) { in HashUpdate() 185 size_t default_len = EVP_MD_CTX_size(hash->mdctx_.get()); in HashDigest() 302 size_t expected = EVP_MD_CTX_size(ctx.get()); in DeriveBits()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 31 size_t buffer_size = 0; 172 void WriteSnapshot(uint8_t*& buffer, size_t& buffer_size); 173 void WriteObjects(ValueSerializer& destination, size_t count, 278 size_t buffer_size);
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hostref.cc | 21 auto get_export_func(const wasm::ownvec<wasm::Extern>& exports, size_t i) -> const wasm::Func* { 29 auto get_export_global(wasm::ownvec<wasm::Extern>& exports, size_t i) -> wasm::Global* { 37 auto get_export_table(wasm::ownvec<wasm::Extern>& exports, size_t i) -> wasm::Table* { 160 size_t i = 0; in run()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 86 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */ 95 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */ 868 size_t sect_size = 0; in ntfs_device_sector_size_get() 915 size_t s_block_size = block_size; in ntfs_device_block_size_set()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 25 size_t size_len; in stack_naming() 402 static volatile size_t dummy = 0; 423 size_t size, guard, size_len; in __pthread_create() 458 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 25 size_t size_len; in stack_naming() 338 static volatile size_t dummy = 0; 359 size_t size, guard, size_len; in __pthread_create() 394 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | propsvec.cpp | 223 uprv_memcpy(newVectors, pv->v, (size_t)rows*columns*4); in upvec_setValue() 245 uprv_memmove(firstRow+columns, firstRow, (size_t)count*4); in upvec_setValue() 256 uprv_memcpy(lastRow+columns, lastRow, (size_t)columns*4); in upvec_setValue() 420 uprv_memmove(pv->v+count, row+2, (size_t)valueColumns*4); in upvec_compact()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_win32.c | 531 static size_t ares_evsys_win32_wait(ares_event_thread_t *e, in ares_evsys_win32_wait() 538 size_t i; in ares_evsys_win32_wait() 539 size_t cnt = 0; in ares_evsys_win32_wait() 549 for (i = 0; i < (size_t)nentries; i++) { in ares_evsys_win32_wait()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formatted_string_builder.cpp | 18 inline void uprv_memcpy2(void* dest, const void* src, size_t len) { in uprv_memcpy2() 26 inline void uprv_memmove2(void* dest, const void* src, size_t len) { in uprv_memmove2() 309 auto newChars = static_cast<char16_t *> (uprv_malloc(sizeof(char16_t) * static_cast<size_t>(newCapacity))); in prepareForInsertHelper() 310 auto newFields = static_cast<Field *>(uprv_malloc(sizeof(Field) * static_cast<size_t>(newCapacity))); in prepareForInsertHelper()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir.c | 354 size_t bytes_emitted = sizeof(uint32_t) + sizeof(midgard_reg_info) + sizeof(midgard_vector_alu); in mir_bundle_for_op() 368 size_t count = (block->bundles.size / sizeof(midgard_bundle)); in mir_bundle_idx_for_ins() 389 size_t count = util_dynarray_num_elements(&block->bundles, midgard_bundle); in mir_insert_instruction_before_scheduled() 413 size_t count = util_dynarray_num_elements(&block->bundles, midgard_bundle); in mir_insert_instruction_after_scheduled()
|
/third_party/libexif/libexif/pentax/ |
H A D | mnote-pentax-entry.c | 430 size_t k, len = strlen(val), sizeleft; in mnote_pentax_entry_get_value() 447 size_t k, len = strlen(val), sizeleft; in mnote_pentax_entry_get_value() 464 size_t k, len = strlen(val), sizeleft; in mnote_pentax_entry_get_value() 481 size_t k, len = strlen(val), sizeleft; in mnote_pentax_entry_get_value()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 615 size_t ppp_strlcpy(char *dest, const char *src, size_t len); /* safe strcpy */ 616 size_t ppp_strlcat(char *dest, const char *src, size_t len); /* safe strncpy */
|
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 48 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd() 113 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment() 125 tcp_create_rx_segment(struct tcp_pcb* pcb, void* data, size_t data_len, u32_t seqno_offset, in tcp_create_rx_segment() 137 struct pbuf* tcp_create_rx_segment_wnd(struct tcp_pcb* pcb, void* data, size_t data_len, in tcp_create_rx_segment_wnd()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | load-elimination.h | 44 static const size_t kMaxTrackedElements = 8; 51 for (size_t i = 0; i < arraysize(elements_); ++i) { in AbstractElements() 96 size_t next_index_ = 0; 173 static size_t const kMaxTrackedFields = 32;
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.cc | 106 size_t length = static_cast<size_t>(literal_bytes_.length()); in IsOneByteEqualTo() 126 size_t length = rhs->length(); in Equal() 156 size_t length = std::min(lhs->length(), rhs->length()); in Compare()
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking.h | 105 static const size_t kLength = ((1 << kPageSizeBits) >> kTaggedSizeLog2) + 1; 107 static const size_t kSize; 109 static constexpr size_t CellsForLength(int length) { in CellsForLength() 113 static constexpr size_t CellsCount() { return CellsForLength(kLength); } in CellsCount()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 105 for (size_t i = frames.size(); i-- != 0;) { in GetCallStack() 164 const size_t frame_count = frames.size(); in FindWasmFrame() 296 size_t mem_size = instance->memory_size(); in GetWasmMemory() 323 size_t mem_size = instance->memory_size(); in GetWasmData()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_transfer.c | 51 static inline size_t 53 size_t stride, size_t layer_stride) in etna_compute_offset() 443 size_t size = ptrans->layer_stride * box->depth; in etna_transfer_map()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_bo.c | 59 panfrost_bo_alloc(struct panfrost_device *dev, size_t size, in panfrost_bo_alloc() 188 size_t size, uint32_t flags, const char *label, in panfrost_bo_cache_fetch() 367 panfrost_bo_create(struct panfrost_device *dev, size_t size, in panfrost_bo_create() 490 if ((bo->size == 0) || (bo->size == (size_t)-1)) { in panfrost_bo_import()
|