Home
last modified time | relevance | path

Searched refs:At (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dat.hpp11 class At : public Expression { class
13 At(std::unique_ptr<Expression> index_, std::unique_ptr<Expression> input_) : in At() function in mbgl::style::expression::At
14 Expression(Kind::At, input_->getType().get<type::Array>().itemType), in At()
25 if (e.getKind() == Kind::At) { in operator ==()
26 auto rhs = static_cast<const At*>(&e); in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dsequence.hpp31 BOOST_STRING_TYPENAME InputT::iterator At, in insert() argument
35 Input.insert( At, Begin, End ); in insert()
41 BOOST_STRING_TYPENAME InputT::iterator At, in insert() argument
44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert()
113 BOOST_STRING_TYPENAME InputT::iterator At=Input.erase( From, To ); in operator ()() local
118 Input.insert( At, Begin, End ); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dat.cpp9 EvaluationResult At::evaluate(const EvaluationContext& params) const { in evaluate()
42 void At::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
48 ParseResult At::parse(const Convertible& value, ParsingContext& ctx) { in parse()
64 return ParseResult(std::make_unique<At>(std::move(*index), std::move(*input))); in parse()
/OK3568_Linux_fs/buildroot/package/at-spi2-atk/
H A DConfig.in10 The At-Spi2 Atk package contains a library that bridges
11 ATK to At-Spi2 D-Bus service.
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dev6-memcpy.S108 subq $18, 192, $2 # E : At least two more trips to go?
130 cmple $18, 63, $1 # E : At least one more trip?
140 subq $18, 8, $18 # E : At least a quad left?
200 subq $18, 8, $18 # E : At least a quad left?
H A Dmemchr.S114 # At least one byte left to process.
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
H A Dev6-memchr.S134 # At least one byte left to process.
145 # At least two quads remain to be accessed.
150 # At least three quads remain to be accessed
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsrem_mod.S42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus,
219 |..At this point R = 2^(-L)X; Q = 0; k = 0; and k+j = L
226 |..At this point carry = 0, R = (D1,D2), Y = (D4,D5)
232 |..At this point, R = Y
248 |..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0.
258 |..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.
/OK3568_Linux_fs/u-boot/drivers/sound/
H A DKconfig11 Note: At present the sound setup is somewhat tangled up in that the
49 audio data and I2C for codec control. At present it only works
79 audio data and I2C for codec control. At present it only works
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.arm-relocation3 At arch level: add linker flag -pie
12 At cpu level: modify linker file and add a relocation and fixup loop
22 At board level:
33 At lib level:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst58 At try_charge(), there are no flags to say "this page is charged".
61 At commit(), the page is associated with the memcg.
63 At cancel(), simply usage -= PAGE_SIZE.
75 At swap-in, the page is taken from swap-cache. There are 2 cases.
82 At swap-out, typical state transition is below.
/OK3568_Linux_fs/buildroot/package/at/
H A DConfig.in5 At and batch read shell commands from standard input and
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/
H A Dfieldbus_dev.txt16 (e.g. Ethernet). At the bottom of the control chain is the fieldbus that links
65 At a later phase, this simple interface can easily co-exist with a future
/OK3568_Linux_fs/buildroot/package/linux-tools/
H A Dlinux-tool-gpio.mk.in14 echo "At least kernel 4.8 must be used." ; \
H A Dlinux-tool-pci.mk.in14 echo "At least kernel 4.20 must be used." ; \
H A Dlinux-tool-iio.mk.in14 echo "At least kernel 4.7 must be used." ; \
H A Dlinux-tool-usbtools.mk.in18 echo "At least kernel 5.9 must be used." ; \
H A Dlinux-tool-cpupower.mk.in20 echo "At least kernel 3.4 must be used." ; \
H A Dlinux-tool-tmon.mk.in24 echo "At least kernel 3.13 must be used." ; \
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A DTODO7 * At least one stateless encoder driver should be submitted.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/
H A Dmesa-gl_22.0.3.bb9 # At least one DRI rendering engine is required to build mesa.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dmvebu-core-clock.txt4 reading the Sample-At-Reset (SAR) register. The core clock consumer should
67 - reg : shall be the register address of the Sample-At-Reset (SAR) register
/OK3568_Linux_fs/buildroot/package/at-spi2-core/
H A DConfig.in9 The At-Spi2 Core package is a part of the GNOME
/OK3568_Linux_fs/buildroot/package/netcat/
H A DConfig.in10 scripts. At the same time, it is a feature-rich network
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/
H A Dnetcat.inc6 programs and scripts. At the same time it is a feature-rich network \

12345678910>>...28