/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 28 var WHITESPACE_TOKENS = (_WHITESPACE_TOKENS = {}, _WHITESPACE_TOKENS[tokens.space] = true, _WHITESPACE_TOKENS[tokens.cr] = true, _WHITESPACE_TOKENS[tokens.feed] = true, _WHITESPACE_TOKENS[tokens.newline] = true, _WHITESPACE_TOKENS[tokens.tab] = true, _WHITESPACE_TOKENS); 164 case tokens.space: 340 if (spaceAfterMeaningfulToken || next && next[_tokenize.FIELDS.TYPE] === tokens.space || lastAdded === 'insensitive') { 373 * otherwise an array of comment nodes with space before and after. 376 * a previous node's space metadata. 386 var space = ""; 391 space += this.content(); 395 if (space) { 396 spaces.before = space; 397 space 731 _proto.space = function space() { global() function [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.cc | 47 for (int space = 0; space < kNumberOfSnapshotSpaces; ++space) { in Serializer() 49 instance_type_count_[space] = std::make_unique<int[]>(kInstanceTypes); in Serializer() 50 instance_type_size_[space] = std::make_unique<size_t[]>(kInstanceTypes); in Serializer() 60 void Serializer::CountAllocation(Map map, int size, SnapshotSpace space) { in CountAllocation() argument 63 const int space_number = static_cast<int>(space); in CountAllocation() 74 for (int space = 0; space < kNumberOfSnapshotSpaces; space in TotalAllocationSize() 411 SerializePrologue(SnapshotSpace space, int size, Map map) SerializePrologue() argument 642 SnapshotSpace space = SnapshotSpace::kOld; SerializeExternalStringAsSequentialString() local 822 SnapshotSpace space = GetSnapshotSpace(*object_); SerializeObject() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring.c | 16 unsigned int space; in intel_ring_update_space() local 18 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space() 20 ring->space = space; in intel_ring_update_space() 21 return space; in intel_ring_update_space() 199 /* Would completion of this request free enough space? */ in wait_for_space() 217 GEM_BUG_ON(ring->space < bytes); in wait_for_space() 241 * Not enough space for the basic request. So need to in intel_ring_begin() 249 * The base request will fit but the reserved space in intel_ring_begin() 258 if (unlikely(total_bytes > ring->space)) { in intel_ring_begin() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring.c | 21 unsigned int space; in intel_ring_update_space() local 23 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space() 25 ring->space = space; in intel_ring_update_space() 26 return space; in intel_ring_update_space() 208 /* Would completion of this request free enough space? */ in wait_for_space() 226 GEM_BUG_ON(ring->space < bytes); in wait_for_space() 250 * Not enough space for the basic request. So need to in intel_ring_begin() 258 * The base request will fit but the reserved space in intel_ring_begin() 267 if (unlikely(total_bytes > ring->space)) { in intel_ring_begin() [all...] |
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlb-funcs.S | 22 .space 64 28 .space FASTPATH_SIZE * 4 33 .space FASTPATH_SIZE * 4 38 .space FASTPATH_SIZE * 4
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlb-funcs.S | 22 .space 64 28 .space FASTPATH_SIZE * 4 33 .space FASTPATH_SIZE * 4 38 .space FASTPATH_SIZE * 4
|
/third_party/rust/crates/nom/tests/ |
H A D | arithmetic.rs | 5 character::complete::{digit1 as digit, space0 as space}, 18 delimited(space, delimited(tag("("), expr, tag(")")), space)(i) in parens() 27 map_res(delimited(space, digit, space), FromStr::from_str), in factor()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local 83 space = (u16) (data[2] << 8) + data[3]; in af9005_rc_decode() 84 if (space * 3 < mark) { in af9005_rc_decode() 102 space = (u16) (data[i + 2] << 8) + data[i + 3]; in af9005_rc_decode() 103 space >>= 1; in af9005_rc_decode() 104 if (mark * 2 > space) in af9005_rc_decode()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local 83 space = (u16) (data[2] << 8) + data[3]; in af9005_rc_decode() 84 if (space * 3 < mark) { in af9005_rc_decode() 102 space = (u16) (data[i + 2] << 8) + data[i + 3]; in af9005_rc_decode() 103 space >>= 1; in af9005_rc_decode() 104 if (mark * 2 > space) in af9005_rc_decode()
|
/kernel/liteos_a/kernel/common/ |
H A D | los_excinfo.c | 89 VOID SetRecordSpace(UINT32 space) in SetRecordSpace() argument 91 g_recordSpace = space; in SetRecordSpace() 123 VOID LOS_ExcInfoRegHook(UINT32 startAddr, UINT32 space, CHAR *buf, log_read_write_fn hook) in LOS_ExcInfoRegHook() argument 131 g_recordSpace = space; in LOS_ExcInfoRegHook() 141 VOID OsReadWriteExceptionInfo(UINT32 startAddr, UINT32 space, UINT32 flag, CHAR *buf) in OsReadWriteExceptionInfo() argument 143 if ((buf == NULL) || (space == 0)) { in OsReadWriteExceptionInfo() 144 PRINT_ERR("buffer is null or space is zero\n"); in OsReadWriteExceptionInfo()
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
H A D | reset_vector.S | 127 .space 32
131 .space 32
135 .space 1024
139 .space 1024
143 .space 1024
147 .space 512
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i5400_edac.c | 961 int space, n; in calculate_dimm_size() local 965 space = PAGE_SIZE; in calculate_dimm_size() 966 mem_buffer = p = kmalloc(space, GFP_KERNEL); in calculate_dimm_size() 984 n = snprintf(p, space, "---------------------------" in calculate_dimm_size() 987 space -= n; in calculate_dimm_size() 990 space = PAGE_SIZE; in calculate_dimm_size() 992 n = snprintf(p, space, "dimm %2d ", dimm); in calculate_dimm_size() 994 space -= n; in calculate_dimm_size() 999 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in calculate_dimm_size() 1001 space in calculate_dimm_size() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | ctl.c | 198 enum tb_cfg_space space, u32 offset, in check_config_address() 203 if (WARN(space != addr.space, "wrong space (expected %x, got %x\n)", in check_config_address() 204 space, addr.space)) in check_config_address() 209 if (WARN(length != addr.length, "wrong space (expected %x, got %x\n)", in check_config_address() 274 tb_ctl_dbg(ctl, "%llx:%x: invalid config space or offset\n", in tb_cfg_print_error() 823 * tb_cfg_read() - read from config space into buffer 828 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw() 197 check_config_address(struct tb_cfg_address addr, enum tb_cfg_space space, u32 offset, u32 length) check_config_address() argument 827 tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) tb_cfg_read_raw() argument 890 tb_cfg_write_raw(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) tb_cfg_write_raw() argument 948 tb_cfg_get_error(struct tb_ctl *ctl, enum tb_cfg_space space, const struct tb_cfg_result *res) tb_cfg_get_error() argument 968 tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length) tb_cfg_read() argument 994 tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length) tb_cfg_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | ctl.c | 209 enum tb_cfg_space space, u32 offset, in check_config_address() 214 if (WARN(space != addr.space, "wrong space (expected %x, got %x\n)", in check_config_address() 215 space, addr.space)) in check_config_address() 220 if (WARN(length != addr.length, "wrong space (expected %x, got %x\n)", in check_config_address() 277 tb_ctl_dbg(ctl, "%llx:%x: invalid config space or offset\n", in tb_cfg_print_error() 906 * tb_cfg_read_raw() - read from config space into buffer 911 * @space 208 check_config_address(struct tb_cfg_address addr, enum tb_cfg_space space, u32 offset, u32 length) check_config_address() argument 918 tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) tb_cfg_read_raw() argument 989 tb_cfg_write_raw(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) tb_cfg_write_raw() argument 1047 tb_cfg_get_error(struct tb_ctl *ctl, enum tb_cfg_space space, const struct tb_cfg_result *res) tb_cfg_get_error() argument 1070 tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length) tb_cfg_read() argument 1096 tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length) tb_cfg_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i5400_edac.c | 962 int space, n; in calculate_dimm_size() local 966 space = PAGE_SIZE; in calculate_dimm_size() 967 mem_buffer = p = kmalloc(space, GFP_KERNEL); in calculate_dimm_size() 985 n = snprintf(p, space, "---------------------------" in calculate_dimm_size() 988 space -= n; in calculate_dimm_size() 991 space = PAGE_SIZE; in calculate_dimm_size() 993 n = snprintf(p, space, "dimm %2d ", dimm); in calculate_dimm_size() 995 space -= n; in calculate_dimm_size() 1000 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes); in calculate_dimm_size() 1002 space in calculate_dimm_size() [all...] |
/kernel/liteos_a/kernel/base/vm/ |
H A D | shm.c | 345 STATIC VOID ShmVmmMapping(LosVmSpace *space, LOS_DL_LIST *pageList, VADDR_T vaddr, UINT32 regionFlags) in ShmVmmMapping() argument 355 ret = LOS_ArchMmuMap(&space->archMmu, va, pa, 1, regionFlags); in ShmVmmMapping() 363 VOID OsShmFork(LosVmSpace *space, LosVmMapRegion *oldRegion, LosVmMapRegion *newRegion) in OsShmFork() argument 377 ShmVmmMapping(space, &seg->node, newRegion->range.base, newRegion->regionFlags); in OsShmFork() 382 VOID OsShmRegionFree(LosVmSpace *space, LosVmMapRegion *region) in OsShmRegionFree() argument 393 LOS_ArchMmuUnmap(&space->archMmu, region->range.base, region->range.size >> PAGE_SHIFT); in OsShmRegionFree() 400 seg->ds.shm_lpid = LOS_GetCurrProcessID(); /* may not be the space's PID. */ in OsShmRegionFree() 533 LosVmSpace *space = OsCurrProcessGet()->vmSpace; in ShmatVmmAlloc() local 545 (VOID)LOS_MuxAcquire(&space->regionMux); in ShmatVmmAlloc() 547 region = LOS_RegionAlloc(space, in ShmatVmmAlloc() 751 LosVmSpace *space = OsCurrProcessGet()->vmSpace; ShmDt() local [all...] |
/third_party/musl/src/network/ |
H A D | dn_expand.c | 3 int __dn_expand(const unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand() argument 8 if (p==end || space <= 0) return -1; in __dn_expand() 9 dend = dest + (space > 254 ? 254 : space); in __dn_expand()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-dev-common.c | 25 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() argument 31 ret = tpm2_prepare_space(chip, space, buf, bufsiz); in tpm_dev_transmit() 33 * response with a TPM2_RC_COMMAND_CODE return for user-space. in tpm_dev_transmit() 50 ret = tpm2_commit_space(chip, space, buf, &len); in tpm_dev_transmit() 70 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_dev_async_work() 92 pr_warn("TPM user space timeout is deprecated (pid=%d)\n", in user_reader_timeout() 112 struct file_priv *priv, struct tpm_space *space) in tpm_common_open() 115 priv->space = space; in tpm_common_open() 224 ret = tpm_dev_transmit(priv->chip, priv->space, pri in tpm_common_write() 111 tpm_common_open(struct file *file, struct tpm_chip *chip, struct file_priv *priv, struct tpm_space *space) tpm_common_open() argument [all...] |
H A D | tpmrm-dev.c | 10 struct tpm_space space; member 24 rc = tpm2_init_space(&priv->space, TPM2_SPACE_BUFFER_SIZE); in tpmrm_open() 30 tpm_common_open(file, chip, &priv->priv, &priv->space); in tpmrm_open() 41 tpm2_del_space(fpriv->chip, &priv->space); in tpmrm_release()
|
/kernel/linux/linux-5.10/lib/ |
H A D | fault-inject.c | 23 int space; in setup_fault_attr() local 25 /* "<interval>,<probability>,<space>,<times>" */ in setup_fault_attr() 27 &interval, &probability, &space, ×) < 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() 128 if (atomic_read(&attr->space) > size) { in should_fail() 129 atomic_sub(size, &attr->space); in should_fail() 212 debugfs_create_atomic_t("space", mod in fault_create_debugfs_attr() [all...] |
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-dev-common.c | 24 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() argument 30 ret = tpm2_prepare_space(chip, space, buf, bufsiz); in tpm_dev_transmit() 32 * response with a TPM2_RC_COMMAND_CODE return for user-space. in tpm_dev_transmit() 49 ret = tpm2_commit_space(chip, space, buf, &len); in tpm_dev_transmit() 69 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_dev_async_work() 91 pr_warn("TPM user space timeout is deprecated (pid=%d)\n", in user_reader_timeout() 111 struct file_priv *priv, struct tpm_space *space) in tpm_common_open() 114 priv->space = space; in tpm_common_open() 223 ret = tpm_dev_transmit(priv->chip, priv->space, pri in tpm_common_write() 110 tpm_common_open(struct file *file, struct tpm_chip *chip, struct file_priv *priv, struct tpm_space *space) tpm_common_open() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | marking-barrier.cc | 178 void MarkingBarrier::DeactivateSpace(PagedSpace* space) { in DeactivateSpace() argument 180 for (Page* p : *space) { in DeactivateSpace() 185 void MarkingBarrier::DeactivateSpace(NewSpace* space) { in DeactivateSpace() argument 187 for (Page* p : *space) { in DeactivateSpace() 215 void MarkingBarrier::ActivateSpace(PagedSpace* space) { in ActivateSpace() argument 217 for (Page* p : *space) { in ActivateSpace() 222 void MarkingBarrier::ActivateSpace(NewSpace* space) { in ActivateSpace() argument 224 for (Page* p : *space) { in ActivateSpace()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-sha.c | 82 unsigned int space; in padlock_sha1_finup() local 94 space = SHA1_BLOCK_SIZE - leftover; in padlock_sha1_finup() 95 if (space) { in padlock_sha1_finup() 96 if (count > space) { in padlock_sha1_finup() 97 err = crypto_shash_update(&dctx->fallback, in, space) ?: in padlock_sha1_finup() 101 count -= space; in padlock_sha1_finup() 102 in += space; in padlock_sha1_finup() 143 unsigned int space; in padlock_sha256_finup() local 155 space = SHA256_BLOCK_SIZE - leftover; in padlock_sha256_finup() 156 if (space) { in padlock_sha256_finup() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | padlock-sha.c | 83 unsigned int space; in padlock_sha1_finup() local 95 space = SHA1_BLOCK_SIZE - leftover; in padlock_sha1_finup() 96 if (space) { in padlock_sha1_finup() 97 if (count > space) { in padlock_sha1_finup() 98 err = crypto_shash_update(&dctx->fallback, in, space) ?: in padlock_sha1_finup() 102 count -= space; in padlock_sha1_finup() 103 in += space; in padlock_sha1_finup() 144 unsigned int space; in padlock_sha256_finup() local 156 space = SHA256_BLOCK_SIZE - leftover; in padlock_sha256_finup() 157 if (space) { in padlock_sha256_finup() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.cpp | 414 void Run::addSpacesAtTheEnd(SkScalar space, Cluster* cluster) { in scaleFontWithCompressionConfig() argument 416 fAdvance.fX += space; in scaleFontWithCompressionConfig() 418 cluster->space(space); in scaleFontWithCompressionConfig() 421 SkScalar Run::addSpacesEvenly(SkScalar space) { in scaleFontWithCompressionConfig() argument 424 shift += space / PARAM_TWO; in scaleFontWithCompressionConfig() 428 fHalfLetterspacings[i] = space / PARAM_TWO; in scaleFontWithCompressionConfig() 429 shift += space; in scaleFontWithCompressionConfig() 432 shift -= space / PARAM_TWO; in scaleFontWithCompressionConfig() 440 SkScalar Run::addSpacesEvenly(SkScalar space, Cluste in scaleFontWithCompressionConfig() argument 462 addSpacesEvenly(SkScalar space, Cluster* cluster) scaleFontWithCompressionConfig() argument 498 extendClusterWidth(Cluster* cluster, SkScalar space) scaleFontWithCompressionConfig() argument [all...] |