Home
last modified time | relevance | path

Searched refs:space (Results 476 - 500 of 581) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/sha/
H A Dsha512-ppc.s1435 .space 28
H A Dsha256-ppc.s1355 .space 28
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/sha/
H A Dsha512-ppc.s1435 .space 28
H A Dsha256-ppc.s1355 .space 28
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits307 err($id, "The name '$n' contains white-space")
362 ## We don't prohibit that space, to allow typedefs looking like
372 # err($id, "Function typedef has space before arg list: $line");
670 'userspace' => 'user space',
774 err($id, "Extra space after head")
/third_party/openssl/util/
H A Dfind-doc-nits307 err($id, "The name '$n' contains white-space")
362 ## We don't prohibit that space, to allow typedefs looking like
372 # err($id, "Function typedef has space before arg list: $line");
670 'userspace' => 'user space',
774 err($id, "Extra space after head")
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h145 unsigned space; member
/third_party/node/deps/v8/src/api/
H A Dapi.cc5578 // Need enough space to write everything but one character. in Unaligned()
5675 // Only null-terminate if there's space.
7024 // Only old space strings should be externalized. in CanMakeExternal()
8960 i::ReadOnlySpace* space = heap->read_only_space(); in GetHeapSpaceStatistics() local
8961 space_statistics->space_size_ = space->CommittedMemory(); in GetHeapSpaceStatistics()
8962 space_statistics->space_used_size_ = space->Size(); in GetHeapSpaceStatistics()
8964 space_statistics->physical_space_size_ = space->CommittedPhysicalMemory(); in GetHeapSpaceStatistics()
8967 i::Space* space = heap->space(static_cast<int>(index)); in GetHeapSpaceStatistics() local
8968 space_statistics->space_size_ = space in GetHeapSpaceStatistics()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2270 // add space between targetNode and menu using default value or user-set offset in FitToScreen()
2287 // add space between arrow and targetNode in GetChildPosition()
2356 OffsetF MenuLayoutAlgorithm::AdjustPosition(const OffsetF& position, float width, float height, float space) in AdjustPosition() argument
2367 xMax = std::min(targetOffset_.GetX() - width - space, wrapperSize_.Width() - paddingEnd_ - width); in AdjustPosition()
2374 xMin = std::max(targetOffset_.GetX() + targetSize_.Width() + space, paddingStart_); in AdjustPosition()
2383 yMax = std::min(targetOffset_.GetY() - height - space, wrapperBottom - paddingBottom_ - height); in AdjustPosition()
2390 yMin = std::max(targetOffset_.GetY() + targetSize_.Height() + space, yMin); in AdjustPosition()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c212 The 24-bit linear samples use 32-bit physical space, but the sample is
219 sample bits (width) not the physical sample space.
225 buffer to communicate with the device while ALSA library manages this space
896 * \param params Configuration space definition container
930 /** \brief Install one PCM hardware configuration chosen from a configuration space and #snd_pcm_prepare it
932 * \param params Configuration space definition container
948 * The configuration space will be updated to reflect the chosen
1772 unsigned int space) in __snd_pcm_poll_descriptors()
1775 return pcm->fast_ops->poll_descriptors(pcm->fast_op_arg, pfds, space); in __snd_pcm_poll_descriptors()
1780 if (space > in __snd_pcm_poll_descriptors()
1771 __snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) __snd_pcm_poll_descriptors() argument
1823 snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) snd_pcm_poll_descriptors() argument
[all...]
H A Dpcm_direct.c727 unsigned int space)
733 if (space >= 1 && pfds) {
726 snd_pcm_direct_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) global() argument
H A Dpcm_hw.c159 /* Avoid unexpected change of applptr in kernel space. */ in issue_avail_min()
168 /* Avoid unexpected change of avail_min in kernel space. */ in issue_applptr()
179 * control data in kernel space. in request_hwsync()
194 * control data in kernel space. in query_status_and_control_data()
208 * control data in kernel space. in query_status_data()
234 static int snd_pcm_hw_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space) in snd_pcm_hw_poll_descriptors() argument
238 if (space < 2) in snd_pcm_hw_poll_descriptors()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp2711 // space to pad the data out to 16-bits. in CompressedBufferSize()
5262 const dng_color_space *space, in WriteTIFF()
5275 space, in WriteTIFF()
5291 const dng_color_space *space, in WriteTIFF()
5304 if (space && space->ICCProfile (size, data)) in WriteTIFF()
5256 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
5285 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, const dng_metadata *metadata, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) WriteTIFF() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp67 auto space = layoutProperty->GetSpace().value_or(Dimension(0)); in Measure() local
82 spaceWidth_ = ConvertToPx(space, layoutConstraint.scaleProperty, mainPercentRefer).value_or(0); in Measure()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp871 float space = secondArg->ToNumber(vm)->Value(); in SetSpace() local
872 GetArkUINodeModifiers()->getListModifier()->setListSpace(nativeNode, space); in SetSpace()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm322 %else ; h ; extra storage space for transposes
696 %else ; 8 ; extra storage space for transposes
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1031 int space = in CallRecordWriteStub() local
1033 AllocateStackSpace(space); in CallRecordWriteStub()
1064 // Reserve space for argc, argv and isolate. in CallRecordWriteStub()
1237 // Compute the space that is left as a negative number in scratch. If in CallRecordWriteStub()
1242 // word of the stack space. in CallRecordWriteStub()
/third_party/skia/tests/
H A DImageTest.cpp862 /*color space*/nullptr, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
1173 static sk_sp<SkImage> create_picture_image(sk_sp<SkColorSpace> space) { in create_picture_image() argument
1178 nullptr, nullptr, SkImage::BitDepth::kU8, std::move(space)); in create_picture_image()
/third_party/python/Lib/test/
H A Dtest_csv.py366 self._read_test(['no space, space, spaces,\ttab'],
367 [['no space', 'space', 'spaces', '\ttab']],
490 class space(csv.excel): class
498 reader = csv.reader(fileobj, dialect=space())
H A Dtest_re.py1759 for space in " \t\n\r\v\f":
1760 self.assertTrue(re.fullmatch(space + 'a', 'a', re.VERBOSE))
1761 for space in b" ", b"\t", b"\n", b"\r", b"\v", b"\f":
1762 self.assertTrue(re.fullmatch(space + b'a', b'a', re.VERBOSE))
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1090 Heap::Space space);
1092 Register size_reg, Heap::Space space);
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c246 /* Calc the overflow of bits in relation to how much space we have left... */ in bit_writer()
1274 char space[] = " "; in rtsp_auth_cb() local
1292 mth = pa_split(wath, space, &current); in rtsp_auth_cb()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc2065 int space = buffer_space() + (new_size - old_size); in GrowBuffer() local
2066 new_size += (space < needed) ? needed - space : 0; in GrowBuffer()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1801 for (String space : blanks) { in TestWhiteSpaceParsing()
1802 String str = "a " + space + " b1234c "; in TestWhiteSpaceParsing()
1808 for (String space : blanks) { in TestWhiteSpaceParsing()
1809 String str = "a " + space + " b1234c "; in TestWhiteSpaceParsing()
1829 for (String space : otherWhitespace) { in TestWhiteSpaceParsing()
1830 String str = "a " + space + " b1234"; in TestWhiteSpaceParsing()
3677 // A space character below is interpreted as a in TestLenientSymbolParsing()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1798 for (String space : blanks) { in TestWhiteSpaceParsing()
1799 String str = "a " + space + " b1234c "; in TestWhiteSpaceParsing()
1805 for (String space : blanks) { in TestWhiteSpaceParsing()
1806 String str = "a " + space + " b1234c "; in TestWhiteSpaceParsing()
1826 for (String space : otherWhitespace) { in TestWhiteSpaceParsing()
1827 String str = "a " + space + " b1234"; in TestWhiteSpaceParsing()
3674 // A space character below is interpreted as a in TestLenientSymbolParsing()

Completed in 93 milliseconds

1...<<11121314151617181920>>...24