| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/ |
| H A D | segmented_next_impl.hpp | 28 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 D | segmented_iterator_range.hpp | 96 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 D | stack.h | 392 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 D | stack.h | 392 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 D | stack.h | 445 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 D | stack.h | 445 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 D | stack.h | 445 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 D | stack.h | 445 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 D | segmented_begin_impl.hpp | 49 …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 D | segmented_end_impl.hpp | 33 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 D | stack.h | 36 class Stack { 40 …Stack(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 D | regex.h | 205 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 D | Kconfig | 3 tristate "Linux-iSCSI.org iSCSI Target Mode Stack" 10 Target Mode Stack.
|
| /OK3568_Linux_fs/buildroot/package/trousers/ |
| H A D | Config.in | 9 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 D | memorybuffer.h | 57 mutable internal::Stack<Allocator> stack_;
|
| H A D | schema.h | 254 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 D | test_kernel_panic_interrupt.log | 23 [ 0.060000] Stack:
|
| H A D | test_config_printk_time.log | 29 [ 0.060000] Stack:
|
| H A D | test_output_with_prefix_isolated_correctly.log | 30 [ 0.060000] Stack:
|
| H A D | test_pound_sign.log | 31 [ 0.060000] Stack:
|
| H A D | test_pound_no_prefix.log | 31 Stack:
|
| /OK3568_Linux_fs/kernel/net/mac802154/ |
| H A D | Kconfig | 3 tristate "Generic IEEE 802.15.4 Soft Networking Stack (mac802154)"
|
| /OK3568_Linux_fs/buildroot/package/checksec/ |
| H A D | Config.in.host | 6 (PIE,RELRO,Stack Canaries,Fortify Source).
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mei/ |
| H A D | nfc.rst | 14 :caption: **MEI NFC** Stack
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | Kconfig | 30 bool "Rockchip Minidump Stack Dump"
|