| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | atags_compat.c | 13 * to convert to the new struct tag way. 81 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) in memtag() argument 83 tag = tag_next(tag); in memtag() 84 tag->hdr.tag = ATAG_MEM; in memtag() 85 tag->hdr.size = tag_size(tag_mem32); in memtag() 86 tag->u.mem.size = size; in memtag() 87 tag->u.mem.start = start; in memtag() 89 return tag; in memtag() 94 struct tag *tag = taglist; in build_tag_list() local 119 tag->hdr.tag = ATAG_CORE; in build_tag_list() [all …]
|
| H A D | atags_parse.c | 3 * Tag parsing. 11 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE 12 * tag for the list to be recognised (to distinguish the tagged list from 13 * a param_struct). The list is terminated with a zero-length tag (this tag 53 static int __init parse_tag_core(const struct tag *tag) in parse_tag_core() argument 55 if (tag->hdr.size > 2) { in parse_tag_core() 56 if ((tag->u.core.flags & 1) == 0) in parse_tag_core() 58 ROOT_DEV = old_decode_dev(tag->u.core.rootdev); in parse_tag_core() 65 static int __init parse_tag_mem32(const struct tag *tag) in parse_tag_mem32() argument 67 return arm_add_memory(tag->u.mem.start, tag->u.mem.size); in parse_tag_mem32() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_writer.hpp | 78 void add_field(pbf_tag_type tag, pbf_wire_type type) { in add_field() argument 79 …protozero_assert(((tag > 0 && tag < 19000) || (tag > 19999 && tag <= ((1 << 29) - 1))) && "tag out… in add_field() 80 const uint32_t b = (tag << 3) | uint32_t(type); in add_field() 84 void add_tagged_varint(pbf_tag_type tag, uint64_t value) { in add_tagged_varint() argument 85 add_field(tag, pbf_wire_type::varint); in add_tagged_varint() 100 void add_packed_fixed(pbf_tag_type tag, It first, It last, std::input_iterator_tag) { in add_packed_fixed() argument 105 pbf_writer sw(*this, tag); in add_packed_fixed() 113 void add_packed_fixed(pbf_tag_type tag, It first, It last, std::forward_iterator_tag) { in add_packed_fixed() argument 119 add_length_varint(tag, sizeof(T) * pbf_length_type(length)); in add_packed_fixed() 128 void add_packed_varint(pbf_tag_type tag, It first, It last) { in add_packed_varint() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | event_log.h | 157 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 160 * if this tag is disabled. 190 #define EVENT_LOG_FAST(tag, fmt, ...) argument 191 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 193 #define EVENT_LOG_CAST(tag, fmt, ...) argument 194 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 195 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 197 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument 198 #define EVENT_LOG_FAST_CAST_PAREN_ARGS(tag, pargs) argument 199 #define EVENT_LOG_COMPACT_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | event_log.h | 185 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 188 * if this tag is disabled. 218 #define EVENT_LOG_FAST(tag, fmt, ...) argument 219 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 221 #define EVENT_LOG_CAST(tag, fmt, ...) argument 222 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 223 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 225 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument 226 #define EVENT_LOG_FAST_CAST_PAREN_ARGS(tag, pargs) argument 227 #define EVENT_LOG_COMPACT_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | event_log.h | 185 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 188 * if this tag is disabled. 218 #define EVENT_LOG_FAST(tag, fmt, ...) argument 219 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 221 #define EVENT_LOG_CAST(tag, fmt, ...) argument 222 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 223 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 225 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument 226 #define EVENT_LOG_FAST_CAST_PAREN_ARGS(tag, pargs) argument 227 #define EVENT_LOG_COMPACT_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | event_log.h | 185 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 188 * if this tag is disabled. 218 #define EVENT_LOG_FAST(tag, fmt, ...) argument 219 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 221 #define EVENT_LOG_CAST(tag, fmt, ...) argument 222 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 223 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 225 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument 226 #define EVENT_LOG_FAST_CAST_PAREN_ARGS(tag, pargs) argument 227 #define EVENT_LOG_COMPACT_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | mpp_doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 20 # This tag specifies the encoding used for all characters in the config file 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | doxygen.conf.in | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 20 # This tag specifies the encoding used for all characters in the config file 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | tags.hpp | 14 namespace boost { namespace proto { namespace tagns_ { namespace tag namespace 17 /// Tag type for terminals; aka, leaves in the expression tree. 20 /// Tag type for the unary + operator. 23 /// Tag type for the unary - operator. 26 /// Tag type for the unary * operator. 29 /// Tag type for the unary ~ operator. 32 /// Tag type for the unary & operator. 35 /// Tag type for the unary ! operator. 38 /// Tag type for the unary prefix ++ operator. 41 /// Tag type for the unary prefix -- operator. [all …]
|
| H A D | fusion.hpp | 52 tag::proto_expr_iterator< 65 template<typename Tag> 79 is_same<Tag, typename Expr::proto_tag>::value 106 tag::proto_flat_view< 149 /// tag of type \c T, the elements of the flattened sequence are 151 /// tag type and returning those nodes of different type. So for 194 /// tag of type \c T, the elements of the flattened sequence are 196 /// tag type and returning those nodes of different type. So for 270 template<typename Tag> 273 template<typename Tag, typename Domain> [all …]
|
| H A D | operators.hpp | 38 template<typename Domain, typename Grammar, typename Trait, typename Tag, typename Arg> 43 , lazy_matches<result_of::make_expr<Tag, basic_default_domain, Arg>, Grammar> 45 , result_of::make_expr<Tag, Domain, Arg> 49 template<typename Domain, typename Trait, typename Tag, typename Arg> 50 struct enable_unary<Domain, proto::_, Trait, Tag, Arg &> 53 , result_of::make_expr<Tag, Domain, Arg &> 57 template<typename Trait, typename Tag, typename Arg> 58 struct enable_unary<deduce_domain, not_a_grammar, Trait, Tag, Arg &> 63 , Tag 68 …template<typename Domain, typename Grammar, typename Trait, typename Tag, typename Left, typename … [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>, Tag > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/ |
| H A D | full_lambda.hpp | 35 , typename Tag 53 template< int N, typename Tag > 54 struct lambda< arg<N>,Tag, int_< -1 > > 63 , typename Tag 67 , Tag 82 typename IsLE, typename Tag 96 typename Tag 100 struct le_result1< true_,Tag,F,L1 > 103 quote1< F,Tag > 115 , typename Tag [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | event_log.h | 271 uint16 tag; /* Tag value. */ member 303 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 306 * if this tag is disabled. 335 #define EVENT_LOG(tag, fmt, ...) argument 336 #define EVENT_LOG_FAST(tag, fmt, ...) argument 337 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 339 #define EVENT_LOG_CAST(tag, fmt, ...) argument 340 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 341 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 343 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | event_log.h | 271 uint16 tag; /* Tag value. */ member 303 * The FAST versions check the enable of the tag before evaluating the arguments and calling the 306 * if this tag is disabled. 335 #define EVENT_LOG(tag, fmt, ...) argument 336 #define EVENT_LOG_FAST(tag, fmt, ...) argument 337 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 339 #define EVENT_LOG_CAST(tag, fmt, ...) argument 340 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 341 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 343 #define EVENT_LOG_CAST_PAREN_ARGS(tag, pargs) argument [all …]
|