/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __init_tls.c | 65 void *space[16]; member
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 58 " '$ ' -> escaped space
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-chunk.h | 28 // 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/strings/ |
H A D | string-stream.h | 213 int space() const { return capacity_ - length_; } in space() function in v8::internal::final
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 19 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/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 1610 // 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...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bindec.S | 16 | Output: result in the FP_SCR1 space on the stack. 211 movel (%a0),FP_SCR2(%a6) | move input to work space 212 movel 4(%a0),FP_SCR2+4(%a6) | move input to work space 213 movel 8(%a0),FP_SCR2+8(%a6) | move input to work space
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bindec.S | 16 | Output: result in the FP_SCR1 space on the stack. 211 movel (%a0),FP_SCR2(%a6) | move input to work space 212 movel 4(%a0),FP_SCR2+4(%a6) | move input to work space 213 movel 8(%a0),FP_SCR2+8(%a6) | move input to work space
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 473 int space, rc = 0; in efx_fast_push_rx_descriptors() local 491 space = rx_queue->max_fill - fill_level; in efx_fast_push_rx_descriptors() 492 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors() 507 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 460 int space, rc = 0; in efx_fast_push_rx_descriptors() local 478 space = rx_queue->max_fill - fill_level; in efx_fast_push_rx_descriptors() 479 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors() 494 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 461 int space, rc = 0; in efx_siena_fast_push_rx_descriptors() local 479 space = rx_queue->max_fill - fill_level; in efx_siena_fast_push_rx_descriptors() 480 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_siena_fast_push_rx_descriptors() 495 } while ((space -= batch_size) >= batch_size); in efx_siena_fast_push_rx_descriptors()
|
/kernel/liteos_m/kal/cmsis/ |
H A D | cmsis_liteos2.c | 1671 uint32_t space;
in osMemoryPoolGetSpace() local 1679 space = 0;
in osMemoryPoolGetSpace() 1681 space = mp->poolInfo.uwBlkNum - mp->poolInfo.uwBlkCnt;
in osMemoryPoolGetSpace() 1685 return space;
in osMemoryPoolGetSpace()
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1623 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 D | mpegenc.c | 1017 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 D | ws.c | 885 *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 D | pcm_ioplug.c | 52 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 D | diff.c | 8 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 D | gauge_modifier.cpp | 732 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 D | input_hub.cpp | 960 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/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 47 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/ntfs-3g/libntfs-3g/ |
H A D | mft.c | 241 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 D | protocol-esound.c | 1133 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()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 571 int space = __mptcp_space(sk); in mptcp_cleanup_rbuf() local 574 cleanup = (space > 0) && (space >= (old_space << 1)); in mptcp_cleanup_rbuf() 976 * - there is space available in the backing page_frag 1712 /* will be cleared on avail space */ in mptcp_set_nospace() 2004 if (msk->rcvq_space.copied <= msk->rcvq_space.space) in mptcp_rcv_space_adjust() 2014 grow = rcvwin * (msk->rcvq_space.copied - msk->rcvq_space.space); in mptcp_rcv_space_adjust() 2016 do_div(grow, msk->rcvq_space.space); in mptcp_rcv_space_adjust() 2047 msk->rcvq_space.space = msk->rcvq_space.copied; in mptcp_rcv_space_adjust() 3283 * not yet exposted to user-space in mptcp_sk_clone_init() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 1721 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...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_64.S | 1010 .space PGD_TABLE_SIZE 1014 .space PAGE_SIZE
|