Home
last modified time | relevance | path

Searched refs:size (Results 26476 - 26500 of 52414) sorted by relevance

1...<<1051105210531054105510561057105810591060>>...2097

/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerFuzzer.h32 int Run(const uint8_t* data, size_t size, MakeDeviceFn MakeDevice, bool supportsErrorInjection);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DStagingBuffer.h24 StagingBufferBase(size_t size);
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.h40 FT_Size size, /* CID_Size */
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.h40 FT_ULong size );
/third_party/skia/tools/skottie_ios_app/
H A DSkiaViewController.h13 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size;
/third_party/skia/docs/examples/
H A DPath_serialize.cpp10 copy.readFromMemory(data->data(), data->size()); in REG_FIDDLE()
/third_party/selinux/libsepol/cil/src/
H A Dcil_lexer.h51 int cil_lexer_setup(char *buffer, uint32_t size);
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dsymtab.h38 extern int symtab_init(symtab_t *, unsigned int size);
/third_party/spirv-tools/test/opt/
H A Dmodule_utils.h28 EXPECT_LE(5u, binary.size()); in GetIdBound()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp623 constexpr StringRef( char const* rawChars, size_type size ) noexcept
625 m_size( size ) in m_size()
630 m_size( stdString.size() ) in m_size()
652 constexpr auto size() const noexcept -> size_type {
662 // If start + length > size(), then the substring is [start, size()).
663 // If start > size(), then the substring is empty.
681 constexpr auto operator "" _sr( char const* rawChars, std::size_t size ) noexcept -> StringRef {
682 return StringRef( rawChars, size );
686 constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcep
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1062 const size = getUINativeModule().frameNode.getMeasuredSize(this.getNodePtr());
1063 return { width: size[0], height: size[1] };
1097 const size = getUINativeModule().frameNode.getConfigSize(this.getNodePtr());
1099 width: new LengthMetrics(size[0], size[1]),
1100 height: new LengthMetrics(size[2], size[3])
1140 setMeasuredSize(size) {
1141 getUINativeModule().frameNode.setMeasuredSize(this.getNodePtr(), Math.max(size
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp280 int size = static_cast<int>(address.addressIpv6.size()); in WriteIpAddress() local
281 data.WriteInt32(size); in WriteIpAddress()
282 for (int i = 0; i < size; i++) { in WriteIpAddress()
557 int size = reply.ReadInt32(); in ReadIpAddress() local
558 if (size > MAX_SIZE) { in ReadIpAddress()
559 WIFI_LOGE("Read IP address size error: %{public}d", size); in ReadIpAddress()
562 for (int i = 0; i < size; i++) { in ReadIpAddress()
572 int size in BigDataReadIpAddress() local
1784 int size = static_cast<int>(pidList.size() < MAX_PID_LIST_SIZE ? pidList.size() : MAX_PID_LIST_SIZE); SetAppFrozen() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp85 for (size_t i = 0; i < fields.size(); ++i) { in GetFillDownloadAssetStatement()
141 errCode = ExecuteFillDownloadAssetStatement(stmt, assetsField.size() + 1, cloudGid); in FillCloudAssetForDownload()
204 for (size_t i = 0; i < data.assets.size(); ++i) { in FillCloudAssetForUpload()
321 return SQLiteUtils::BindInt64ToStatement(statement, dbAssets.size() + ROW_ID_INDEX, rowid); in InitFillUploadAssetStatement()
414 if (bindCount > condition.bindArgs.size() || bindCount < condition.bindArgs.size()) { in ExecuteSql()
419 for (size_t i = 0; i < condition.bindArgs.size(); i++) { in ExecuteSql()
472 LOGI("[GetClearWaterMarkTables] clearWaterMarkTables size = %zu.", clearWaterMarkTables.size()); in GetClearWaterMarkTables()
744 DBCommon::StringMiddleMasking(tableName).c_str(), tableName.size(), isLogicDelete in DoCleanShareTableDataAndLog()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c383 unsigned long size, *pe_alloc; in pnv_ioda_pick_m64_pe() local
391 size = ALIGN(phb->ioda.total_pe_num / 8, sizeof(unsigned long)); in pnv_ioda_pick_m64_pe()
392 pe_alloc = kzalloc(size, GFP_KERNEL); in pnv_ioda_pick_m64_pe()
1297 * Window size needs to be a power of two, but needs to account for in pnv_pci_ioda_dma_64bit_bypass()
1726 * Each TCE page is 4KB in size and each TCE entry occupies 8 in pnv_pci_ioda1_setup_dma_pe()
1786 const unsigned long size = tbl->it_indirect_levels ? in pnv_pci_ioda2_set_window() local
1804 size << 3, in pnv_pci_ioda2_set_window()
1970 0/* table size */, 0/* page size */); in pnv_pci_ioda2_unset_window()
1996 /* Calculate a direct table size fro in pnv_pci_ioda2_get_table_size()
2915 unsigned long size, m64map_off, m32map_off, pemap_off; pnv_pci_init_ioda_phb() local
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c64 /* For cmd area, the size is fixed 8MB */
68 * For data area, the block size is PAGE_SIZE and
69 * the total size is 256K * PAGE_SIZE.
648 static inline void tcmu_flush_dcache_range(void *vaddr, size_t size) in tcmu_flush_dcache_range() argument
653 size = round_up(size+offset, PAGE_SIZE); in tcmu_flush_dcache_range()
655 while (size) { in tcmu_flush_dcache_range()
658 size -= PAGE_SIZE; in tcmu_flush_dcache_range()
663 * Some ring helper functions. We don't assume size is a power of 2 so
666 static inline size_t spc_used(size_t head, size_t tail, size_t size) in spc_used() argument
676 spc_free(size_t head, size_t tail, size_t size) spc_free() argument
682 head_to_end(size_t head, size_t size) head_to_end() argument
2590 tcmu_send_dev_size_event(struct tcmu_dev *udev, u64 size) tcmu_send_dev_size_event() argument
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h409 "root=%llu(%s) inode=%llu size=%llu disk_isize=%llu "
455 "root=%llu(%s) inode=%llu size=%llu disk_isize=%llu "
744 __field( u64, size )
753 __entry->size = block_group->length;
760 TP_printk_btrfs("block_group offset=%llu size=%llu "
764 __entry->size,
972 const struct map_lookup *map, u64 offset, u64 size),
974 TP_ARGS(fs_info, map, offset, size),
981 __field( u64, size )
990 __entry->size
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dsysctl.c366 * @lenp: the size of the user buffer
388 static void proc_skip_spaces(char **buf, size_t *size) in proc_skip_spaces() argument
390 while (*size) { in proc_skip_spaces()
393 (*size)--; in proc_skip_spaces()
398 static void proc_skip_char(char **buf, size_t *size, const char v) in proc_skip_char() argument
400 while (*size) { in proc_skip_char()
403 (*size)--; in proc_skip_char()
448 * @size: size of the kernel buffer
452 * @perm_tr_len: size o
460 proc_get_long(char **buf, size_t *size, unsigned long *val, bool *neg, const char *perm_tr, unsigned perm_tr_len, char *tr) proc_get_long() argument
519 proc_put_long(void **buf, size_t *size, unsigned long val, bool neg) proc_put_long() argument
534 proc_put_char(void **buf, size_t *size, char c) proc_put_char() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c365 /* Swap mask and tag both are the same size */ in dr_ste_v1_prepare_for_postsend()
388 u32 reformat_id, int size) in dr_ste_v1_set_encap()
392 /* The hardware expects here size in words (2 byte) */ in dr_ste_v1_set_encap()
393 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_encap()
403 int size) in dr_ste_v1_set_insert_hdr()
409 /* The hardware expects here size and offset in words (2 byte) */ in dr_ste_v1_set_insert_hdr()
410 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_insert_hdr()
422 int size) in dr_ste_v1_set_remove_hdr()
387 dr_ste_v1_set_encap(u8 *hw_ste_p, u8 *d_action, u32 reformat_id, int size) dr_ste_v1_set_encap() argument
400 dr_ste_v1_set_insert_hdr(u8 *hw_ste_p, u8 *d_action, u32 reformat_id, u8 anchor, u8 offset, int size) dr_ste_v1_set_insert_hdr() argument
420 dr_ste_v1_set_remove_hdr(u8 *hw_ste_p, u8 *s_action, u8 anchor, u8 offset, int size) dr_ste_v1_set_remove_hdr() argument
462 dr_ste_v1_set_encap_l3(u8 *hw_ste_p, u8 *frst_s_action, u8 *scnd_d_action, u32 reformat_id, int size) dr_ste_v1_set_encap_l3() argument
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h411 "root=%llu(%s) inode=%llu size=%llu disk_isize=%llu "
457 "root=%llu(%s) inode=%llu size=%llu disk_isize=%llu "
836 __field( u64, size )
845 __entry->size = block_group->length;
852 TP_printk_btrfs("block_group offset=%llu size=%llu "
856 __entry->size,
1064 const struct map_lookup *map, u64 offset, u64 size),
1066 TP_ARGS(fs_info, map, offset, size),
1073 __field( u64, size )
1082 __entry->size
[all...]
/third_party/ffmpeg/libavformat/
H A Dhls.c78 int64_t size; member
445 sec->size = strtoll(info->byterange, NULL, 10); in new_init_section()
451 sec->size = -1; in new_init_section()
994 seg->size = seg_size; in parse_playlist()
1064 if (seg->size >= 0) in read_from_url()
1065 buf_size = FFMIN(buf_size, seg->size - pls->cur_seg_offset); in read_from_url()
1121 int size = pls->ctx->streams[1]->attached_pic.size; in id3_has_changed_values() local
1122 if (size != apic->buf->size in id3_has_changed_values()
[all...]
/third_party/backends/backend/
H A Dcanon.c209 size_t size, max_size = 0; in max_string_size() local
215 size = strlen (strings[i]) + 1; in max_string_size()
216 if (size > max_size) in max_string_size()
217 max_size = size; in max_string_size()
1143 s->opt[i].size = sizeof (SANE_Word); in init_options()
1170 s->opt[OPT_MODE].size = max_string_size (mode_list_fb620); in init_options()
1175 s->opt[OPT_MODE].size = max_string_size (mode_list_fb1200); in init_options()
1180 s->opt[OPT_MODE].size = max_string_size (mode_list_fs2710); in init_options()
1185 s->opt[OPT_MODE].size = max_string_size (mode_list); in init_options()
1196 s->opt[OPT_NEGATIVE].size in init_options()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java51 int[] offset, int[] size) { in SearchData()
59 this.size = size; in SearchData()
68 int[] size; field in SearchTest.SearchData
81 ElementComparisonType cmpType, String breaker, int[] offset, int[] size) { in SD()
82 return new SearchData(text, pattern, coll, strength, cmpType, breaker, offset, size); in SD()
683 int matchlength = search.size[count]; in assertEqualWithStringSearch()
716 int matchlength = search.size[count]; in assertEqualWithStringSearch()
1128 int matchlength = search.size[count]; in TestGetMatch()
1240 int matchlength = search.size[coun in TestGetSetOffset()
49 SearchData(String text, String pattern, String coll, int strength, ElementComparisonType cmpType, String breaker, int[] offset, int[] size) SearchData() argument
80 SD(String text, String pattern, String coll, int strength, ElementComparisonType cmpType, String breaker, int[] offset, int[] size) SD() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java54 int[] offset, int[] size) { in SearchData()
62 this.size = size; in SearchData()
71 int[] size; field in SearchTest.SearchData
84 ElementComparisonType cmpType, String breaker, int[] offset, int[] size) { in SD()
85 return new SearchData(text, pattern, coll, strength, cmpType, breaker, offset, size); in SD()
686 int matchlength = search.size[count]; in assertEqualWithStringSearch()
719 int matchlength = search.size[count]; in assertEqualWithStringSearch()
1131 int matchlength = search.size[count]; in TestGetMatch()
1243 int matchlength = search.size[coun in TestGetSetOffset()
52 SearchData(String text, String pattern, String coll, int strength, ElementComparisonType cmpType, String breaker, int[] offset, int[] size) SearchData() argument
83 SD(String text, String pattern, String coll, int strength, ElementComparisonType cmpType, String breaker, int[] offset, int[] size) SD() argument
[all...]
/third_party/libuv/src/win/
H A Dpipe.c38 /* A zero-size buffer for use by uv_pipe_read */
82 * the right size. */
109 static void uv__unique_pipe_name(char* ptr, char* name, size_t size) { in uv__unique_pipe_name() argument
110 snprintf(name, size, "\\\\?\\pipe\\uv\\%p-%lu", ptr, GetCurrentProcessId()); in uv__unique_pipe_name()
1536 /* Compute combined size of all combined buffers from `bufs`. */ in uv__build_coalesced_write_req()
1541 /* The total combined size of data buffers should not exceed UINT32_MAX, in uv__build_coalesced_write_req()
1546 /* Compute heap buffer size. */ in uv__build_coalesced_write_req()
1764 /* Compute the combined size of data buffers. */ in uv__pipe_write_ipc()
2456 static int uv__pipe_getname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv__pipe_getname() argument
2472 return uv__copy_utf16_to_utf8(handle->name, -1, buffer, size); in uv__pipe_getname()
2557 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getsockname() argument
2571 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getpeername() argument
[all...]
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs370 size: usize, in __itt_suppress_mark_range()
378 size: usize,
391 size: usize, in __itt_suppress_clear_range()
399 size: usize,
747 pub fn __itt_model_record_allocation(addr: *mut ::std::os::raw::c_void, size: usize); in __itt_model_record_allocation()
753 ::std::option::Option<unsafe extern "C" fn(addr: *mut ::std::os::raw::c_void, size: usize)>;
767 pub fn __itt_model_induction_uses(addr: *mut ::std::os::raw::c_void, size: usize); in __itt_model_induction_uses()
770 ::std::option::Option<unsafe extern "C" fn(addr: *mut ::std::os::raw::c_void, size: usize)>;
779 pub fn __itt_model_reduction_uses(addr: *mut ::std::os::raw::c_void, size: usize); in __itt_model_reduction_uses()
782 ::std::option::Option<unsafe extern "C" fn(addr: *mut ::std::os::raw::c_void, size
[all...]

Completed in 66 milliseconds

1...<<1051105210531054105510561057105810591060>>...2097