/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 139 CalcDimension space; in SetIndicatorSpace() local 146 space = CalcDimension(valueStr, spaceUnitValue); in SetIndicatorSpace() 148 space = CalcDimension(spaceValue, spaceUnitValue); in SetIndicatorSpace() 150 GaugeModelNG::SetIndicatorSpace(frameNode, space); in SetIndicatorSpace()
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 216 .space VLOCK_SIZE * MAX_NR_CLUSTERS 221 .space 4 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER 225 .space 8 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER 229 .space 4 @ set by mcpm_sync_init()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 218 .space VLOCK_SIZE * MAX_NR_CLUSTERS 223 .space 4 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER 227 .space 8 * MAX_NR_CLUSTERS * MAX_CPUS_PER_CLUSTER 231 .space 4 @ set by mcpm_sync_init()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | help.c | 119 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local 127 if (space < max_cols) in pretty_print_string_list() 128 cols = max_cols / space; in pretty_print_string_list() 136 unsigned int size = space; in pretty_print_string_list()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm.h | 306 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size); 307 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space); 309 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd, 311 int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, void *buf,
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | help.c | 131 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() local 139 if (space < max_cols) in pretty_print_string_list() 140 cols = max_cols / space; in pretty_print_string_list() 148 unsigned int size = space; in pretty_print_string_list()
|
/third_party/alsa-lib/test/ |
H A D | seq-decoder.c | 107 char *space = " "; in decode_event() local 122 space, in decode_event() 130 printf("%sEvent = %s", space, event_names[ev->type]); in decode_event() 132 printf("%sEvent = Reserved %d\n", space, ev->type); in decode_event()
|
/third_party/FreeBSD/stand/kshim/ |
H A D | bsd_busspace.c | 61 void bus_space_read_region_1(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, 63 void bus_space_write_region_1(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, 65 void bus_space_read_region_4(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, 67 void bus_space_write_region_4(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset,
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 34 avail_out: Integer; (* remaining free space at next_out *) 57 extra_max: Integer; (* space at extra (only when reading header) *) 59 name_max: Integer; (* space at name (only when reading header) *) 61 comm_max: Integer; (* space at comment (only when reading header) *)
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 201 * Based on the assumption that the given amount of space 203 * NOTE: for smooth operation initial space offering should 212 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window() local 217 space = min(*window_clamp, space); in tcp_select_initial_window() 219 /* Quantize space offering to a multiple of mss if possible. */ in tcp_select_initial_window() 220 if (space > mss) in tcp_select_initial_window() 221 space = rounddown(space, mss); in tcp_select_initial_window() 232 (*rcv_wnd) = min(space, MAX_TCP_WINDO in tcp_select_initial_window() 3112 tcp_retrans_try_collapse(struct sock *sk, struct sk_buff *to, int space) tcp_retrans_try_collapse() argument 3778 int space, err = 0; tcp_send_syn_data() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.h | 54 const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index); 182 const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_t index); 184 const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_t index);
|
H A D | dot_indicator_paint_method.cpp | 302 const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) in CalculatePointCenterX() 329 return BackwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX() 331 return ForwardCalculation(itemHalfSizes, startCenterX, endCenterX, space, index); in CalculatePointCenterX() 510 float space = static_cast<float>(INDICATOR_ITEM_SPACE.ConvertToPx()); in UpdateBackground() local 512 space = (rectWidth + changeValue - padding * 2 - allPointDiameterSum) / (itemCount_ - 1); in UpdateBackground() 514 longPointCenterX_ = CalculatePointCenterX(itemHalfSizes, 0, padding, space, currentIndex_); in UpdateBackground() 673 const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_t index) in ForwardCalculation() 717 startCenterX += space; in ForwardCalculation() 718 endCenterX += space; in ForwardCalculation() 726 const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_ in BackwardCalculation() 301 CalculatePointCenterX( const LinearVector<float>& itemHalfSizes, float margin, float padding, float space, int32_t index) CalculatePointCenterX() argument 672 ForwardCalculation( const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_t index) ForwardCalculation() argument 725 BackwardCalculation( const LinearVector<float>& itemHalfSizes, float startCenterX, float endCenterX, float space, int32_t index) BackwardCalculation() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_drv.h | 79 int space; member 151 if (dev_priv->ring.space < n*4) \ 153 dev_priv->ring.space -= n*4; \
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_apitemp.py | 68 space = '' 83 silence += "%s(void) %s;" % (space, p.name); 84 space = ' '
|
/third_party/vixl/test/ |
H A D | test-donkey.cc | 218 size_t space = buffer_s.find(' '); in main() variable 219 if ((space != std::string::npos) && in main() 220 (buffer_s.substr(space).find("sp") != std::string::npos)) in main()
|
/third_party/rust/crates/nom/tests/ |
H A D | ini.rs | 4 alphanumeric1 as alphanumeric, char, multispace0 as multispace, space0 as space, 24 let (i, _) = tuple((opt(space), char('='), opt(space)))(i)?; in key_value()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_layout/old_cases/ |
H A D | linear_layout_test_ng.cpp | 474 // for two items, space between is (totalWidth - itemWidthSum) / 2.0f, and start position is spaceBetween / 2.0f in HWTEST_F() 529 // for two items, space between is (totalWidth - itemWidthSum) / 3, and start position is spaceBetween / 2.0f in HWTEST_F() 897 // for two items, space between is (totalWidth - itemWidthSum) / 2.0f, and start position is spaceBetween / 2.0f in HWTEST_F() 950 // for two items, space between is (totalWidth - itemWidthSum) / 3, and start position is spaceBetween / 2.0f in HWTEST_F() 1009 * @tc.desc: Test create row without space 1026 auto space = layoutProperty->GetSpace(); in HWTEST_F() local 1027 EXPECT_EQ(space.has_value(), false); in HWTEST_F() 1028 EXPECT_EQ(space->ConvertToPx(), 0); in HWTEST_F() 1035 * @tc.desc: Test create row with space 1050 auto space in HWTEST_F() local 1074 auto space = layoutProperty->GetSpace(); HWTEST_F() local 1098 auto space = layoutProperty->GetSpace(); HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Decode.java | 438 int space = 32768; in readHuffmanCodeLengths() 443 while (symbol < numSymbols && space > 0) { in readHuffmanCodeLengths() 454 space -= 32768 >> codeLen; in readHuffmanCodeLengths() 481 space -= repeatDelta << (15 - repeatCodeLen); in readHuffmanCodeLengths() 485 if (space != 0) { in readHuffmanCodeLengths() 486 throw new BrotliRuntimeException("Unused space"); // COV_NF_LINE in readHuffmanCodeLengths() 574 int space = 32; in readComplexHuffmanCode() 576 for (int i = skip; i < CODE_LENGTH_CODES && space > 0; i++) { in readComplexHuffmanCode() 585 space -= (32 >> v); in readComplexHuffmanCode() 589 if (space ! in readComplexHuffmanCode() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 176 void MarkingVerifier::VerifyMarking(NewSpace* space) { in VerifyMarking() argument 177 if (!space) return; in VerifyMarking() 178 Address end = space->top(); in VerifyMarking() 181 CHECK_EQ(space->first_allocatable_address(), in VerifyMarking() 182 space->first_page()->area_start()); in VerifyMarking() 184 PageRange range(space->first_allocatable_address(), end); in VerifyMarking() 193 void MarkingVerifier::VerifyMarking(PagedSpace* space) { in VerifyMarking() argument 194 for (Page* p : *space) { in VerifyMarking() 370 void EvacuationVerifier::VerifyEvacuation(NewSpace* space) { in VerifyEvacuation() argument 371 if (!space) retur in VerifyEvacuation() 382 VerifyEvacuation(PagedSpace* space) VerifyEvacuation() argument 544 TraceFragmentation(PagedSpace* space) TraceFragmentation() argument 633 VerifyMarkbitsAreDirty(ReadOnlySpace* space) VerifyMarkbitsAreDirty() argument 641 VerifyMarkbitsAreClean(PagedSpace* space) VerifyMarkbitsAreClean() argument 648 VerifyMarkbitsAreClean(NewSpace* space) VerifyMarkbitsAreClean() argument 656 VerifyMarkbitsAreClean(LargeObjectSpace* space) VerifyMarkbitsAreClean() argument 740 DrainSweepingWorklistForSpace( AllocationSpace space) DrainSweepingWorklistForSpace() argument 794 CollectEvacuationCandidates(PagedSpace* space) CollectEvacuationCandidates() argument 1782 AllocationSpace space = AllocateTargetObject(object, size, &target); global() variable 1783 MigrateObject(HeapObject::cast(target), object, size, space); global() variable 4503 CollectRememberedSetUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items, IterateableSpace* space, RememberedSetUpdatingMode mode) CollectRememberedSetUpdatingItems() argument 4789 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); ReleaseEvacuationCandidates() local 4798 StartSweepSpace(PagedSpace* space) StartSweepSpace() argument [all...] |
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_type.cpp | 314 std::string ASTType::GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const in GetNameWithNamespace() argument 316 std::vector<std::string> namespaceVec = StringHelper::Split(space->ToString(), "."); in GetNameWithNamespace() 321 std::string rootPackage = Options::GetInstance().GetRootPackage(space->ToString()); in GetNameWithNamespace() 378 std::string ASTType::GetNamespaceWithColon(AutoPtr<ASTNamespace> space, std::string name) const in GetNamespaceWithColon() argument 380 std::string value = GetNameWithNamespace(space, name); in GetNamespaceWithColon()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A D | i810_accel.c | 51 * wait_for_space - check ring buffer free space 52 * @space: amount of ringbuffer space needed in bytes 56 * The function waits until a free space from the ringbuffer 59 static inline int wait_for_space(struct fb_info *info, u32 space) in wait_for_space() argument 70 (par->iring.size - tail + head) >= space) || in wait_for_space() 71 (tail < head && (head - tail) >= space)) { in wait_for_space() 111 * @space: length of sequence in dwords 115 * Checks/waits for sufficient space in ringbuffer of size 116 * space 118 begin_iring(struct fb_info *info, u32 space) begin_iring() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | rc-ir-raw.c | 2 // rc-ir-raw.c - handle IR pulse/space events 65 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders 67 * @ev: the struct ir_raw_event descriptor of the pulse/space 70 * pulse/space duration for the raw ir decoding state machines. Pulses are 92 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space 94 * @pulse: true for pulse, false for space 97 * store the beginning of an ir pulse or space (or the start/end of ir 119 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw 123 * @ev: the struct ir_raw_event descriptor of the pulse/space 126 * pulse/space duratio 406 unsigned int space; ir_raw_gen_pd() local [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | rc-ir-raw.c | 2 // rc-ir-raw.c - handle IR pulse/space events 63 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders 65 * @ev: the struct ir_raw_event descriptor of the pulse/space 68 * pulse/space duration for the raw ir decoding state machines. Pulses are 90 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space 92 * @pulse: true for pulse, false for space 95 * store the beginning of an ir pulse or space (or the start/end of ir 117 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw 121 * @ev: the struct ir_raw_event descriptor of the pulse/space 124 * pulse/space duratio 404 unsigned int space; ir_raw_gen_pd() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/ |
H A D | i810_accel.c | 51 * wait_for_space - check ring buffer free space 52 * @space: amount of ringbuffer space needed in bytes 56 * The function waits until a free space from the ringbuffer 59 static inline int wait_for_space(struct fb_info *info, u32 space) in wait_for_space() argument 70 (par->iring.size - tail + head) >= space) || in wait_for_space() 71 (tail < head && (head - tail) >= space)) { in wait_for_space() 111 * @space: length of sequence in dwords 115 * Checks/waits for sufficient space in ringbuffer of size 116 * space 118 begin_iring(struct fb_info *info, u32 space) begin_iring() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 211 * pci_epf_free_space() - free the allocated PCI EPF register space 213 * @addr: the virtual address of the PCI EPF register space 214 * @bar: the BAR number corresponding to the register space 215 * @type: Identifies if the allocated space is for primary EPC or secondary EPC 217 * Invoke to free the allocated PCI EPF register space. 250 * pci_epf_alloc_space() - allocate memory for the PCI EPF register space 253 * @bar: the BAR number corresponding to the allocated register space 257 * Invoke to allocate memory for the PCI EPF register space. 266 void *space; in pci_epf_alloc_space() local 285 space in pci_epf_alloc_space() [all...] |