Home
last modified time | relevance | path

Searched refs:space (Results 1476 - 1500 of 1718) sorted by relevance

1...<<51525354555657585960>>...69

/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc63 // Code slots never appear in new space because CodeDataContainers, the
65 // the old space.
137 // Code slots never appear in new space because CodeDataContainers, the in HandleSlot()
139 // the old space. in HandleSlot()
397 // Update references into new space in CollectGarbage()
584 // We are not collecting slots on new space objects during mutation thus we in IterateAndScavengePromotedObject()
597 // When we compact map space, we also want to visit the map word. in IterateAndScavengePromotedObject()
616 AllocationSpace space = page->owner_identity(); in AddPageToSweeperIfNecessary() local
617 if ((space == OLD_SPACE) && !page->SweepingDone()) { in AddPageToSweeperIfNecessary()
619 space, reinterpret_cas in AddPageToSweeperIfNecessary()
[all...]
H A Dmemory-chunk.h28 // MemoryChunk represents a memory region owned by a specific space.
56 MemoryChunk(Heap* heap, BaseSpace* space, size_t size, Address area_start,
182 // Gets the chunk's allocation space, potentially dealing with a null owner_
211 // read-only space chunks.
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc809 const cppgc::internal::BaseSpace* space = in ReportCustomSpaceStatistics() local
812 space->begin(), space->end(), 0, [](size_t sum, auto* page) { in ReportCustomSpaceStatistics()
/third_party/python/Lib/urllib/
H A Dparse.py87 # Leading and trailing C0 control and space to be stripped per WHATWG spec.
475 # Only lstrip url as some applications rely on preserving trailing space.
906 space = ' '
908 space = b' '
909 string = quote(string, safe + space, encoding, errors)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1610 // Write-barrier triggers if the value is in the new space (has bit set) and
1611 // the object is in the old space (has bit cleared).
1625 // And the result with the negated space bit of the object.
1973 // is stored (allowing two more bits in address space).
3074 // Reserve space for arguments and align frame before entering
3106 // SP might have been modified to reserve space for arguments
3153 // Reserve space for locals.
3160 // optimized function and there may be extra space for spill slots to
3220 Heap::Space space) {
3225 (space
[all...]
/third_party/alsa-lib/include/
H A Dtimer.h157 int snd_timer_poll_descriptors(snd_timer_t *handle, struct pollfd *pfds, unsigned int space);
/third_party/libunwind/libunwind/doc/
H A Dunw_init_local.tex32 the address space of the current process (i.e., for local unwinding).
H A Dlibunwind-dynamic.tex47 the body. For example, the prologue may need to allocate some space
162 when loading statically-generated code into an address-space in a
196 address-space (which may be remote). Consequently, the type of the
199 via the address-space's \Func{access\_mem}() call-back, rather than
207 address-space-specific \Func{find\_proc\_info}() callback (see
263 descriptor with space for \Var{op\_count} unwind directives. Note
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c34 void *space[16]; member
/third_party/musl/src/env/
H A D__init_tls.c68 void *space[16]; member
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c65 void *space[16]; member
/third_party/ninja/misc/
H A Dninja.vim58 " '$ ' -> escaped space
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h213 int space() const { return capacity_ - length_; } in space() function in v8::internal::final
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh19 var="${var#"${var%%[![:space:]]*}"}"
21 var="${var%"${var##*[![:space:]]}"}"
132 # runtimes come with a space at the end (for Xcode 10) so let's trim all of our input to
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1623 double reserved, ovp, candidate, end, diff, space; in get_best_overprovision() local
1641 space = usable_main_segs - reserved - ovp; in get_best_overprovision()
1642 if (max_space < space) { in get_best_overprovision()
1643 max_space = space; in get_best_overprovision()
/third_party/ffmpeg/libavformat/
H A Dmpegenc.c1017 const int space = stream->max_buffer_size - stream->buffer_index; in output_packet() local
1018 int rel_space = 1024LL * space / stream->max_buffer_size; in output_packet()
1030 if (space < s->packet_size && !ignore_constraints) in output_packet()
1041 avail_space = space; in output_packet()
/third_party/curl/lib/
H A Dws.c885 *err = CURLE_AGAIN; /* no more space */ in ws_client_collect()
1045 size_t space; in curl_ws_send() local
1095 space = Curl_bufq_space(&ws->sendbuf); in curl_ws_send()
1096 DEBUGF(infof(data, "curl_ws_send(len=%zu), sendbuf len=%zu space %zu", in curl_ws_send()
1097 buflen, Curl_bufq_len(&ws->sendbuf), space)); in curl_ws_send()
1098 if(space < 14) in curl_ws_send()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c52 static int snd_pcm_ioplug_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
788 static int snd_pcm_ioplug_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) in snd_pcm_ioplug_poll_descriptors() argument
795 err = io->data->callback->poll_descriptors(io->data, pfds, space); in snd_pcm_ioplug_poll_descriptors()
801 if (space >= 1 && pfds) { in snd_pcm_ioplug_poll_descriptors()
971 i.e. as a user-space PCM driver.
1274 /* available data/space which can be transferred by the user in snd_pcm_ioplug_hw_avail()
1285 /* available data/space which can be transferred by the DMA */ in snd_pcm_ioplug_hw_avail()
/third_party/toybox/toys/pending/
H A Ddiff.c8 USE_DIFF(NEWTOY(diff, "<2>2(color)(strip-trailing-cr)B(ignore-blank-lines)d(minimal)b(ignore-space-change)ut(expand-tabs)w(ignore-all-space)i(ignore-case)T(initial-tab)s(report-identical-files)q(brief)a(text)L(label)*S(starting-file):N(new-file)r(recursive)U(unified)#<0=3", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ARGFAIL(2)))
91 space = 1 << 12 enumerator
224 if (tok & space) { in read_tok()
226 tok &= ~space; in read_tok()
227 } else if (is_space) t = space + ' '; in read_tok()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp732 auto space = data.radius * MIN_CIRCLE * SEGMENTS_SPACE_PERCENT; in DrawHighLight() local
741 (data.thickness * PERCENT_HALF + space)); in DrawHighLight()
748 float tempDegree = GetOffsetDegree(data, data.thickness * PERCENT_HALF + space); in DrawHighLight()
863 float space = ZERO_CIRCLE; in CreateDefaultColor() local
866 pos.emplace_back(space); in CreateDefaultColor()
867 space += PERCENT_HALF; in CreateDefaultColor()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp960 char space[SPACELENGTH] = {0}; in StringPrintf() local
964 int32_t ret = vsnprintf_s(space, sizeof(space), sizeof(space) - 1, format, ap); in StringPrintf()
965 if (ret >= DH_SUCCESS && static_cast<size_t>(ret) < sizeof(space)) { in StringPrintf()
966 result = space; in StringPrintf()
/third_party/ntfs-3g/libntfs-3g/
H A Dmft.c241 s32 space; in ntfs_mft_record_check() local
281 space = le32_to_cpu(m->bytes_in_use) - offset; in ntfs_mft_record_check()
284 while ((space >= (s32)offsetof(ATTR_RECORD, resident_end)) in ntfs_mft_record_check()
287 if ((le32_to_cpu(a->length) <= (u32)space) in ntfs_mft_record_check()
292 space -= le32_to_cpu(a->length); in ntfs_mft_record_check()
303 if ((space < 4) || (a->type != AT_END)) { in ntfs_mft_record_check()
1028 * worth of clusters or if not enough space for this by one mft record worth
1093 * There is not enough space to do the allocation, but there in ntfs_mft_data_extend_allocation()
1094 * might be enough space to do a minimal allocation so try that in ntfs_mft_data_extend_allocation()
1655 * normal files if the volume is completely out of space
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c1133 size_t space = 0; in do_read() local
1144 space = pa_memblock_get_length(c->playback.current_memblock) - c->playback.memblock_index; in do_read()
1146 if (space <= 0) { in do_read()
1156 space = pa_memblock_get_length(c->playback.current_memblock); in do_read()
1159 if (l > space) in do_read()
1160 l = space; in do_read()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1721 static const UChar space = 0x20; in TestVariableTopSetting() local
1731 varTop1 = ucol_setVariableTop(coll, &space, 1, &status); in TestVariableTopSetting()
1733 log_verbose("ucol_setVariableTop(space) -> %08x\n", varTop1); in TestVariableTopSetting()
1735 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1740 ucol_greaterOrEqual(coll, &space, 1, &dot, 1)) { in TestVariableTopSetting()
1741 log_err("ucol_setVariableTop(space) did not work - %s\n", u_errorName(status)); in TestVariableTopSetting()
1748 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1761 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1774 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1810 varTop1 = ucol_setVariableTop(coll, &space, in TestVariableTopSetting()
1831 static const UChar space = 0x20; TestMaxVariable() local
[all...]
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c63 to output ring buffer in the kernel space. This flag also means that device
427 * \param space space in the poll descriptor array
430 int snd_rawmidi_poll_descriptors(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int space) in snd_rawmidi_poll_descriptors() argument
433 if (space >= 1) { in snd_rawmidi_poll_descriptors()

Completed in 35 milliseconds

1...<<51525354555657585960>>...69