Home
last modified time | relevance | path

Searched refs:literals (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp13 namespace literals{ namespace detail{ namespace
147 constexpr typename boost::multiprecision::literals::detail::signed_cpp_int_literal_result_type<(siz… in operator ""_cppi()
149 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppi()
150 …return boost::multiprecision::literals::detail::make_backend_from_pack<pt, typename boost::multipr… in operator ""_cppi()
154 constexpr typename boost::multiprecision::literals::detail::unsigned_cpp_int_literal_result_type<(s… in operator ""_cppui()
156 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppui()
157 …return boost::multiprecision::literals::detail::make_backend_from_pack<pt, typename boost::multipr… in operator ""_cppui()
164 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type…
165 return boost::multiprecision::literals::detail::make_backend_from_pack<\
173 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type…
[all …]
H A Dvalue_pack.hpp11 namespace literals{ namespace detail{ namespace
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dlzo.rst23 opcode and on the number of literals copied by previous instruction. The
28 - the number of literals to copy, which is retained in variable "state"
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
60 are copied before starting the next instruction. The number of literals that
63 literals were copied. This is the information stored in the <state> variable
64 in this implementation. This number of immediate literals to be copied is
111 18..21 : copy 0..3 literals
112 state = (byte - 17) = 0..3 [ copy <state> literals ]
117 state = 4 [ don't copy extra literals ]
123 Depends on the number of literals copied by the last instruction.
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dmxhead.S30 .begin no-absolute-literals
62 .end no-absolute-literals
H A Dhead.S52 .begin no-absolute-literals
103 .end no-absolute-literals
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S29 .begin no-absolute-literals
77 .end no-absolute-literals
H A DMakefile15 export KBUILD_AFLAGS += -mtext-section-literals
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DMakefile45 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
49 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp434 BOOST_CONSTEXPR data_type(literals::detail::value_pack<VALUES...>) : m_data{ VALUES... } {} in data_type()
458 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<VALUES...> i) in cpp_int_base()
460 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<> i) in cpp_int_base()
462 BOOST_CONSTEXPR cpp_int_base(const cpp_int_base& a, const literals::detail::negate_tag&) in cpp_int_base()
586 BOOST_CONSTEXPR data_type(literals::detail::value_pack<VALUES...>) : m_data{ VALUES... } {} in data_type()
611 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<VALUES...> i) in cpp_int_base()
613 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<>) in cpp_int_base()
795 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<>) BOOST_NOEXCEPT in cpp_int_base()
798 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<a>)BOOST_NOEXCEPT in cpp_int_base()
801 BOOST_CONSTEXPR cpp_int_base(literals::detail::value_pack<a, b>)BOOST_NOEXCEPT in cpp_int_base()
[all …]
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_opt.h101 FORCE_INLINE U32 ZSTD_getLiteralPrice(seqStore_t *ssPtr, U32 litLength, const BYTE *literals) in ZSTD_getLiteralPrice() argument
112 if (ssPtr->cachedLiterals == literals) { in ZSTD_getLiteralPrice()
123 price -= ZSTD_highbit32(ssPtr->litFreq[literals[u]] + 1); in ZSTD_getLiteralPrice()
126 ssPtr->cachedLiterals = literals; in ZSTD_getLiteralPrice()
142 FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 of… in ZSTD_getPrice() argument
149 …return ZSTD_getLiteralPrice(seqStorePtr, litLength, literals) + ZSTD_highbit32((U32)matchLength + … in ZSTD_getPrice()
162 return price + ZSTD_getLiteralPrice(seqStorePtr, litLength, literals) + seqStorePtr->factor; in ZSTD_getPrice()
165 ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32… in ZSTD_updatePrice() argument
172 seqStorePtr->litFreq[literals[u]] += ZSTD_LITFREQ_ADD; in ZSTD_updatePrice()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py606 self.literals = self.ldict.get("literals","")
611 for c in self.literals:
906 debuglog.info("lex: literals = %r", linfo.literals)
915 if isinstance(linfo.literals,(list,tuple)):
916 lexobj.lexliterals = type(linfo.literals[0])().join(linfo.literals)
918 lexobj.lexliterals = linfo.literals
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dlfts_config.h61 inline namespace literals { inline namespace string_view_literals { } } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dlfts_config.h61 inline namespace literals { inline namespace string_view_literals { } } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch198 - uchf *l_buf; /* buffer for literals or lengths */
199 + uchf *sym_buf; /* buffer for distances and literals/lengths */
202 /* Size of match buffer for literals/lengths. There are 4 reasons for
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/
H A Dc-common.def50 and for numeric literals the original string representation of the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/
H A Dc-common.def50 and for numeric literals the original string representation of the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dchrono43 #include <bits/parse_numbers.h> // for literals support.
1137 inline namespace literals
1139 /** ISO C++ 2014 namespace for suffixes for duration literals.
1148 * - `using namespace std::literals;`
1246 } // inline namespace literals
1250 using namespace literals::chrono_literals;
H A Dstring_view713 inline namespace literals
745 } // namespace literals
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dchrono43 #include <bits/parse_numbers.h> // for literals support.
1137 inline namespace literals
1139 /** ISO C++ 2014 namespace for suffixes for duration literals.
1148 * - `using namespace std::literals;`
1246 } // inline namespace literals
1250 using namespace literals::chrono_literals;
H A Dstring_view713 inline namespace literals
745 } // namespace literals
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H A Dmmu.rst18 - LITBASE is zero (reset state, PC-relative literals); required to be PIC.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dstring_view657 inline namespace literals
688 } // namespace literals
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dstring_view657 inline namespace literals
688 } // namespace literals
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dc++config.h315 inline namespace literals {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dc++config.h315 inline namespace literals {

123