Home
last modified time | relevance | path

Searched full:touched (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action-touch.mk6 # -t, so instead of being touched, the commands of the targets are printed.
18 # .PHONY targets are not touched since they do not represent actual files.
23 # .JOIN targets are not touched since they do not represent actual files.
28 # .USE targets are not touched since they do not represent actual files.
40 # touched either. Without the -n, it would be touched.
44 # Since none of the above targets are actually touched, the following command
H A Dopt-touch-jobs.mk12 # .PHONY targets are not touched since they do not represent actual files.
17 # .JOIN targets are not touched since they do not represent actual files.
22 # .USE targets are not touched since they do not represent actual files.
/freebsd/contrib/libfido2/man/
H A Dfido_dev_get_touch_begin.340 .Fn fido_dev_get_touch_status "fido_dev_t *dev" "int *touched" "int ms"
60 .Fa touched
63 .Fa touched
64 is 1, the device was touched, and the touch request is
67 .Fa touched
/freebsd/contrib/libfido2/src/
H A Dtouch.c84 fido_dev_get_touch_status(fido_dev_t *dev, int *touched, int ms) in fido_dev_get_touch_status() argument
88 *touched = 0; in fido_dev_get_touch_status()
91 return (u2f_get_touch_status(dev, touched, &ms)); in fido_dev_get_touch_status()
98 *touched = 1; in fido_dev_get_touch_status()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c177 bool touched; in copywin() local
182 touched = FALSE; in copywin()
200 touched = TRUE; in copywin()
207 touched = TRUE; in copywin()
211 if (touched) { in copywin()
/freebsd/usr.bin/finger/
H A Dutil.c285 time_t touched; in find_idle_and_ttywrite() local
305 touched = sb.st_atime; in find_idle_and_ttywrite()
306 if (touched < w->loginat) { in find_idle_and_ttywrite()
308 touched = w->loginat; in find_idle_and_ttywrite()
310 w->idletime = now < touched ? 0 : now - touched; in find_idle_and_ttywrite()
/freebsd/contrib/libfido2/examples/
H A Dselect.c69 int touched; in select_dev() local
133 if ((r = fido_dev_get_touch_status(devtab[i], &touched, in select_dev()
142 if (touched) { in select_dev()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h78 * Counters touched on the slow path, i.e. when there is lock
95 * Data touched on the fast path. These are modified right after we
H A Dbase_structs.h55 /* Number of THP regions touched. */
H A Dtcache_externs.h23 * touched. This allows the entire array to be allocated the first time an
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp220 Touched.set(E); in enable()
261 Touched.set(E); in disable()
317 assert(Touched.none() && "Bitset already initialized"); in reconstructFromParsedFeatures()
321 Touched.set(AE->ID); in reconstructFromParsedFeatures()
/freebsd/usr.bin/w/
H A Dw.c129 time_t touched; in main() local
246 touched = stp->st_atime; in main()
247 if (touched < ep->utmp.ut_tv.tv_sec) { in main()
249 touched = ep->utmp.ut_tv.tv_sec; in main()
251 if ((ep->idle = now - touched) < 0) in main()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_cred.c399 int touched; in test_touch() local
410 r = fido_dev_get_touch_status(dev, &touched, -1); in test_touch()
412 consume(&touched, sizeof(touched)); in test_touch()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h179 ExtensionBitset Touched; member
184 ExtensionSet() : Enabled(), Touched(), BaseArch(nullptr) {} in ExtensionSet()
225 if (E.PosTargetFeature.empty() || !Touched.test(E.ID)) in toLLVMFeatureList()
/freebsd/sys/dev/usb/input/
H A Duep.c197 * T: 1=touched 0=not touched in uep_process_pkt()
205 * panel is touched, followed by a single T=0 event. in uep_process_pkt()
/freebsd/contrib/lua/src/
H A Dlgc.h111 #define G_TOUCHED1 5 /* old object touched this cycle */
112 #define G_TOUCHED2 6 /* old object touched in previous cycle */
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h11 // given function, it is not touched. This is a pass most useful for debugging
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mpc.txt19 from the bootloader are preserved (not touched).
H A Di2c-mpc.yaml42 preserved (not touched)
/freebsd/contrib/kyua/utils/process/
H A Doperations.cpp120 /// stack can be touched.
147 /// stack can be touched.
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_tls.h18 // the same cache line for performance reasons. These are the most touched
/freebsd/share/man/man4/
H A Dkvmclock.488 and generally should not be touched.
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_fflags.c53 /* FreeBSD ZFS workaround: ZFS sets uarch on all touched files and dirs */ in DEFINE_TEST()
/freebsd/contrib/lutok/
H A Dstack_cleaner.cpp85 /// elements that are currently in the stack will not be touched during

12345678