Home
last modified time | relevance | path

Searched refs:DOMAIN (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Doperators.hpp106 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
110DOMAIN \
111 … , DOMAIN::proto_grammar \
118 … return boost::proto::detail::make_expr_<TAG, DOMAIN, Arg &>()(arg); \
124DOMAIN \
125 … , DOMAIN::proto_grammar \
132 … return boost::proto::detail::make_expr_<TAG, DOMAIN, Arg const &>()(arg); \
136 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
140DOMAIN \
141 … , DOMAIN::proto_grammar \
[all …]
H A Dextends.hpp615 … #define BOOST_PROTO_EXTENDS_MEMBER_(R, DOMAIN, ELEM) \ argument
619 … , DOMAIN \
625 … #define BOOST_PROTO_EXTENDS_MEMBERS_WITH_DOMAIN(SEQ, DOMAIN) \ argument
629 … BOOST_PP_SEQ_FOR_EACH(BOOST_PROTO_EXTENDS_MEMBER_, DOMAIN, SEQ) \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in81 POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
113 $(GMOFILES): $(srcdir)/$(DOMAIN).pot
117 … $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot && $(GMSGFMT)…
120 $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot && \
140 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
141 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
148 # checks out the package from a version control system, and the $(DOMAIN).pot
149 # file is not under version control, "make" will update the $(DOMAIN).pot and
154 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
156 test ! -f $(srcdir)/$(DOMAIN).pot || \
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dhv-24x7-domains.h24 DOMAIN(PHYS_CHIP, 0x01, chip, true)
25 DOMAIN(PHYS_CORE, 0x02, core, true)
26 DOMAIN(VCPU_HOME_CORE, 0x03, vcpu, false)
27 DOMAIN(VCPU_HOME_CHIP, 0x04, vcpu, false)
28 DOMAIN(VCPU_HOME_NODE, 0x05, vcpu, false)
29 DOMAIN(VCPU_REMOTE_NODE, 0x06, vcpu, false)
H A Dhv-24x7.h8 #define DOMAIN(n, v, x, c) HV_PERF_DOMAIN_##n = v, macro
10 #undef DOMAIN
H A Dhv-24x7.c39 #define DOMAIN(n, v, x, c) \ in domain_is_valid() macro
43 #undef DOMAIN in domain_is_valid()
53 #define DOMAIN(n, v, x, c) \ in is_physical_domain() macro
57 #undef DOMAIN in is_physical_domain()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddeprecated.hpp222 #define BOOST_PROTO_DEFINE_FUNCTION_TEMPLATE(ARGCOUNT, NAME, DOMAIN, TAG, BOUNDARGS) \ argument
227 , (NAME, TAG, BOUNDARGS, DOMAIN) \
239 #define BOOST_PROTO_DEFINE_VARARG_FUNCTION_TEMPLATE(NAME, DOMAIN, TAG, BOUNDARGS) \ argument
243 , (NAME, TAG, BOUNDARGS, DOMAIN) \
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnet_failover.rst99 DOMAIN=fedora27-tap01
108 virsh domif-setlink $DOMAIN $TAP_IF up
110 virsh detach-device $DOMAIN $VF_XML
113 virsh migrate --live $DOMAIN qemu+ssh://$REMOTE_HOST/system
118 virsh attach-device $DOMAIN $VF_XML
119 virsh domif-setlink $DOMAIN $TAP_IF down
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dpo.m4329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).properties)
331 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).class)
337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
356 PROPERTIESFILES="$PROPERTIESFILES \$(srcdir)/\$(DOMAIN)_$lang.properties"
357 CLASSFILES="$CLASSFILES \$(srcdir)/\$(DOMAIN)_$lang.class"
362 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
398 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
403 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
425 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
426 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpci-iov-howto.rst77 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_numvfs
88 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_numvfs
96 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_drivers_autoprobe
104 /sys/bus/pci/devices/<DOMAIN:BUS:DEVICE.FUNCTION>/sriov_drivers_autoprobe
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars4 DOMAIN = $(PACKAGE)
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c171 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup, keepon) \ macro
289 DOMAIN(name, pwr, status, req, req, (req) << 16, wakeup, false)
292 DOMAIN(name, pwr, status, req, req, (req) << 16, wakeup, true)
298 DOMAIN(name, pwr, status, req, (req) << 16, req, wakeup, false)
301 DOMAIN(name, pwr, status, req, (req) << 16, req, wakeup, true)
304 DOMAIN(name, pwr, status, req, req, req, wakeup, false)
307 DOMAIN(name, pwr, status, req, req, req, wakeup, true)
1543 [RK3066_PD_GPU] = DOMAIN("gpu", BIT(9), BIT(9), BIT(3), BIT(24), BIT(29), false, false),
1544 [RK3066_PD_VIDEO] = DOMAIN("video", BIT(8), BIT(8), BIT(4), BIT(23), BIT(28), false, false),
1545 [RK3066_PD_VIO] = DOMAIN("vio", BIT(7), BIT(7), BIT(5), BIT(22), BIT(27), false, true),
[all …]
/OK3568_Linux_fs/docs/cn/
H A Ddocs_list_cn.txt61 │   ├── IO-DOMAIN
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst467 CARD.DOMAIN TYPE MODE
480 CARD.DOMAIN TYPE MODE
490 CARD.DOMAIN TYPE MODE
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch5628 +DOMAIN = $(PACKAGE)
5638 +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
5648 +# name that gets inserted into the header of the $(DOMAIN).pot file.
5674 +# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
5692 +# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
5698 +# This tells whether or not to forcibly update $(DOMAIN).pot and
/OK3568_Linux_fs/kernel/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt95 TYPE=134 OPTION DOMAIN OF TAGS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-126320 char *USER, const char *DOMAIN)
6327 HOST, USER, and DOMAIN is part of the netgroup NETGROUP. Using
6335 Any of the pointers HOST, USER, or DOMAIN can be ‘NULL’ which means
H A Dlibc.info-42919 -- Function: char * dngettext (const char *DOMAIN, const char *MSGID1,
2930 -- Function: char * dcngettext (const char *DOMAIN, const char *MSGID1,
H A Dlibc.info-1312523 ‘char * dcngettext (const char *DOMAIN, const char *MSGID1, const char *MSGID2, unsigned long int N…
12567 ‘char * dngettext (const char *DOMAIN, const char *MSGID1, const char *MSGID2, unsigned long int N)’
14401 ‘int innetgr (const char *NETGROUP, const char *HOST, const char *USER, const char *DOMAIN)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-126320 char *USER, const char *DOMAIN)
6327 HOST, USER, and DOMAIN is part of the netgroup NETGROUP. Using
6335 Any of the pointers HOST, USER, or DOMAIN can be ‘NULL’ which means
H A Dlibc.info-42919 -- Function: char * dngettext (const char *DOMAIN, const char *MSGID1,
2930 -- Function: char * dcngettext (const char *DOMAIN, const char *MSGID1,
H A Dlibc.info-1312523 ‘char * dcngettext (const char *DOMAIN, const char *MSGID1, const char *MSGID2, unsigned long int N…
12567 ‘char * dngettext (const char *DOMAIN, const char *MSGID1, const char *MSGID2, unsigned long int N)’
14401 ‘int innetgr (const char *NETGROUP, const char *HOST, const char *USER, const char *DOMAIN)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info27097 the search scope can be restricted with the DOMAIN argument. The
27098 DOMAIN argument must be a domain constant defined in the 'gdb'
27444 DOMAIN argument restricts the search to the domain type. The
27445 DOMAIN argument must be a domain constant defined in the 'gdb'
27460 DOMAIN argument restricts the search to the domain type. The
27461 DOMAIN argument must be a domain constant defined in the 'gdb'
27473 DOMAIN argument restricts the search to the domain type. The
27474 DOMAIN argument must be a domain constant defined in the 'gdb'
27500 DOMAIN argument restricts the search to the domain type. The
27501 DOMAIN argument must be a domain constant defined in the 'gdb'
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info27097 the search scope can be restricted with the DOMAIN argument. The
27098 DOMAIN argument must be a domain constant defined in the 'gdb'
27444 DOMAIN argument restricts the search to the domain type. The
27445 DOMAIN argument must be a domain constant defined in the 'gdb'
27460 DOMAIN argument restricts the search to the domain type. The
27461 DOMAIN argument must be a domain constant defined in the 'gdb'
27473 DOMAIN argument restricts the search to the domain type. The
27474 DOMAIN argument must be a domain constant defined in the 'gdb'
27500 DOMAIN argument restricts the search to the domain type. The
27501 DOMAIN argument must be a domain constant defined in the 'gdb'
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log

12