Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp28 template <typename Sequence, typename Stack>
36 template <typename Stack>
39 typename Stack::car_type::begin_type,
40 typename Stack::car_type::end_type
52 template <typename Stack>
58 typename Stack::car_type::begin_type
60 , typename Stack::car_type::end_type
65 cons<car_type, typename Stack::cdr_type>
69 static type call(Stack const & stack) in call()
78 typename Stack,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp96 template <typename Stack, std::size_t Size = Stack::size::value>
109 typename Stack::car_type::begin_type
117 , typename Stack::cdr_type::car_type::end_type
123 typename Stack::cdr_type::car_type::begin_type
132 typename Stack::car_type::begin_type
144 make_segment_sequence_front<typename Stack::cdr_type>
157 static type call(Stack const& stack) in call()
170 template <typename Stack>
171 struct make_segment_sequence_front<Stack, 2>
180 typename Stack::car_type::begin_type
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dstack.h392 template <typename Stack>
394 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
395 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
400 template <typename Stack>
402 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
403 static void Free(Stack *sk) {
407 DeleterImpl<typename StackTraits<Stack>::Type>::Free));
411 template <typename Stack>
414 using Type = typename StackTraits<Stack>::Type;
417 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dstack.h392 template <typename Stack>
394 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
395 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
400 template <typename Stack>
402 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
403 static void Free(Stack *sk) {
407 DeleterImpl<typename StackTraits<Stack>::Type>::Free));
411 template <typename Stack>
414 using Type = typename StackTraits<Stack>::Type;
417 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dstack.h445 template <typename Stack>
447 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
448 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
453 template <typename Stack>
455 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
456 static void Free(Stack *sk) {
459 using Type = typename StackTraits<Stack>::Type;
468 template <typename Stack>
471 using Type = typename StackTraits<Stack>::Type;
474 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dstack.h445 template <typename Stack>
447 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
448 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
453 template <typename Stack>
455 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
456 static void Free(Stack *sk) {
459 using Type = typename StackTraits<Stack>::Type;
468 template <typename Stack>
471 using Type = typename StackTraits<Stack>::Type;
474 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dstack.h445 template <typename Stack>
447 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
448 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
453 template <typename Stack>
455 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
456 static void Free(Stack *sk) {
459 using Type = typename StackTraits<Stack>::Type;
468 template <typename Stack>
471 using Type = typename StackTraits<Stack>::Type;
474 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dstack.h445 template <typename Stack>
447 Stack, typename std::enable_if<StackTraits<Stack>::kIsConst>::type> {
448 static void Free(Stack *sk) { sk_free(reinterpret_cast<_STACK *>(sk)); }
453 template <typename Stack>
455 Stack, typename std::enable_if<!StackTraits<Stack>::kIsConst>::type> {
456 static void Free(Stack *sk) {
459 using Type = typename StackTraits<Stack>::Type;
468 template <typename Stack>
471 using Type = typename StackTraits<Stack>::Type;
474 StackIteratorImpl(const Stack *sk, size_t idx) : sk_(sk), idx_(idx) {}
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/
H A Dsegmented_begin_impl.hpp49 …template <typename Sequence, typename Stack, bool IsSegmented = traits::is_segmented<Sequence>::ty…
53 segmented_end_impl<Sequence, Stack>
60 , Stack
68 static type call(Sequence& seq, Stack const& stack) in call()
74 template <typename Sequence, typename Stack>
75 struct segmented_begin_impl_aux<Sequence, Stack, false>
80 typedef cons<pair_type, Stack> type;
83 static type call(Sequence& seq, Stack stack) in call()
89 template <typename Sequence, typename Stack>
91 : segmented_begin_impl_aux<Sequence, Stack>
H A Dsegmented_end_impl.hpp33 template <typename Sequence, typename Stack>
49 typedef cons<pair_type, Stack> type;
58 static type call(Sequence & seq, Stack stack) in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h36 class Stack {
40Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() function
44 Stack(Stack&& rhs) in Stack() function
61 ~Stack() { in ~Stack()
66 Stack& operator=(Stack&& rhs) {
89 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap()
212 Stack(const Stack&);
213 Stack& operator=(const Stack&);
H A Dregex.h205 Stack<Allocator> operandStack(&allocator, 256); // Frag in RAPIDJSON_DIAG_OFF()
206 Stack<Allocator> operatorStack(&allocator, 256); // Operator in RAPIDJSON_DIAG_OFF()
207 Stack<Allocator> atomCountStack(&allocator, 256); // unsigned (Atom per parenthesis) in RAPIDJSON_DIAG_OFF()
349 void PushOperand(Stack<Allocator>& operandStack, unsigned codepoint) { in RAPIDJSON_DIAG_OFF()
354 void ImplicitConcatenation(Stack<Allocator>& atomCountStack, Stack<Allocator>& operatorStack) { in RAPIDJSON_DIAG_OFF()
375 bool Eval(Stack<Allocator>& operandStack, Operator op) { in RAPIDJSON_DIAG_OFF()
429 bool EvalQuantifier(Stack<Allocator>& operandStack, unsigned n, unsigned m) { in RAPIDJSON_DIAG_OFF()
470 void CloneTopOperand(Stack<Allocator>& operandStack) { in RAPIDJSON_DIAG_OFF()
612 Stack<Allocator> *current = &state0_, *next = &state1_; in RAPIDJSON_DIAG_OFF()
646 bool AddState(Stack<Allocator>& l, SizeType index) const { in RAPIDJSON_DIAG_OFF()
[all …]
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A DKconfig3 tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
10 Target Mode Stack.
/OK3568_Linux_fs/buildroot/package/trousers/
H A DConfig.in9 The open-source TCG Software Stack (TSS).
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dmemorybuffer.h57 mutable internal::Stack<Allocator> stack_;
H A Dschema.h254 Stack<Allocator> stack_;
1263 template<typename Stack, typename Ch>
1265 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { in AppendIndexToken()
1275 template <typename Stack>
1276 struct TokenHelper<Stack, char> {
1277 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) {
1525 internal::Stack<Allocator> schemaMap_; // Stores created Pointer -> Schemas
1526 …internal::Stack<Allocator> schemaRef_; // Stores Pointer from $ref and schema which holds the $ref
1817 …internal::TokenHelper<internal::Stack<StateAllocator>, Ch>::AppendIndexToken(documentStack_, Curre…
1924 …internal::Stack<StateAllocator> schemaStack_; //!< stack to store the current path of schema (B…
[all …]
/OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/
H A Dtest_kernel_panic_interrupt.log23 [ 0.060000] Stack:
H A Dtest_config_printk_time.log29 [ 0.060000] Stack:
H A Dtest_output_with_prefix_isolated_correctly.log30 [ 0.060000] Stack:
H A Dtest_pound_sign.log31 [ 0.060000] Stack:
H A Dtest_pound_no_prefix.log31 Stack:
/OK3568_Linux_fs/kernel/net/mac802154/
H A DKconfig3 tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
/OK3568_Linux_fs/buildroot/package/checksec/
H A DConfig.in.host6 (PIE,RELRO,Stack Canaries,Fortify Source).
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Dnfc.rst14 :caption: **MEI NFC** Stack
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A DKconfig30 bool "Rockchip Minidump Stack Dump"

1234567