Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h58 modify exact [eax];
70 modify exact [ax];
82 modify exact [ax];
94 modify exact [ax];
106 modify exact [ax];
118 modify exact [al bl];
130 modify exact [ax bx];
142 modify exact [eax ebx];
154 modify exact [al bl];
166 modify exact [ax bx];
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c157 "activating key %d\n", grab->type, grab->detail.exact, in PrintDeviceGrabInfo()
235 grab->modifiersDetail.exact = param->modifiers; in CreateGrab()
240 grab->detail.exact = keybut; in CreateGrab()
363 if (firstDetail.exact == exception) { in IsInGrabMask()
368 if (secondDetail.exact == exception) in IsInGrabMask()
371 if (GETBIT(firstDetail.pMask, secondDetail.exact)) in IsInGrabMask()
398 if (IdenticalExactDetails(firstDetail.exact, secondDetail.exact, exception)) in DetailSupersedesSecond()
586 #define UPDATE(mask,exact) \ in DeletePassiveGrabFromList() argument
587 if (!(details[nups] = DeleteDetailFromMask(mask, exact))) \ in DeletePassiveGrabFromList()
623 else if ((grab->detail.exact == any_key) in DeletePassiveGrabFromList()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger.hpp84 …e <> struct exact_signed_base_helper<sizeof(signed char)* CHAR_BIT> { typedef signed char exact; }; typedef
85 …truct exact_unsigned_base_helper<sizeof(unsigned char)* CHAR_BIT> { typedef unsigned char exact; }; typedef
87 template <> struct exact_signed_base_helper<sizeof(short)* CHAR_BIT> { typedef short exact; }; typedef
88 …uct exact_unsigned_base_helper<sizeof(unsigned short)* CHAR_BIT> { typedef unsigned short exact; }; typedef
91 template <> struct exact_signed_base_helper<sizeof(int)* CHAR_BIT> { typedef int exact; }; typedef
92 … struct exact_unsigned_base_helper<sizeof(unsigned int)* CHAR_BIT> { typedef unsigned int exact; }; typedef
96 template <> struct exact_signed_base_helper<sizeof(long)* CHAR_BIT> { typedef long exact; }; typedef
97 …truct exact_unsigned_base_helper<sizeof(unsigned long)* CHAR_BIT> { typedef unsigned long exact; }; typedef
104 …gned_base_helper<sizeof(boost::long_long_type)* CHAR_BIT> { typedef boost::long_long_type exact; }; typedef
105 …ed_base_helper<sizeof(boost::ulong_long_type)* CHAR_BIT> { typedef boost::ulong_long_type exact; }; typedef
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c520 u32 exact, mask; in nfp_fl_set_eth() local
528 exact = act->mangle.val; in nfp_fl_set_eth()
530 if (exact & ~mask) { in nfp_fl_set_eth()
535 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
561 __be32 exact, mask; in nfp_fl_set_ip4() local
565 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
567 if (exact & ~mask) { in nfp_fl_set_ip4()
576 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
584 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
591 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics23 See the network driver for the exact meaning of when this
51 packet processing. See the network driver for the exact
60 See the network driver for the exact meaning of this value.
68 network device. See the network driver for the exact
79 the exact meaning of this value.
88 exact meaning of this value.
97 driver for the exact meaning of this value.
114 (e.g: larger than MTU). See the network driver for the exact
132 a medium collision). See the network driver for the exact
141 device. See the network driver for the exact meaning of this
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c736 a.modifiersDetail.exact = 1; in dix_grab_matching()
737 b.modifiersDetail.exact = 2; in dix_grab_matching()
760 a.modifiersDetail.exact = AnyModifier; in dix_grab_matching()
761 b.modifiersDetail.exact = 1; in dix_grab_matching()
770 a.modifiersDetail.exact = XIAnyModifier; in dix_grab_matching()
771 b.modifiersDetail.exact = 1; in dix_grab_matching()
779 a.modifiersDetail.exact = XIAnyModifier; in dix_grab_matching()
780 b.modifiersDetail.exact = 1; in dix_grab_matching()
789 a.detail.exact = 1; in dix_grab_matching()
790 b.detail.exact = 2; in dix_grab_matching()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/
H A Dsnmpd.conf91 access MyROSystem "" any noauth exact system none none
92 access MyROGroup "" any noauth exact all none none
93 access MyRWGroup "" any noauth exact all all none
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst184 match: { meta.vr_id: exact,
187 meta.lpm_prefix: exact },
198 router interface (RIF), yet the exact MAC address is not known. The local
207 match: { meta.rif_port: exact,
208 ipv4.dst_addr: exact},
226 match: { meta.adj_index: exact,
227 meta.adj_group_size: exact,
228 meta.packet_hash_index: exact },
246 match: { meta.rif_port: exact,
247 meta.is_l3_unicast: exact,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp85 : exact(exact_) {} in exact_iterator()
89 bool got_max(T i) const { return i >= exact; } in got_max()
90 bool got_min(T i) const { return i >= exact; } in got_min()
92 T const exact; member
/OK3568_Linux_fs/kernel/crypto/
H A Dcrypto_user_base.c36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument
54 else if (!exact) in crypto_alg_match()
337 int exact = 0; in crypto_add_alg() local
350 exact = 1; in crypto_add_alg()
352 if (priority && !exact) in crypto_add_alg()
355 alg = crypto_alg_match(p, exact); in crypto_add_alg()
H A Dapi.c62 int exact, fuzzy; in __crypto_alg_lookup() local
75 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
77 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
88 if (exact) in __crypto_alg_lookup()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dungrdevb.c140 temporaryGrab->modifiersDetail.exact = stuff->modifiers; in ProcXUngrabDeviceButton()
142 temporaryGrab->detail.exact = stuff->button; in ProcXUngrabDeviceButton()
H A Dungrdevk.c147 temporaryGrab->modifiersDetail.exact = stuff->modifiers; in ProcXUngrabDeviceKey()
149 temporaryGrab->detail.exact = stuff->key; in ProcXUngrabDeviceKey()
/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/
H A Dvec.h226 bool exact) in calculate_allocation() argument
228 if (exact) in calculate_allocation()
276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve()
281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
363 va_gc::reserve (vec<T, A, vl_embed> *&v, unsigned reserve, bool exact in reserve()
367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
683 vec_safe_reserve (vec<T, A, vl_embed> *&v, unsigned nelems, bool exact = false
688 A::reserve (v, nelems, exact PASS_MEM_STAT);
761 vec_safe_reserve (vec<T, va_heap, vl_ptr> *&v, unsigned nelems, bool exact = false
764 return v->reserve (nelems, exact);
[all …]
/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/
H A Dvec.h226 bool exact) in calculate_allocation() argument
228 if (exact) in calculate_allocation()
276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve()
281 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
363 va_gc::reserve (vec<T, A, vl_embed> *&v, unsigned reserve, bool exact in reserve()
367 = vec_prefix::calculate_allocation (v ? &v->m_vecpfx : 0, reserve, exact); in reserve()
683 vec_safe_reserve (vec<T, A, vl_embed> *&v, unsigned nelems, bool exact = false
688 A::reserve (v, nelems, exact PASS_MEM_STAT);
761 vec_safe_reserve (vec<T, va_heap, vl_ptr> *&v, unsigned nelems, bool exact = false
764 return v->reserve (nelems, exact);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcpp_int_config.hpp40 typename boost::int_t<N>::exact
58 typename boost::uint_t<N>::exact
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1540 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt()
1542 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt()
1544 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt()
1558 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1571 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1625 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_mac_filt()
1626 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1628 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1642 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1654 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-uvc.rst17 exact copies of the standard part of UVC Payload Header contents and auxiliary
45 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-func_find.txt21 address. The given address does not have to be exact, it will select the function
28 by given address _addr_. The _addr_ does not have to be exact, it will select the
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/OK3568_Linux_fs/buildroot/package/mpfr/
H A DConfig.in6 with exact rounding.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch42 -to see the exact reason why the detection of libxml2 installation
68 +#to see the exact reason why the detection of libxml2 installation
/OK3568_Linux_fs/buildroot/fs/ext2/
H A DConfig.in49 string "exact size"
60 int "exact number of inodes (leave at 0 for auto calculation)"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dallowedips.c155 bool exact = false; in node_placement() local
160 exact = true; in node_placement()
166 return exact; in node_placement()

12345678910>>...16