Home
last modified time | relevance | path

Searched refs:size (Results 17426 - 17450 of 46420) sorted by relevance

1...<<691692693694695696697698699700>>...1857

/third_party/nghttp2/src/
H A Dh2load.cc284 assert(worker->nclients == worker->clients.size()); in rate_period_timeout_w_cb()
414 if (client->streams.size() >= (size_t)config.max_concurrent_streams) { in client_request_timeout_cb()
862 curve_name.size(), nullptr)) { in print_server_tmp_key()
1051 assert(nwrite <= buf.size()); in on_stream_close()
1298 auto iovcnt = wb.riovec(iov.data(), iov.size()); in write_clear()
1466 msg.msg_controllen = msg_ctrl.size(); in write_udp()
1664 if (stats.size() < smp.max_samples) { in sample()
1706 if (samples.size() == 0) { in within_sd()
1714 return (m / static_cast<double>(samples.size())) * 100; in within_sd()
1763 nrequest_times += w->stats.req_stats.size(); in process_time_stats()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp91 return mRecords.size(); in getNumRecords()
248 VkDeviceSize size; member
252 : size (size_) in Parameters()
270 params.size, // VkDeviceSize allocationSize;
280 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits));
299 VkDeviceSize size;
304 : size (size_)
321 params.size, // VkDeviceSize size;
898 if (cur->useImmutableSampler && immutableSamplersPtr.size() < (size_
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
67 , m_size (size) in MultiPlaneImageData()
70 m_planeData[planeNdx].resize(getPlaneSizeInBytes(m_description, size, planeNdx, 0, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY)); in MultiPlaneImageData()
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
259 for (; ndx < size - stride + 1; ndx += stride) in fillRandomNoNaN()
283 while (ndx < size) { in fillRandomNoNaN()
289 for (deUint32 ndx = 0; ndx < size; ++ndx) in fillRandomNoNaN()
498 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory()
718 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory()
802 const tcu::IVec3& size, in ChannelAccess()
800 ChannelAccess(tcu::TextureChannelClass channelClass, deUint8 channelSize, const tcu::IVec3& size, const tcu::IVec3& bitPitch, void* data, deUint32 bitOffset) ChannelAccess() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc707 // Set work-group size defaults. in WorkgroupSize()
1239 std::vector<const sem::Expression*> args(expr->args.size());
1240 std::vector<const sem::Type*> arg_tys(args.size());
1243 for (size_t i = 0; i < expr->args.size(); i++) {
1257 if (args.size() == 1) {
1627 auto size = s.size();
1628 swizzle.reserve(s.size());
1650 expr->member->source.Begin() + swizzle.size());
1660 if (size <
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
67 , m_size (size) in MultiPlaneImageData()
70 m_planeData[planeNdx].resize(getPlaneSizeInBytes(m_description, size, planeNdx, 0, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY)); in MultiPlaneImageData()
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
259 for (; ndx < size - stride + 1; ndx += stride) in fillRandomNoNaN()
283 while (ndx < size) { in fillRandomNoNaN()
289 for (deUint32 ndx = 0; ndx < size; ++ndx) in fillRandomNoNaN()
498 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory()
717 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory()
801 const tcu::IVec3& size, in ChannelAccess()
799 ChannelAccess(tcu::TextureChannelClass channelClass, deUint8 channelSize, const tcu::IVec3& size, const tcu::IVec3& bitPitch, void* data, deUint32 bitOffset) ChannelAccess() argument
[all...]
/third_party/python/Modules/
H A Darraymodule.c141 current size, then proceed with the realloc() to shrink the array. in array_resize()
159 /* This over-allocates proportional to the array size, making room in array_resize()
174 like it does for lists since the size is not known at compile time */ in array_resize()
213 must use the next size up that is signed ('h') and manually do in b_setitem()
313 must use the next size up and manually do the overflow checking */ in HH_setitem()
586 newarrayobject(PyTypeObject *type, Py_ssize_t size, const struct arraydescr *descr) in newarrayobject() argument
591 if (size < 0) { in newarrayobject()
597 if (size > PY_SSIZE_T_MAX / descr->itemsize) { in newarrayobject()
600 nbytes = size * descr->itemsize; in newarrayobject()
606 op->allocated = size; in newarrayobject()
878 Py_ssize_t size; array_concat() local
921 Py_ssize_t size = array_length * n; array_repeat() local
1019 Py_ssize_t size, oldsize, bbsize; array_do_extend() local
1078 Py_ssize_t size = array_size * self->ob_descr->itemsize; array_inplace_repeat() local
1549 Py_ssize_t size = BLOCKSIZE; array_array_tofile_impl() local
1791 size_t size; global() member
[all...]
/third_party/googletest/googletest/src/
H A Dgtest.cc411 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized()
419 for (size_t i = 0; i < case_list.size(); i++) { in SumOverTestSuiteList()
699 const char* const name_end = name + name_str.size(); in PatternMatchesString()
778 pattern.c_str() + pattern.size()); in MatchesName()
801 if (positive_and_negative_filters.size() > 1) { in PositiveAndNegativeUnitTestFilter()
809 for (std::size_t i = 2; i < positive_and_negative_filters.size(); i++) in PositiveAndNegativeUnitTestFilter()
964 if (results.size() != 1) {
966 << " Actual: " << results.size() << " failures";
967 for (int i = 0; i < results.size(); i++) {
1063 return static_cast<int>(test_suites_.size());
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c161 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
162 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
167 compiler->size++; in push_cpool()
173 compiler->size++; in push_cpool()
182 compiler->size++; in push_cpool()
194 if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092))) in push_inst()
199 compiler->size++; in push_inst()
212 if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092))) in push_inst_with_literal()
244 compiler->size in push_inst_with_literal()
672 sljit_uw size; sljit_generate_code() local
1064 sljit_s32 i, tmp, size, word_arg_count; sljit_emit_enter() local
1229 sljit_s32 size; sljit_set_context() local
2331 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_u32 size) sljit_emit_op_custom() argument
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c105 size_t size;
220 // Capacity must be > size because we insert a NUL byte.
223 unsigned size; member
291 int limit; // 80% of table size ((mask+1)*8/10)
406 static struct zlist *zlist_initx(struct zlist *p, size_t size, size_t count) in zlist_initx() argument
408 p->base = p->avail = xzalloc(count * size); in zlist_initx()
409 p->limit = p->base + size * count; in zlist_initx()
410 p->size = size; in zlist_initx()
414 static struct zlist *zlist_init(struct zlist *p, size_t size) in zlist_init() argument
509 new_zstring(char *s, size_t size) new_zstring() argument
661 int size = m->mask + 1; zmap_rehash() local
2715 set_zvalue_str(struct zvalue *v, char *s, size_t size) set_zvalue_str() argument
2728 set_field(struct zmap *unused, int fnum, char *s, size_t size) set_field() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c91 * pci=hpmmiosize=nnM overrides non-prefetchable MMIO size,
92 * pci=hpmmioprefsize=nnM overrides prefetchable MMIO size;
1643 int bar_idx, size; in pci_restore_rebar_state() local
1648 size = ilog2(resource_size(res)) - 20; in pci_restore_rebar_state()
1650 ctrl |= size << PCI_REBAR_CTRL_BAR_SHIFT; in pci_restore_rebar_state()
1711 size_t size; in pci_store_saved_state() local
1716 size = sizeof(*state) + sizeof(struct pci_cap_saved_data); in pci_store_saved_state()
1719 size += sizeof(struct pci_cap_saved_data) + tmp->cap.size; in pci_store_saved_state()
1721 state = kzalloc(size, GFP_KERNE in pci_store_saved_state()
3293 _pci_add_cap_save_buffer(struct pci_dev *dev, u16 cap, bool extended, unsigned int size) _pci_add_cap_save_buffer() argument
3319 pci_add_cap_save_buffer(struct pci_dev *dev, char cap, unsigned int size) pci_add_cap_save_buffer() argument
3324 pci_add_ext_cap_save_buffer(struct pci_dev *dev, u16 cap, unsigned int size) pci_add_ext_cap_save_buffer() argument
3636 pci_rebar_set_size(struct pci_dev *pdev, int bar, int size) pci_rebar_set_size() argument
4007 pci_register_io_range(struct fwnode_handle *fwnode, phys_addr_t addr, resource_size_t size) pci_register_io_range() argument
4164 devm_pci_remap_cfgspace(struct device *dev, resource_size_t offset, resource_size_t size) devm_pci_remap_cfgspace() argument
4207 resource_size_t size; devm_pci_remap_cfg_resource() local
6288 resource_size_t size; pci_request_resource_alignment() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c178 size_t size) /* I - Size of destination string buffer */ in strlcpy()
187 size --; in strlcpy()
195 if (srclen > size) in strlcpy()
196 srclen = size; in strlcpy()
341 pwg_compare_sizes(cups_size_t *a, /* I - First media size */ in pwg_compare_sizes()
342 cups_size_t *b) /* I - Second media size */ in pwg_compare_sizes()
349 * 'pwg_copy_size()' - Copy a media size.
352 static cups_size_t * /* O - New media size */
353 pwg_copy_size(cups_size_t *size) /* I - Media size t argument
176 strlcpy(char *dst, const char *src, size_t size) strlcpy() argument
1587 cups_size_t *size; /* Current media size */ ppdCreateFromIPP2() local
[all...]
/third_party/libdrm/
H A Dxf86drm.c312 size_t size = 0; in drmGetFormatModifierNameFromArm() local
316 fp = open_memstream(&modifier_name, &size); in drmGetFormatModifierNameFromArm()
453 size_t size = 0; in drmGetFormatModifierNameFromAmd() local
462 fp = open_memstream(&mod_amd, &size); in drmGetFormatModifierNameFromAmd()
611 drm_public void *drmMalloc(int size) in drmMalloc() argument
613 return calloc(1, size); in drmMalloc()
1512 * \param size of the memory in bytes.
1523 * - \p size will be the size of the frame buffer in bytes, and
1533 * - \p size wil
1555 drmAddMap(int fd, drm_handle_t offset, drmSize size, drmMapType type, drmMapFlags flags, drm_handle_t *handle) drmAddMap() argument
1600 drmAddBufs(int fd, int count, int size, drmBufDescFlags flags, int agp_offset) drmAddBufs() argument
1719 drmMap(int fd, drm_handle_t handle, drmSize size, drmAddressPtr address) drmMap() argument
1750 drmUnmap(drmAddress address, drmSize size) drmUnmap() argument
2273 drmAgpAlloc(int fd, unsigned long size, unsigned long type, unsigned long *address, drm_handle_t *handle) drmAgpAlloc() argument
2571 drmScatterGatherAlloc(int fd, unsigned long size, drm_handle_t *handle) drmScatterGatherAlloc() argument
2817 drmGetMap(int fd, int idx, drm_handle_t *offset, drmSize *size, drmMapType *type, drmMapFlags *flags, drm_handle_t *handle, int *mtrr) drmGetMap() argument
3053 drmCommandRead(int fd, unsigned long drmCommandIndex, void *data, unsigned long size) drmCommandRead() argument
3082 drmCommandWrite(int fd, unsigned long drmCommandIndex, void *data, unsigned long size) drmCommandWrite() argument
3111 drmCommandWriteRead(int fd, unsigned long drmCommandIndex, void *data, unsigned long size) drmCommandWriteRead() argument
3477 size_t size = 0, len; sysfs_uevent_get() local
4002 size_t max_node_length, extra, size; drmDeviceAlloc() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp101 // size n.
102 // Vectors of size 4 or less use a [x,y,z,w] element naming scheme.
552 uint32_t size = 0; // in bits.
556 uint32_t sizeInBytes() const override { return size / 8; }
599 uint32_t size; // In elements
607 uint32_t sizeInBytes() const override { return base->sizeInBytes() * size; }
608 size_t numMembers() const override { return size; }
618 for(size_t i = 0; i < size; i++)
692 uint32_t size = 0; // in bits
708 uint32_t size
[all...]
/third_party/backends/backend/
H A Dumax.c204 static int umax_scsi_buffer_size_min = 32768; /* default: minimum scsi buffer size: 32 KB */
205 static int umax_scsi_buffer_size_max = 131072; /* default: maximum scsi buffer size: 128 KB */
208 /* this value should not be too large because it defines the step size in which */
600 DBG_inq_nz("built-in halftone pattern size ............: 2x2\n", get_inquiry_halftones_2x2(inquiry_block)); in umax_print_inquiry()
601 DBG_inq_nz("built-in halftone pattern size ............: 4x4\n", get_inquiry_halftones_4x4(inquiry_block)); in umax_print_inquiry()
602 DBG_inq_nz("built-in halftone pattern size ............: 6x6\n", get_inquiry_halftones_6x6(inquiry_block)); in umax_print_inquiry()
603 DBG_inq_nz("built-in halftone pattern size ............: 8x8\n", get_inquiry_halftones_8x8(inquiry_block)); in umax_print_inquiry()
604 DBG_inq_nz("built-in halftone pattern size ............: 12x12\n", get_inquiry_halftones_12x12(inquiry_block)); in umax_print_inquiry()
1185 /* scansize_pixel = size in pixels at 1200 dpi */ in umax_calculate_pixels()
1502 size_t size in umax_scsi_get_lamp_status() local
1596 size_t size = rs_return_block_size; umax_do_request_sense() local
1922 umax_send_data(Umax_Device *dev, void *data, int size, int datatype) umax_send_data() argument
1946 umax_send_halftone_pattern(Umax_Device *dev, void *data, int size) umax_send_halftone_pattern() argument
1957 umax_send_shading_data(Umax_Device *dev, void *data, int size) umax_send_shading_data() argument
1967 umax_send_gain_data(Umax_Device *dev, void *data, int size) umax_send_gain_data() argument
2360 size_t size; umax_do_inquiry() local
2391 int size = 1; umax_start_scan() local
2694 umax_do_new_inquiry(Umax_Device *dev, size_t size) umax_do_new_inquiry() argument
4643 size_t size, max_size = 0; max_string_size() local
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp353 ASSERT_EQ(extension_count, device_extensions.size()); in TEST()
358 ASSERT_EQ(extension_count, device_extensions.size()); in TEST()
380 ASSERT_EQ(extension_count, device_extensions.size()); in TEST()
386 ASSERT_EQ(extension_count, device_extensions.size() - 1); in TEST()
416 ASSERT_EQ(extension_count, exts_to_expect.size()); in exercise_EnumerateDeviceExtensionProperties()
421 ASSERT_EQ(extension_count, exts_to_expect.size()); in exercise_EnumerateDeviceExtensionProperties()
422 for (uint32_t i = 0; i < exts_to_expect.size(); i++) { in exercise_EnumerateDeviceExtensionProperties()
428 uint32_t extension_count = static_cast<uint32_t>(exts_to_expect.size()); in exercise_EnumerateDeviceExtensionProperties()
432 ASSERT_EQ(extension_count, exts_to_expect.size()); in exercise_EnumerateDeviceExtensionProperties()
435 ASSERT_EQ(extension_count, exts_to_expect.size()); in exercise_EnumerateDeviceExtensionProperties()
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp42 int64_t length = distributedOption->supportDisplayDevices.size; in GetNotificationSupportDisplayDevices()
65 int64_t length = distributedOption->supportOperateDevices.size; in GetNotificationSupportOperateDevices()
418 int64_t length = result->lines.size; in GetNotificationMultiLineContentLines()
519 int64_t length = contentResult->button.names.size; in GetNotificationLocalLiveViewButton()
528 length = contentResult->button.icons.size; in GetNotificationLocalLiveViewButton()
540 LOGE("Invalid pixelMap object or pixelMap is over size."); in GetNotificationLocalLiveViewButton()
906 CArrI64 vibrationValues = { .head = NULL, .size = 0 }; in SetNotificationSlot()
907 vibrationValues.size = static_cast<int64_t>(vec.size()); in SetNotificationSlot()
908 if (vibrationValues.size > in SetNotificationSlot()
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp471 uint32_t size = blob->data[blob->size - 1] == '\0' ? blob->size - 1 : blob->size; in GetThisUpdate() local
472 napi_create_string_utf8(env, reinterpret_cast<char *>(blob->data), size, &result); in GetThisUpdate()
496 uint32_t size = blob->data[blob->size - 1] == '\0' ? blob->size - 1 : blob->size; in GetNextUpdate() local
497 napi_create_string_utf8(env, reinterpret_cast<char *>(blob->data), size, in GetNextUpdate()
892 uint32_t size = blob->data[blob->size - 1] == '\\0' ? blob->size - 1 : blob->size; GetSigAlgName() local
917 uint32_t size = blob->data[blob->size - 1] == '\\0' ? blob->size - 1 : blob->size; GetSigAlgOID() local
[all...]
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c384 (sharedMem->size != 0); in ReleaseSharedMemory()
391 ret = munmap(sharedMem->buffer, sharedMem->size); in ReleaseSharedMemory()
400 sharedMem->size = 0; in ReleaseSharedMemory()
517 param->memref.size_addr = (unsigned int)(uintptr_t)&tempRef->size; in TEEC_EncodeTempParam()
518 param->memref.size_h_addr = ((unsigned long long)(uintptr_t)&tempRef->size) >> H_OFFSET; in TEEC_EncodeTempParam()
527 param->memref.size_addr = (unsigned int)(uintptr_t)&memRef->parent->size; in TEEC_EncodePartialParam()
528 param->memref.size_h_addr = ((unsigned long long)(uintptr_t)&memRef->parent->size) >> H_OFFSET; in TEEC_EncodePartialParam()
531 param->memref.size_addr = (unsigned int)(uintptr_t)&memRef->size; in TEEC_EncodePartialParam()
532 param->memref.size_h_addr = ((unsigned long long)(uintptr_t)&memRef->size) >> H_OFFSET; in TEEC_EncodePartialParam()
1304 shmInner->size in TEEC_RegisterSharedMemory()
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp128 if (telRilCall_.size() == MAX_SLOT_COUNT) { in InitTelExtraModule()
140 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilSms_.size()) { in GetTelRilSms()
150 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilSim_.size()) { in GetTelRilSim()
160 int32_t size = static_cast<int32_t>(telRilSim_.size()); in GetTelRilSimSize() local
161 return size; in GetTelRilSimSize()
167 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilCall_.size()) { in GetTelRilCall()
177 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilData_.size()) { in GetTelRilData()
187 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilNetwork_.size()) { in GetTelRilNetwork()
197 if (slotId < 0 || static_cast<size_t>(slotId) >= telRilModem_.size()) { in GetTelRilModem()
207 int32_t size = static_cast<int32_t>(telRilModem_.size()); GetTelRilModemSize() local
223 int32_t size = static_cast<int32_t>(telRilCall_.size()); ResetRilInterface() local
981 int32_t size = GetTelRilSimSize(); HandleRilInterfaceStatusCallback() local
995 int32_t size = GetTelRilModemSize(); HandleRilInterfaceStatusCallback() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm309 // ttmp SR memory offset : size(VGPR)+size(SGPR)+0x40
383 // HWREG SR memory offset : size(VGPR)+size(SVGPR)+size(SGPR)
429 // SGPR SR memory offset : size(VGPR)+size(SVGPR)
514 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 6 //LDS size in dwords = lds_size * 64dw
515 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 2 //LDS size in bytes
518 // LDS at offset: size(VGP
[all...]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dgrcan.c210 #error "Invalid default buffer size"
214 size_t size; member
362 /* a and b should both be in [0,size] and a == b == size should not hold */
363 static inline u32 grcan_ring_add(u32 a, u32 b, u32 size) in grcan_ring_add() argument
367 if (sum < size) in grcan_ring_add()
370 return sum - size; in grcan_ring_add()
373 /* a and b should both be in [0,size) */
374 static inline u32 grcan_ring_sub(u32 a, u32 b, u32 size) in grcan_ring_sub() argument
376 return grcan_ring_add(a, size in grcan_ring_sub()
[all...]
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S121 .macro dbgadtb, begin, size
134 kphex \size, 8 /* Size of appended DTB */
152 * The kernel build system appends the size of the
159 add \tmp1, \tmp1, \res @ address of inflated image size
351 mov r5, #0 @ init dtb size to 0
355 * r5 = appended dtb size (still unknown)
359 * r9 = size of decompressed image
382 /* Get the initial DTB size */
425 * kernel size to compensate if that .bss size i
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
H A Dtehuti.c14 * info about buffer's location, size and ID. An ID field is used to identify a
24 * packet size, HW desides on a RXF Fifo to pop buffer from. When packet is
34 * fifo - keeps info about fifo's size and location, relevant HW registers,
56 * overflow check in Bordeaux for RxD fifo free/used size.
80 static void bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size);
140 * @fsz_type: fifo size type: 0-4KB, 1-8KB, 2-16KB, 3-32KB
333 bdx_tx_push_desc_safe(priv, (char *)fw->data, fw->size); in bdx_fw_load()
759 * @new_mtu: new value for maximum frame size
992 /* TBD: ensure proper packet size */
1202 int tmp_len, size; in bdx_rx_receive() local
1802 bdx_tx_push_desc(struct bdx_priv *priv, void *data, int size) bdx_tx_push_desc() argument
1830 bdx_tx_push_desc_safe(struct bdx_priv *priv, void *data, int size) bdx_tx_push_desc_safe() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Devlist.c253 .size = sizeof(attr), /* to capture ABI version */ in evlist__add_dummy()
578 n = (event->header.size - sizeof(event->header)) >> 3; in perf_evlist__event2id()
807 /* we got file size value */ in parse_pages_arg()
828 pr_info("rounding mmap pages size to %s (%lu pages)\n", in parse_pages_arg()
902 pr_debug("mmap size %zuB\n", evlist->core.mmap_len); in evlist__mmap_ex()
1178 u16 size = 0; in perf_evlist__id_hdr_size() local
1186 size += sizeof(data->tid) * 2; in perf_evlist__id_hdr_size()
1189 size += sizeof(data->time); in perf_evlist__id_hdr_size()
1192 size += sizeof(data->id); in perf_evlist__id_hdr_size()
1195 size in perf_evlist__id_hdr_size()
1480 evlist__strerror_open(struct evlist *evlist, int err, char *buf, size_t size) evlist__strerror_open() argument
1533 evlist__strerror_mmap(struct evlist *evlist, int err, char *buf, size_t size) evlist__strerror_mmap() argument
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dattrib.c54 * the attribute has zero allocated size, i.e. there simply is no runlist.
116 * that if vcn exceeds the allocated size, we will refuse to in ntfs_map_runlist_nolock()
709 * @size: size of the destination buffer in bytes
710 * @initialized_size: initialized size of the attribute list
713 * the linear buffer @al. The maximum number of bytes copied to @al is @size
714 * bytes. Note, @size does not need to be a multiple of the cluster size. If
715 * @initialized_size is less than @size, the region in @al between
716 * @initialized_size and @size wil
720 load_attribute_list(ntfs_volume *vol, runlist *runlist, u8 *al_start, const s64 size, const s64 initialized_size) load_attribute_list() argument
1352 ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, const s64 size) ntfs_attr_size_bounds_check() argument
2510 unsigned start_ofs, end_ofs, size; ntfs_attr_set() local
[all...]

Completed in 66 milliseconds

1...<<691692693694695696697698699700>>...1857