/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 149 void SetSpace(const Dimension& space) in SetSpace() argument 151 space_ = space; in SetSpace()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_model_ng.cpp | 91 void LinearIndicatorModelNG::SetIndicatorStyleSpace(FrameNode* frameNode, const Dimension& space) in SetIndicatorStyleSpace() argument 93 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LinearIndicatorLayoutProperty, Space, space, frameNode); in SetIndicatorStyleSpace()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.h | 53 void SetIndicatorSpace(const Dimension& space) override; 69 static void SetIndicatorSpace(FrameNode* frameNode, const Dimension& space);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_span_ffi.cpp | 120 void FfiOHOSAceFrameworkSpanSetLetterSpacing(double space, int32_t unit) in FfiOHOSAceFrameworkSpanSetLetterSpacing() argument 122 Dimension value(space, static_cast<DimensionUnit>(unit)); in FfiOHOSAceFrameworkSpanSetLetterSpacing()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | overlength_dot_indicator_paint_method.h | 43 const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) override;
77 float endCenterX, float space, int32_t index) override;
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 72 .space 32 78 .space 32
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | efs.h | 106 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member 113 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | efs.h | 103 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member 110 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | toeplitz.sh | 35 grep -E [[:space:]]+[0-9]+:[[:space:]]+ |
|
/kernel/liteos_a/kernel/common/ |
H A D | los_config.h | 404 * the size of space for recording exception information 410 * the address of space for recording exception information 430 * <li> "startAddr" must be left to save the exception address space, the size of "buf" is "space" </li> 433 * @param startAddr [IN] Address of storage ,its must be left to save the exception address space 434 * @param space [IN] size of storage.its is also the size of "buf" 443 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf); 452 * and specify location and space and size</li> 456 * <li> "startAddr" must be left to save the exception address space, the size of "buf" is "space", [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | basic-memory-chunk.cc | 53 BasicMemoryChunk::BasicMemoryChunk(Heap* heap, BaseSpace* space, in BasicMemoryChunk() argument 63 owner_(space), in BasicMemoryChunk()
|
H A D | memory-chunk-layout.h | 90 static size_t ObjectStartOffsetInMemoryChunk(AllocationSpace space); 91 static size_t AllocatableMemoryInMemoryChunk(AllocationSpace space);
|
H A D | mark-compact.h | 237 IterateableSpace* space, RememberedSetUpdatingMode mode); 483 void CollectEvacuationCandidates(PagedSpace* space); 545 void DrainSweepingWorklistForSpace(AllocationSpace space); 547 // Checks if sweeping is in progress right now on any space. 593 void VerifyMarkbitsAreDirty(ReadOnlySpace* space); 594 void VerifyMarkbitsAreClean(PagedSpace* space); 595 void VerifyMarkbitsAreClean(NewSpace* space); 596 void VerifyMarkbitsAreClean(LargeObjectSpace* space); 745 void StartSweepSpace(PagedSpace* space);
|
/third_party/pulseaudio/man/ |
H A D | xmltoman | 42 my $space = shift; 50 s/^\s$//gm if (!$space);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_gauge_bridge.cpp | 441 CalcDimension space; in SetGaugeIndicator() local 442 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, spaceArg, space, false)) { in SetGaugeIndicator() 443 space = NG::INDICATOR_DISTANCE_TO_TOP; in SetGaugeIndicator() 445 if (space.IsNegative()) { in SetGaugeIndicator() 446 space = NG::INDICATOR_DISTANCE_TO_TOP; in SetGaugeIndicator() 449 space.CalcValue().c_str(), space.Value(), static_cast<int32_t>(space.Unit())); in SetGaugeIndicator()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tb.h | 247 * the path config space of @in_port. 303 * @clear_fc: Clear all flow control from the path config space entries 509 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_read() 517 space, in tb_sw_read() 523 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_write() 531 space, in tb_sw_write() 537 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_read() 545 space, in tb_port_read() 551 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_write() 559 space, in tb_port_write() 508 tb_sw_read(struct tb_switch *sw, void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_sw_read() argument 522 tb_sw_write(struct tb_switch *sw, const void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_sw_write() argument 536 tb_port_read(struct tb_port *port, void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_port_read() argument 550 tb_port_write(struct tb_port *port, const void *buffer, enum tb_cfg_space space, u32 offset, u32 length) tb_port_write() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_dma.c | 85 primary->space = primary->size; in mga_do_dma_reset() 144 primary->space = primary->size - primary->tail; in mga_do_dma_flush() 146 primary->space = head - tail; in mga_do_dma_flush() 150 DRM_DEBUG(" space = 0x%06x\n", primary->space); in mga_do_dma_flush() 182 primary->space = primary->size; in mga_do_dma_wrap_start() 184 primary->space = head - dev_priv->primary->offset; in mga_do_dma_wrap_start() 189 DRM_DEBUG(" space = 0x%06x\n", primary->space); in mga_do_dma_wrap_start() 918 dev_priv->prim.space in mga_do_init_dma() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 119 my $space; 149 $space = ""; 212 $space = $1; 216 undef($space); 240 if (!defined($space)) { 243 $space = $1; 247 $space = "" if (!($content =~ s/^($space)//));
|
/third_party/alsa-utils/alsamixer/ |
H A D | mixer_display.c | 687 int height, space; in compute_controls_layout() local 747 space = screen_lines - 6 - height; in compute_controls_layout() 748 if (space <= 1) in compute_controls_layout() 750 else if (space <= 10) in compute_controls_layout() 751 volume_height = space; in compute_controls_layout() 753 volume_height = 10 + (space - 10) / 2; in compute_controls_layout() 757 space = screen_lines - 6 - height; in compute_controls_layout() 758 channel_name_y = screen_lines - 2 - space / 2; in compute_controls_layout()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 530 char space[1024]; in StringPrintf() local 535 int32_t ret = vsnprintf_s(space, sizeof(space), sizeof(space) - 1, format, ap); in StringPrintf() 536 if (ret >= RET_OK && (size_t)ret < sizeof(space)) { in StringPrintf() 537 result = space; in StringPrintf()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 30 int space; in msdos_format_name() local 43 space = 1; in msdos_format_name() 68 space = (c == ' '); in msdos_format_name() 71 if (space) in msdos_format_name() 101 space = c == ' '; in msdos_format_name() 107 if (space) in msdos_format_name()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_msdos.c | 30 int space; in msdos_format_name() local 43 space = 1; in msdos_format_name() 68 space = (c == ' '); in msdos_format_name() 71 if (space) in msdos_format_name() 101 space = c == ' '; in msdos_format_name() 107 if (space) in msdos_format_name()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swap_state.c | 167 * add_to_swap - allocate swap space for a folio 170 * Allocate swap space for the folio and add the folio to the 518 * Locate a page of swap in physical memory, reserving swap cache space 675 struct address_space *spaces, *space; in init_swap_address_space() local 683 space = spaces + i; in init_swap_address_space() 684 xa_init_flags(&space->i_pages, XA_FLAGS_LOCK_IRQ); in init_swap_address_space() 685 atomic_set(&space->i_mmap_writable, 0); in init_swap_address_space() 686 space->a_ops = &swap_aops; in init_swap_address_space() 688 mapping_set_no_writeback_tags(space); in init_swap_address_space()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | sendmsg.c | 92 * Return true if there's sufficient Tx queue space. 102 * Wait for space to appear in the Tx queue or a signal to occur. 125 * Wait for space to appear in the Tx queue uninterruptibly, but with 166 * Wait for space to appear in the Tx queue uninterruptibly. 186 * wait for space to appear in the transmit/ACK window 366 txb->space -= offset; in rxrpc_send_data() 367 txb->space = min_t(size_t, chunk, txb->space); in rxrpc_send_data() 374 size_t copy = min_t(size_t, txb->space, msg_data_left(msg)); in rxrpc_send_data() 381 txb->space in rxrpc_send_data() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mlvdec.c | 407 unsigned int size, space; in read_packet() local 437 space = avio_rl32(pb); in read_packet() 438 avio_skip(pb, space); in read_packet() 445 if (space > UINT_MAX - 24 || size < (24 + space)) in read_packet() 447 ret = av_get_packet(pb, pkt, size - (24 + space)); in read_packet()
|