Home
last modified time | relevance | path

Searched refs:hand (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd-13-stable/contrib/libxo/tests/core/saved/
HDtest_12.XP.out9 <hand>left</hand>
17 <hand>left</hand>
25 <hand>left</hand>
33 <hand>left</hand>
41 <hand>left</hand>
49 <hand>left</hand>
57 <hand>left</hand>
65 <hand>left</hand>
73 <hand>left</hand>
81 <hand>left</hand>
HDtest_12.X.out1hand>left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</name><color>green<…
HDtest_12.J.out1hand":"left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"2:15","hand":"…
HDtest_12.JP.out11 "hand": "left",
19 "hand": "left",
27 "hand": "left",
35 "hand": "left",
43 "hand": "left",
51 "hand": "left",
59 "hand": "left",
67 "hand": "left",
75 "hand": "left",
83 "hand": "left",
HDtest_12.HIPx.out20 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l…
21 <div class="text"> hand is </div>
36 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l…
37 <div class="text"> hand is </div>
52 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l…
53 <div class="text"> hand is </div>
68 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l…
69 <div class="text"> hand is </div>
84 …<div class="data color-fg-red" data-tag="hand" data-xpath="/top/data/thing[name = 'thing']/hand">l…
85 <div class="text"> hand is </div>
[all …]
HDtest_12.E.out11 op string: [hand] [left] [0]
19 op string: [hand] [left] [0]
27 op string: [hand] [left] [0]
35 op string: [hand] [left] [0]
43 op string: [hand] [left] [0]
51 op string: [hand] [left] [0]
59 op string: [hand] [left] [0]
67 op string: [hand] [left] [0]
75 op string: [hand] [left] [0]
83 op string: [hand] [left] [0]
HDtest_12.H.out1hand">left</div><div class="text"> hand is </div><div class="data color-fg-blue" data-tag="color">…
HDtest_12.HP.out20 <div class="data color-fg-red" data-tag="hand">left</div>
21 <div class="text"> hand is </div>
36 <div class="data color-fg-red" data-tag="hand">left</div>
37 <div class="text"> hand is </div>
52 <div class="data color-fg-red" data-tag="hand">left</div>
53 <div class="text"> hand is </div>
68 <div class="data color-fg-red" data-tag="hand">left</div>
69 <div class="text"> hand is </div>
84 <div class="data color-fg-red" data-tag="hand">left</div>
85 <div class="text"> hand is </div>
[all …]
/freebsd-13-stable/sys/arm/arm/
HDmachdep_intr.c174 intr_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, in intr_ipi_setup() argument
181 KASSERT(hand != NULL, ("%s: ipi %u no handler", __func__, ipi)); in intr_ipi_setup()
185 ii->ii_handler = hand; in intr_ipi_setup()
210 intr_pic_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand, in intr_pic_ipi_setup() argument
223 intr_ipi_setup(ipi, name, hand, arg, pic_ipi_send, isrc); in intr_pic_ipi_setup()
/freebsd-13-stable/sys/dev/firewire/
HDfwmem.c96 void *hand) in fwmem_xfer_req() argument
110 xfer->hand = hand; in fwmem_xfer_req()
126 void (*hand)(struct fw_xfer *)) in fwmem_read_quad()
131 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand); in fwmem_read_quad()
163 void (*hand)(struct fw_xfer *)) in fwmem_write_quad()
168 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, hand); in fwmem_write_quad()
200 void (*hand)(struct fw_xfer *)) in fwmem_read_block()
205 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), hand); in fwmem_read_block()
238 void (*hand)(struct fw_xfer *)) in fwmem_write_block()
243 xfer = fwmem_xfer_req(fwdev, sc, spd, len, 0, hand); in fwmem_write_block()
HDfirewire.c195 if (xfer->hand == NULL) { in fw_asyreq()
369 xfer->hand(xfer); in firewire_xfer_timeout()
595 xfer->hand(xfer); in fw_drain_txq()
864 xfer->hand = fw_vmaccess; in fw_init()
973 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) in fw_xferlist_add()
984 xfer->hand = hand; in fw_xferlist_add()
1141 if (xfer->hand == NULL) { in fw_xfer_done()
1150 xfer->hand(xfer); in fw_xfer_done()
1244 xfer->hand = fw_asy_callback_free; in fw_phy_config()
2031 rb->xfer->hand = fw_xfer_free; in fw_rcv()
[all …]
HDfirewirereg.h201 void (*hand) (struct fw_xferq *); member
239 void (*hand) (struct fw_xfer *); member
/freebsd-13-stable/contrib/mandoc/
HDmansearch.c323 struct ohash *hand, *h1, *h2; in manmerge_and() local
329 hand = manmerge(e, NULL); in manmerge_and()
336 if (ohash_entries(h2) < ohash_entries(hand)) { in manmerge_and()
338 h2 = hand; in manmerge_and()
340 h1 = hand; in manmerge_and()
341 hand = mandoc_malloc(sizeof(*hand)); in manmerge_and()
342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page)); in manmerge_and()
353 ohash_insert(hand, ohash_lookup_memory(hand, in manmerge_and()
372 return hand; in manmerge_and()
374 for (res = ohash_first(hand, &slot1); res != NULL; in manmerge_and()
[all …]
HDpredefs.in20 * predefined strings from (e.g.) tmac/mdoc/doc-nroff. The left-hand
22 * right-hand side is what's produced by libroff.
/freebsd-13-stable/sys/dev/tsec/
HDif_tsec.h136 #define TSEC_GET_GENERIC(hand, tab, count, wrap) \ argument
137 ((hand)->tab[TSEC_INC((hand)->count, wrap)])
139 #define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \ argument
140 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
/freebsd-13-stable/contrib/tcsh/nls/ukrainian/
HDset193 91 No previous left hand side
94 92 Right hand side too long
/freebsd-13-stable/tools/tools/net80211/w00t/redir/
HDbuddy.c114 void hand(int s) in hand() function
143 if (signal(SIGPIPE, hand) == SIG_ERR) in main()
/freebsd-13-stable/contrib/libcbor/doc/source/api/
HDtype_2.rst17 …00`` and ``0xff``. This on one hand enables streaming messages even before they are fully generate…
/freebsd-13-stable/contrib/ofed/libibverbs/
HDinit.c335 void *hand = dlopen(NULL, RTLD_NOW); in ibverbs_init() local
336 if (!hand) { in ibverbs_init()
342 dlclose(hand); in ibverbs_init()
/freebsd-13-stable/contrib/sendmail/cf/
HDsendmail.schema66 DESC 'key (left hand side) of an aliases or map entry'
87 DESC 'value (right hand side) of a map entry'
161 DESC 'value (right hand side) of an alias'
/freebsd-13-stable/usr.sbin/ntp/doc/scripts/
HDMakefile8 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSpecialSymbolMap.inc3 // This is a hand-curated list for C symbols that cannot be parsed/extracted
/freebsd-13-stable/contrib/ncurses/include/
HDMKparametrized.sh45 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsVE.td1 // Define intrinsics written by hand
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDClangOptionDocs.td13 -gen-opt-docs. Do not edit this file by hand!!

12345678