Home
last modified time | relevance | path

Searched refs:space (Results 376 - 400 of 1236) sorted by relevance

1...<<11121314151617181920>>...50

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.h26 void Create(const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) override;
H A Drow_model_impl.h26 void Create(const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) override;
H A Dlist_item_group_model_impl.h29 void SetSpace(const Dimension& space) override;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_ring_types.h46 u32 space; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_ring_types.h45 u32 space; member
/third_party/skia/third_party/externals/freetype/builds/ansi/
H A Dansi-def.mk60 T := -o$(space)
/third_party/skia/third_party/externals/freetype/builds/beos/
H A Dbeos-def.mk62 T := -o$(space)
/third_party/skia/third_party/externals/freetype/builds/compiler/
H A Dansi-cc.mk55 T := -o$(space)
H A Demx.mk55 T := -o$(space)
H A Dgcc.mk55 T := -o$(space)
H A Dunix-lcc.mk56 T := -o$(space)
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp180 OH_NativeBuffer_ColorSpace space = GetData<OH_NativeBuffer_ColorSpace>(); in NativeWindowFuzzTest1() local
181 OH_NativeWindow_SetColorSpace(nativeWindow, space); in NativeWindowFuzzTest1()
182 OH_NativeWindow_GetColorSpace(nativeWindow, &space); in NativeWindowFuzzTest1()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dtx.c216 int space; in efx_siena_xdp_tx_buffers() local
248 /* Check for available space. We should never need multiple in efx_siena_xdp_tx_buffers()
251 space = efx->txq_entries + in efx_siena_xdp_tx_buffers()
257 if (i >= space) in efx_siena_xdp_tx_buffers()
/third_party/nghttp2/third-party/llhttp/src/
H A Dllhttp.c8079 state->reason = "Unexpected space after start line"; in llhttp__internal__run()
8910 state->reason = "Expected space after method"; in llhttp__internal__run()
9157 state->reason = "Expected space after version"; in llhttp__internal__run()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h38 BaseSpace& space() const { return space_; } in space() function in cppgc::internal::BasePage
150 // corresponding space (i.e. be swept when called).
197 NormalPage(HeapBase& heap, BaseSpace& space);
220 // corresponding space (i.e. be swept when called).
255 LargePage(HeapBase& heap, BaseSpace& space, size_t);
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.h39 // A page in the from-space or a young large page that was not scavenged
42 // A page in the to-space or a young large page that was scavenged.
49 // from new to old space during evacuation.
53 // within the new space during evacuation.
132 BasicMemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size,
172 // Gets the chunk's owner or null if the space has been detached.
175 void set_owner(BaseSpace* space) { owner_ = space; } in set_owner() argument
244 // If this is a read-only space chunk but heap_ is non-null, it has not yet in IsWritable()
362 // The space ownin
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-debug.hh109 const char *space = strchr (func, ' '); in _hb_print_func() local
110 if (space) in _hb_print_func()
111 func = space + 1; in _hb_print_func()
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs1215 let mut space = cmsg_space!([RawFd; 2]); in test_scm_rights_single_cmsg_multiple_fds() variables
1219 Some(&mut space), in test_scm_rights_single_cmsg_multiple_fds()
1396 let space = cmsg_space!(libc::ucred, RawFd); in test_scm_credentials_and_rights()
1397 test_impl_scm_credentials_and_rights(space); in test_scm_credentials_and_rights()
1408 let space = vec![0u8; 1024]; in test_too_large_cmsgspace()
1409 test_impl_scm_credentials_and_rights(space); in test_too_large_cmsgspace()
1413 fn test_impl_scm_credentials_and_rights(mut space: Vec<u8>) { in test_impl_scm_credentials_and_rights()
1460 recvmsg::<()>(recv, &mut iov, Some(&mut space), MsgFlags::empty()) in test_impl_scm_credentials_and_rights()
1727 let mut space = cmsg_space!(libc::in_pktinfo); in test_recv_ipv4pktinfo() variables
1731 Some(&mut space), in test_recv_ipv4pktinfo()
1823 let mut space = cmsg_space!(libc::sockaddr_dl, libc::in_addr); test_recvif() variables
1920 let mut space = cmsg_space!(libc::sockaddr_in); test_recvif_ipv4() variables
2005 let mut space = cmsg_space!(libc::sockaddr_in6); test_recvif_ipv6() variables
2110 let mut space = cmsg_space!(libc::in6_pktinfo); test_recv_ipv6pktinfo() variables
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c1001 * Sometimes the end of record is free space. in firstrecord()
1008 printf("* Reaching free space at end of block %d\n", in firstrecord()
1012 printf("*** Inconsistency : blocks skipped after free space\n"); in firstrecord()
1019 printf("* Skipping over free space\n"); in firstrecord()
1037 /* There were not enough space in the last skipped block */ in firstrecord()
1042 /* Not an error : just no space */ in firstrecord()
1043 printf("No minimal record space\n"); in firstrecord()
1091 * on current one, or it ends in such as there is no space for an
1164 /* No luck if there is not enough space in this record */ in findprevious()
2462 u32 space; in overlapshow() local
3343 int space; backoverlap() local
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dhead.S200 chi %r0,0x20 # is it a space ?
324 .Lctl: .quad 0x04040000 # cr0: AFP registers & secondary space
325 .quad 0 # cr1: primary space segment table
331 .quad 0 # cr7: secondary space segment table
337 .quad 0 # cr13: home space segment table
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c180 /* Reserve space if reply is bigger */ in nfp_ccm_mbox_copy_in()
377 int space = nn->tlv_caps.mbox_len - NFP_NET_CFG_MBOX_SIMPLE_VAL; variable
381 space -= 4; /* for End TLV */
386 space -= 4 + nfp_ccm_mbox_maxlen(skb);
390 space -= 4 + nfp_ccm_mbox_maxlen(skb);
391 if (space < 0)
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c180 /* Reserve space if reply is bigger */ in nfp_ccm_mbox_copy_in()
377 int space = nn->tlv_caps.mbox_len - NFP_NET_CFG_MBOX_SIMPLE_VAL; variable
381 space -= 4; /* for End TLV */
386 space -= 4 + nfp_ccm_mbox_maxlen(skb);
390 space -= 4 + nfp_ccm_mbox_maxlen(skb);
391 if (space < 0)
/third_party/curl/lib/
H A Dbufq.c275 size_t space = 0; in Curl_bufq_space() local
277 space += chunk_space(q->tail); in Curl_bufq_space()
281 space += chunk->dlen; in Curl_bufq_space()
286 space += (q->max_chunks - q->chunk_count) * q->chunk_size; in Curl_bufq_space()
288 return space; in Curl_bufq_space()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs186 int space = 32768; in ReadHuffmanCodeLengths()
189 while (symbol < numSymbols && space > 0) in ReadHuffmanCodeLengths()
203 space -= 32768 >> codeLen; in ReadHuffmanCodeLengths()
238 space -= repeatDelta << (15 - repeatCodeLen); in ReadHuffmanCodeLengths()
242 if (space != 0) in ReadHuffmanCodeLengths()
244 throw new Org.Brotli.Dec.BrotliRuntimeException("Unused space"); in ReadHuffmanCodeLengths()
321 int space = 32; in ReadHuffmanCode()
323 for (int i = simpleCodeOrSkip; i < CodeLengthCodes && space > 0; i++) in ReadHuffmanCode()
334 space -= (32 >> v); in ReadHuffmanCode()
338 ok = (numCodes == 1 || space in ReadHuffmanCode()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator.cpp154 auto space = paramObject->GetProperty("space"); in SetSpace() local
155 if (space->IsUndefined() || space->IsNull() || !ParseLengthMetricsToDimension(space, spaceDimension)) { in SetSpace()

Completed in 25 milliseconds

1...<<11121314151617181920>>...50