Home
last modified time | relevance | path

Searched refs:space (Results 101 - 125 of 793) sorted by relevance

12345678910>>...32

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dvfpmacros.h45 addeq \base, \base, #32*4 @ step over unused register space
51 addne \base, \base, #32*4 @ step over unused register space
70 addeq \base, \base, #32*4 @ step over unused register space
76 addne \base, \base, #32*4 @ step over unused register space
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dvfpmacros.h45 addeq \base, \base, #32*4 @ step over unused register space
51 addne \base, \base, #32*4 @ step over unused register space
70 addeq \base, \base, #32*4 @ step over unused register space
76 addne \base, \base, #32*4 @ step over unused register space
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dctl.h131 enum tb_cfg_space space, u32 offset,
135 enum tb_cfg_space space, u32 offset,
138 enum tb_cfg_space space, u32 offset, u32 length);
140 enum tb_cfg_space space, u32 offset, u32 length);
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
H A Dimg-ir-nec.c138 .space = { 8 /* 4.5ms */ },
143 .space = { 1 /* 562.5 us */ },
148 .space = { 3 /* 1687.5 us */ },
162 .space = { 4 /* 2.25 ms */ },
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-nec.c138 .space = { 8 /* 4.5ms */ },
143 .space = { 1 /* 562.5 us */ },
148 .space = { 3 /* 1687.5 us */ },
162 .space = { 4 /* 2.25 ms */ },
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dctl.h131 enum tb_cfg_space space, u32 offset,
135 enum tb_cfg_space space, u32 offset,
138 enum tb_cfg_space space, u32 offset, u32 length);
140 enum tb_cfg_space space, u32 offset, u32 length);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h115 void UpdatePosMapStart(float delta, float& listCurrentPos, float space, in UpdatePosMapStart() argument
124 float prevPos = it->second.mainPos + it->second.mainSize + space; in UpdatePosMapStart()
138 void UpdatePosMapEnd(int32_t prevEndIndex, float space, bool groupAtEnd) in UpdatePosMapEnd() argument
144 float prevPos = it->second.mainPos + it->second.mainSize + space; in UpdatePosMapEnd()
289 "lanes:%{public}d, space:%{public}f, totalItemCount:%{public}d", in PosMapRecalculate()
324 void UpdatePosMap(LayoutWrapper* layoutWrapper, int32_t lanes, float space, in UpdatePosMap() argument
336 if (!NearEqual(space, space_)) { in UpdatePosMap()
338 space_ = space; in UpdatePosMap()
353 void UpdateGroupPosMap(int32_t totalCount, int32_t lanes, float space, in UpdateGroupPosMap() argument
366 if (!NearEqual(space, space in UpdateGroupPosMap()
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_32.h305 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() argument
307 return __pte(((page) >> 4) | (space << 28) | pgprot_val(pgprot)); in mk_pte_io()
393 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
404 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
407 space = GET_IOSPACE(pfn); in io_remap_pfn_range()
408 phys_base = offset | (space << 32ULL); in io_remap_pfn_range()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h289 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io() argument
291 return __pte(((page) >> 4) | (space << 28) | pgprot_val(pgprot)); in mk_pte_io()
399 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
410 unsigned long long offset, space, phys_base; in io_remap_pfn_range() local
413 space = GET_IOSPACE(pfn); in io_remap_pfn_range()
414 phys_base = offset | (space << 32ULL); in io_remap_pfn_range()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp515 double space = 0.0; in UpdateText() local
547 x = x + width + space; in UpdateText()
565 double space = 0.0; in UpdateText() local
601 x = x + width + space; in UpdateText()
621 double space = 0.0; in UpdateTextPath() local
646 if (length < offset + width + space) { in UpdateTextPath()
650 offset += (width + space); in UpdateTextPath()
672 offset = offset + width + space; in UpdateTextPath()
690 double space = 0.0; in UpdateTextPath() local
714 if (length < offset + width + space) { in UpdateTextPath()
761 double space = 0.0; MeasureTextBounds() local
791 double space = 0.0; MeasureTextBounds() local
823 double space = 0.0; MeasureTextPathBounds() local
859 double space = 0.0; MeasureTextPathBounds() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.cpp28 const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) in Create()
36 if (space.has_value()) { in Create()
37 columnComponent->SetSpace(space.value()); in Create()
27 Create( const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) Create() argument
/kernel/liteos_a/syscall/
H A Dsyscall_pub.c33 int CheckRegion(const LosVmSpace *space, VADDR_T ptr, size_t len) in CheckRegion() argument
35 LosVmMapRegion *region = LOS_RegionFind((LosVmSpace *)space, ptr); in CheckRegion()
42 return CheckRegion(space, region->range.base + region->range.size, in CheckRegion()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dpage-funcs.S35 .space 288
51 .space 1344
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_column_bridge.cpp99 CalcDimension space; in SetSpace() local
100 ArkTSUtils::ParseJsDimensionVp(vm, secondArg, space, false); in SetSpace()
101 if (LessNotEqual(space.Value(), 0.0)) { in SetSpace()
106 nativeNode, space.Value(), static_cast<int>(space.Unit())); in SetSpace()
H A Darkts_native_row_bridge.cpp96 CalcDimension space; in SetSpace() local
97 ArkTSUtils::ParseJsDimensionVp(vm, secondArg, space, false); in SetSpace()
98 if (LessNotEqual(space.Value(), 0.0)) { in SetSpace()
102 GetArkUINodeModifiers()->getRowModifier()->setRowSpace(nativeNode, space.Value(), static_cast<int>(space.Unit())); in SetSpace()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dpci_vsc.c123 int mlx5_vsc_gw_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_gw_set_space() argument
141 val = MLX5_MERGE(val, space, VSC_SPACE_BIT_OFFS, VSC_SPACE_BIT_LEN); in mlx5_vsc_gw_set_space()
154 /* Get space max address if indicated by size valid bit */ in mlx5_vsc_gw_set_space()
159 mlx5_core_warn(dev, "Failed to get max space size\n"); in mlx5_vsc_gw_set_space()
283 int mlx5_vsc_sem_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_sem_set_space() argument
291 mlx5_core_warn(dev, "Failed to set gw space %d\n", ret); in mlx5_vsc_sem_set_space()
303 ret = mlx5_vsc_gw_write(dev, space, id); in mlx5_vsc_sem_set_space()
308 ret = mlx5_vsc_gw_read(dev, space, &data); in mlx5_vsc_sem_set_space()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dpci_vsc.c123 int mlx5_vsc_gw_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_gw_set_space() argument
141 val = MLX5_MERGE(val, space, VSC_SPACE_BIT_OFFS, VSC_SPACE_BIT_LEN); in mlx5_vsc_gw_set_space()
154 /* Get space max address if indicated by size valid bit */ in mlx5_vsc_gw_set_space()
159 mlx5_core_warn(dev, "Failed to get max space size\n"); in mlx5_vsc_gw_set_space()
283 int mlx5_vsc_sem_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_sem_set_space() argument
291 mlx5_core_warn(dev, "Failed to set gw space %d\n", ret); in mlx5_vsc_sem_set_space()
303 ret = mlx5_vsc_gw_write(dev, space, id); in mlx5_vsc_sem_set_space()
308 ret = mlx5_vsc_gw_read(dev, space, &data); in mlx5_vsc_sem_set_space()
/kernel/linux/linux-5.10/sound/drivers/vx/
H A Dvx_pcm.c611 int space, err = 0; in vx_pcm_playback_transfer_chunk() local
613 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_playback_transfer_chunk()
614 if (space < 0) { in vx_pcm_playback_transfer_chunk()
618 return space; in vx_pcm_playback_transfer_chunk()
620 if (space < size) { in vx_pcm_playback_transfer_chunk()
622 snd_printd("no enough hbuffer space %d\n", space); in vx_pcm_playback_transfer_chunk()
975 int size, space, count; in vx_pcm_capture_update() local
985 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_capture_update()
986 if (space < in vx_pcm_capture_update()
[all...]
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_pcm.c613 int space, err = 0; in vx_pcm_playback_transfer_chunk() local
615 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_playback_transfer_chunk()
616 if (space < 0) { in vx_pcm_playback_transfer_chunk()
620 return space; in vx_pcm_playback_transfer_chunk()
622 if (space < size) { in vx_pcm_playback_transfer_chunk()
624 snd_printd("no enough hbuffer space %d\n", space); in vx_pcm_playback_transfer_chunk()
984 int size, space, count; in vx_pcm_capture_update() local
994 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_capture_update()
995 if (space < in vx_pcm_capture_update()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Drcupdate.h363 #define rcu_check_sparse(p, space) \
364 ((void)(((typeof(*p) space *)p) == p))
366 #define rcu_check_sparse(p, space)
383 #define __rcu_access_pointer(p, space) \
386 rcu_check_sparse(p, space); \
389 #define __rcu_dereference_check(p, c, space) \
394 rcu_check_sparse(p, space); \
397 #define __rcu_dereference_protected(p, c, space) \
400 rcu_check_sparse(p, space); \
/kernel/linux/linux-6.6/include/linux/
H A Drcupdate.h445 #define rcu_check_sparse(p, space) \
446 ((void)(((typeof(*p) space *)p) == p))
448 #define rcu_check_sparse(p, space)
466 #define __rcu_access_pointer(p, local, space) \
469 rcu_check_sparse(p, space); \
472 #define __rcu_dereference_check(p, local, c, space) \
477 rcu_check_sparse(p, space); \
480 #define __rcu_dereference_protected(p, local, c, space) \
483 rcu_check_sparse(p, space); \
/kernel/linux/linux-6.6/lib/
H A Dfault-inject.c23 int space; in setup_fault_attr() local
25 /* "<interval>,<probability>,<space>,<times>" */ in setup_fault_attr()
27 &interval, &probability, &space, &times) < 4) { in setup_fault_attr()
36 atomic_set(&attr->space, space); in setup_fault_attr()
47 "space %d, times %d\n", attr->dname, in fail_dump()
49 atomic_read(&attr->space), in fail_dump()
137 if (atomic_read(&attr->space) > size) { in should_fail_ex()
138 atomic_sub(size, &attr->space); in should_fail_ex()
224 debugfs_create_atomic_t("space", mod in fault_create_debugfs_attr()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk208 sub(/;[[:space:]]*$/, "", last_fs);
228 paren_nesting == 0 && last_fs ~ /\.[[:space:]]*$/ &&
233 sub(/\.[[:space:]]*$/, "", last_fs);
257 if (!in_macro && $1 == "#include" && /^#include[[:space:]]+"rcu\.h"/) {
272 $0 ~ "^[[:alnum:]_]+[[:space:]]*(\\.|->)[[:space:]]*[[:alnum:]_]+" &&
296 if (match($0, /^smp_mb[[:space:]();\/*]*[[:alnum:]]/)) {
/kernel/linux/linux-5.10/tools/testing/fault-injection/
H A Dfailcmd.sh42 --interval=value, --space=value, --verbose=value, --task-filter=value,
87 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter:
146 -s|--space)
147 echo $2 > $FAULTATTR/space
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-spi.c27 u16 space; member
43 /* convert the pulse/space signal to raw binary signal */ in ir_spi_tx()
57 * contain a space duration. in ir_spi_tx()
59 val = (i % 2) ? idata->space : idata->pulse; in ir_spi_tx()
104 idata->space = 0xffff; in ir_spi_set_duty_cycle()
106 idata->space = 0; in ir_spi_set_duty_cycle()

Completed in 17 milliseconds

12345678910>>...32