Home
last modified time | relevance | path

Searched +full:deep +full:- +full:touch (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Azoteq IQS626A Capacitive Touch Controller
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
[all …]
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Azoteq IQS269A Capacitive Touch Controlle
[all...]
H A Diqs62x-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 - $ref: input.yaml#
16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors
17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
23 further details and examples. Sensor hardware configuration (self-capacitive
24 vs. mutual-inductive, etc.) is selected based on the device's firmware.
[all …]
H A Datmel,maxtouch.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nick Dyer <nick@shmanahar.org>
11 - Linus Walleij <linus.walleij@linaro.org>
18 - $ref: input.yaml#
30 vdda-supply:
34 vdd-supply:
38 reset-gpios:
45 wake-gpios:
[all …]
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh28 # - A copy of the ISO-9660 spec can be found here:
29 # https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf
30 # - Any references to `rockridge` are referring to the `Rock Ridge` extensions
31 # of the ISO-9660 spec. A copy of the draft `IEEE-P1282` spec can be found
35 MAKEFS="makefs -t cd9660"
47 umount -f /dev/$test_md_device || :
48 mdconfig -d -u $test_md_device || :
55 check_image_contents "$@" -X c -X .g -X _g
57 atf_check -e empty -o empty -s exit:0 test -L $TEST_INPUTS_DIR/c
58 atf_check -e empty -o empty -s exit:0 test -f $TEST_MOUNT_DIR/c
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isorr_rr_moved.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
30 tail -n +32 test_read_format_isorr_rr_moved.c | /bin/sh
33 rm -rf $dirname
34 mkdir -p $dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9/dir10
37 deepfile=$dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9/dir10/deep
41 TZ=utc touch -afhm -t $time $deepfile
42 TZ=utc touch
[all...]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/sys/netipsec/
H A Dipsec_pcb.c1 /*-
54 MALLOC_DEFINE(M_IPSEC_INPCB, "inpcbpolicy", "inpcb-resident ipsec policy");
62 if (inp->inp_vflag & INP_IPV6) { in ipsec_setsockaddrs_inpcb()
65 bzero(&src->sin6, sizeof(src->sin6)); in ipsec_setsockaddrs_inpcb()
66 bzero(&dst->sin6, sizeof(dst->sin6)); in ipsec_setsockaddrs_inpcb()
67 src->sin6.sin6_family = AF_INET6; in ipsec_setsockaddrs_inpcb()
68 src->sin6.sin6_len = sizeof(struct sockaddr_in6); in ipsec_setsockaddrs_inpcb()
69 dst->sin in ipsec_setsockaddrs_inpcb()
[all...]
/freebsd/share/mk/
H A Dmeta.autodep.mk1 # SPDX-License-Identifier: BSD-2-Clause
15 # Please send copies of changes and bug-fixes to:
23 .-include <local.autodep.mk>
35 # explicit dependencies help short-circuit .SUFFIX searches
52 # NO means don't update .depend - or Makefile.depend*
55 .elif ${.MAKEFLAGS:M-k} != ""
128 # if we have any non-lib
[all...]
/freebsd/contrib/bmake/mk/
H A Dmeta.autodep.mk1 # SPDX-License-Identifier: BSD-2-Clause
6 # @(#) Copyright (c) 2010-2025, Simon J. Gerraty
15 # Please send copies of changes and bug-fixes to:
23 .-include <local.autodep.mk>
41 # explicit dependencies help short-circuit .SUFFIX searches
58 # NO means don't update .depend - or Makefile.depend*
61 .elif ${.MAKEFLAGS:M-k} != ""
134 # if we have any non-libs in DPADD,
157 # circular dependencies if you dig too deep
183 DEPEND_SUFFIXES += ${.SUFFIXES:N.sh:N*[0-9aFfglopmnrSsty]}
[all …]
/freebsd/sys/netinet/
H A Dip_fastfwd.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
38 * network card. The only part of the packet we touch with the CPU is the
118 * - Redirects are not disabled (must be checked by caller), in ip_redir_alloc()
119 * - We have not applied NAT (must be checked by caller as possible), in ip_redir_alloc()
120 * - Neither a MCAST or BCAST packet (must be checked by caller) in ip_redir_alloc()
122 * - The packet does not do IP source routing or having any other in ip_redir_alloc()
125 * - The packet is being forwarded out the same physical interface in ip_redir_alloc()
130 * - The forwarding route was not created by a redirect in ip_redir_alloc()
133 * - The next-hop is reachable by us [RFC1009 Appendix A.2]. in ip_redir_alloc()
[all …]
/freebsd/lib/libbe/
H A Dbe.c4 * SPDX-License-Identifier: BSD-2-Clause
75 zfs = zfs_path_to_zhandle(lbh->lzh, "/", ZFS_TYPE_FILESYSTEM); in be_locate_rootfs()
79 strlcpy(lbh->rootfs, zfs_get_name(zfs), sizeof(lbh->rootfs)); in be_locate_rootfs()
104 * kind of side-effect (module loading) in the general case. in libbe_init()
112 if ((lbh->lzh = libzfs_init()) == NULL) in libbe_init()
122 *lbh->rootfs = '\0'; in libbe_init()
126 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root)); in libbe_init()
127 pos = strrchr(lbh->root, '/'); in libbe_init()
132 strlcpy(lbh->root, root, sizeof(lbh->root)); in libbe_init()
134 if ((pos = strchr(lbh->root, '/')) == NULL) in libbe_init()
[all …]
/freebsd/sys/net80211/
H A Dieee80211_input.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
68 if ((rx->r_flags & (IEEE80211_R_C_CHAIN | IEEE80211_R_C_NF | IEEE80211_R_C_RSSI)) != in ieee80211_process_mimo()
73 for (i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) { in ieee80211_process_mimo()
74 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ctl[i], rx->c_rssi_ctl[i]); in ieee80211_process_mimo()
75 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ext[i], rx->c_rssi_ext[i]); in ieee80211_process_mimo()
79 for(i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) { in ieee80211_process_mimo()
80 ni->ni_mimo_noise_ctl[i] = rx->c_nf_ctl[i]; in ieee80211_process_mimo()
81 ni->ni_mimo_noise_ext[i] = rx->c_nf_ext[i]; in ieee80211_process_mimo()
[all …]
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dwordset_4k.c6 * I've replaced two 7-character words to save space.
1107 "deep",
3747 "touch",
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1 /*-
2 * Copyright (c) 2003-2010 Tim Kientzle
157 /* Ignore non-int O_NOFOLLOW constant. */
168 #define AT_FDCWD -100
195 * side-effect of another. For example, mkdir() can specify the mode
196 * for the newly-created object but symlink() cannot. This means we
260 /* Tasks deferred until end-of-archive. */
272 /* Maximum size of file, -1 if unknown. */
274 /* Dir we were in before this restore; only for deep paths. */
315 * Note that POSIX specifies 0777 for implicitly-created dirs, "modified
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
44 * by the driver - eg, calls to ath_hal_gettsf32().
132 * Only enable this if you're working on PS-POLL support.
240 static int ath_anicalinterval = 100; /* ANI calibration - 100 msec */
269 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_legacy_attach_comp_func()
271 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0, sc); in ath_legacy_attach_comp_func()
274 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc_q0123, sc); in ath_legacy_attach_comp_func()
277 TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc); in ath_legacy_attach_comp_func()
[all …]
H A Dif_ath_tx.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd
116 * What queue to throw the non-QoS TID traffic into
148 if (bf->bf_nseg == 0) in ath_tx_alq_post()
150 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post()
151 for (i = 0, ds = (const char *) bf->bf_desc; in ath_tx_alq_post()
153 i++, ds += sc->sc_tx_desclen) { in ath_tx_alq_post()
154 if_ath_alq_post(&sc->sc_alq, in ath_tx_alq_post()
[all …]
/freebsd/sys/netinet6/
H A Dip6_output.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
34 /*-
164 ((eh)->ip6e_len + 1) << 3); \
167 (_ol) += (*(mp))->m_len; \
187 (m)->m_next = (mp)->m_next;\
188 (mp)->m_next = (m);\
199 if (m->m_pkthdr.csum_flags & CSUM_UDP_IPV6 && csum == 0) in in6_delayed_cksum()
201 offset += m->m_pkthdr.csum_data; /* checksum offset */ in in6_delayed_cksum()
203 if (offset + sizeof(csum) > m->m_len) in in6_delayed_cksum()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dbib2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spiri…
52 And the LORD God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, …
59 …midst of the garden, God hath said, Ye shall not eat of it, neither shall ye touch it, lest ye die.
171 …teenth day of the month, the same day were all the fountains of the great deep broken up, and the …
186 The fountains also of the deep and the windows of heaven were stopped, and the rain from heaven was…
373 And when the sun was going down, a deep sleep fell upon Abram; and, lo, an horror of great darkness…
502 …eart; for I also withheld thee from sinning against me: therefore suffered I thee not to touch her.
1499 …ty, who shall bless thee with blessings of heaven above, blessings of the deep that lieth under, b…
2019 …give thee counsel, and God shall be with thee: Be thou for the people to God-ward, that thou mayes…
2039 …ut, saying, Take heed to yourselves, that ye go not up into the mount, or touch the border of it: …
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1 //===- BasicAliasAnalysis.cpp - Stateless Alias Analysis Impl -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
69 static cl::opt<bool> EnableRecPhiAnalysis("basic-aa-recphi", cl::Hidden,
72 static cl::opt<bool> EnableSeparateStorageAnalysis("basic-aa-separate-storage",
100 //===----------------------------------------------------------------------===//
102 //===----------------------------------------------------------------------===//
145 // - either rewind the pointer q to the base-address of the object in in isObjectSmallerThan()
147 // - just give up. It is up to caller to make sure the pointer is pointing in isObjectSmallerThan()
[all …]
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2 * validator/validator.c - secure validator DNS query response module
86 && rep->reason_bogus != LDNS_EDE_NONE in update_reason_bogus()
87 && rep->reason_bogus != LDNS_EDE_DNSSEC_BOGUS) return; in update_reason_bogus()
88 rep->reason_bogus = reason_bogus; in update_reason_bogus()
129 if(i>0 && (*keysize)[i-1] >= (*keysize)[i]) { in fill_nsec3_iter()
131 (int)(*keysize)[i-1], (int)(*keysize)[i]);
167 free(val_env->nsec3_keysize); in val_apply_cfg()
168 free(val_env->nsec3_maxiter); in val_apply_cfg()
169 val_env->nsec3_keysize = keysize; in val_apply_cfg()
170 val_env->nsec3_maxite in val_apply_cfg()
[all...]
/freebsd/sys/vm/
H A Duma_core.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2019 Jeffrey Roberson <jeff@FreeBSD.org>
6 * Copyright (c) 2004-2006 Robert N. M. Watson
48 * - Improve memory usage for large allocations
49 * - Investigate cache size adjustments
151 /* The boot-time adjusted value for cache line alignment. */
152 static unsigned int uma_cache_align_mask = 64 - 1;
165 /* Linked list of all cache-only zones in the system */
170 * Mutex for global lists: uma_kegs, uma_cachezones, and the per-keg list of
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1 //===- CodeGenPrepare.cpp - Prepare a function for code generation --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // SelectionDAG-based code generation. This works around limitations in it's
11 // basic-block-at-a-time approach. It should eventually be removed.
13 //===----------------------------------------------------------------------===//
43 #include "llvm/Config/llvm-config.h"
137 "disable-cgp-branch-opts", cl::Hidden, cl::init(false),
141 DisableGCOpts("disable-cgp-gc-opts", cl::Hidden, cl::init(false),
145 DisableSelectToBranch("disable-cgp-select2branch", cl::Hidden,
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1 //===--- CGStmt.cpp - Emit LLVM Code from Statements ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
42 //===----------------------------------------------------------------------===//
44 //===----------------------------------------------------------------------===//
53 Loc = S->getBeginLoc(); in EmitStopPoint()
54 DI->EmitLocation(Builder, Loc); in EmitStopPoint()
98 switch (S->getStmtClass()) { in EmitStmt()
134 // point is always set. To maintain that, the call-emission code in EmitStmt()
[all …]
H A DCGCall.cpp1 //===--- CGCall.cpp - Encapsulate calling convention details --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
77 // clang-format off in ClangCallConvToLLVMCallConv()
79 // clang-format on in ClangCallConvToLLVMCallConv()
91 RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in DeriveThisType()
96 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
102 return MD->getType()->getCanonicalTypeUnqualified() in GetFormalType()
106 /// Returns the "extra-canonicalized" return type, which discards
[all …]

12