Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/freebsd/sys/dev/drm2/
H A Ddrm_fixed.h30 u32 full; member
38 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
39 #define dfixed_init(A) { .full = dfixed_const((A)) }
40 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
41 #define dfixed_trunc(A) ((A).full >> 12)
42 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
55 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
63 u64 tmp = ((u64)A.full << 13); in dfixed_div()
65 do_div(tmp, B.full); in dfixed_div()
/freebsd/contrib/tcsh/
H A Dtw.help.c88 struct Strbuf full = Strbuf_INIT; in do_help() local
99 cleanup_push(&full, Strbuf_cleanup); in do_help()
117 full.len = 0; in do_help()
118 Strbuf_append(&full, curdir); in do_help()
119 Strbuf_append(&full, STRslash); in do_help()
120 Strbuf_append(&full, name); in do_help()
121 ep = full.len; in do_help()
123 full.len = ep; in do_help()
124 Strbuf_append(&full, str2short(*sp)); in do_help()
125 Strbuf_terminate(&full); in do_help()
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_07.X.out1full-time="honest &amp; for true">full</benefits></employee><employee><first-name>Terry</first-nam…
H A Dtest_07.XP.out20 <benefits full-time="honest &amp; for true">full</benefits>
29 <benefits full-time="honest &amp; for true">full</benefits>
38 <benefits full-time="honest &amp; for true">full</benefits>
63 <benefits full-time="honest &amp; for true">full</benefits>
H A Dtest_07.E.out24 op attr: [full-time] [honest & for true] [0]
25 op string: [benefits] [full] [0x8]
34 op attr: [full-time] [honest & for true] [0]
35 op string: [benefits] [full] [0x8]
44 op attr: [full-time] [honest & for true] [0]
45 op string: [benefits] [full] [0x8]
70 op attr: [full-time] [honest & for true] [0]
71 op string: [benefits] [full] [0x8]
H A Dtest_05.XP.out38 <benefits full-time="honest &amp; for true">full</benefits>
46 <benefits full-time="honest &amp; for true">full</benefits>
54 <benefits full-time="honest &amp; for true">full</benefits>
76 <benefits full-time="honest &amp; for true">full</benefits>
H A Dtest_05.X.out1full-time="honest &amp; for true">full</benefits></employee><employee><first-name>Terry</first-nam…
H A Dtest_07.JPu.out24 "benefits": "full"
33 "benefits": "full"
42 "benefits": "full"
67 "benefits": "full"
H A Dtest_05.E.out42 op attr: [full-time] [honest & for true] [0]
43 op string: [benefits] [full] [0x8]
51 op attr: [full-time] [honest & for true] [0]
52 op string: [benefits] [full] [0x8]
60 op attr: [full-time] [honest & for true] [0]
61 op string: [benefits] [full] [0x8]
83 op attr: [full-time] [honest & for true] [0]
84 op string: [benefits] [full] [0x8]
H A Dtest_07.J.out1full"}, {"first-name":"Terry","nic-name":"\"<one\"","last-name":"Οὐχὶ ταὐτὰ παρίσταταί μοι Jones",…
H A Dtest_07.JP.out24 "benefits": "full"
33 "benefits": "full"
42 "benefits": "full"
67 "benefits": "full"
H A Dtest_05.JPu.out42 "benefits": "full"
50 "benefits": "full"
58 "benefits": "full"
80 "benefits": "full"
H A Dtest_05.J.out1full"}, {"first-name":"Terry","nic-name":"\"<one\"","last-name":"Οὐχὶ ταὐτὰ παρίσταταί μοι Jones",…
H A Dtest_05.JP.out42 "benefits": "full"
50 "benefits": "full"
58 "benefits": "full"
80 "benefits": "full"
/freebsd/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; in testLineName() local
227 memset(full, '\0', sizeof(full)); in testLineName()
231 line_fullname(full, line, sizeof(full)-1); in testLineName()
232 line_stripname(strip, full, sizeof(strip)-1); in testLineName()
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName()
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
/freebsd/usr.sbin/ppp/
H A Dtcp.c140 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) { in tcp_Create()
142 host = p->name.full; in tcp_Create()
160 p->name.full); in tcp_Create()
188 if (*p->name.full == '\0') { in tcp_Create()
199 snprintf(p->name.full, sizeof p->name.full, "%s:%d/tcp", in tcp_Create()
201 p->name.base = p->name.full; in tcp_Create()
H A Dudp.c122 if (*p->name.full == '\0') { in udp_Recvfrom()
123 snprintf(p->name.full, sizeof p->name.full, "%s:%d/udp", in udp_Recvfrom()
125 p->name.base = p->name.full; in udp_Recvfrom()
236 p->name.full); in udp_CreateDevice()
241 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno)); in udp_CreateDevice()
243 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno)); in udp_CreateDevice()
260 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) { in udp_Create()
262 host = p->name.full; in udp_Create()
H A Dphysical.c191 *p->name.full = '\0'; in physical_Create()
192 p->name.base = p->name.full; in physical_Create()
299 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Lock()
302 log_Printf(LogPHASE, "%s: %s is in use\n", p->link.name, p->name.full); in physical_Lock()
305 p->link.name, p->name.full, uu_lockerr(res)); in physical_Lock()
315 if (*p->name.full == '/' && p->type != PHYS_DIRECT && in physical_Unlock()
363 if (*p->name.full == '/') { in physical_Close()
373 p->name.base = p->name.full; in physical_Close()
374 *p->name.full = '\0'; in physical_Close()
447 *p->name.full ? p->name.full : in physical_ShowStatus()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dtruncate6.sh66 full=$(
73 full=`echo "$full" | sed '/Last Mounted/,+6d'`
74 r=`echo "$full" | tail -1`
79 echo "$full" | tail -3
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.txt5 interesting voltage is often the voltage over the full resistance
27 See full-ohms.
28 - full-ohms : Resistance R + Rout for the full divider. The io-channel
41 full-ohms = <222>; /* 200 + 22 */
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c179 compare_part(const char *part, const char *full) in compare_part() argument
187 if (*part != *full) { in compare_part()
203 if (*part == '$' && *full == '$') { in compare_part()
205 next_full = skip_delay(full); in compare_part()
206 if (next_part != part && next_full != full) { in compare_part()
207 used_delay += (unsigned) (next_full - full); in compare_part()
208 full = next_full; in compare_part()
215 ++full; in compare_part()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp104 llvm::StringRef full = m_full; in GetClassName() local
105 const size_t class_start_pos = (full.front() == '[' ? 1 : 2); in GetClassName()
106 const size_t paren_pos = full.find('(', class_start_pos); in GetClassName()
109 return full.substr(class_start_pos, paren_pos - class_start_pos); in GetClassName()
112 const size_t space_pos = full.find(' ', class_start_pos); in GetClassName()
113 return full.substr(class_start_pos, space_pos - class_start_pos); in GetClassName()
117 llvm::StringRef full = m_full; in GetClassNameWithCategory() local
118 const size_t class_start_pos = (full.front() == '[' ? 1 : 2); in GetClassNameWithCategory()
119 const size_t space_pos = full.find(' ', class_start_pos); in GetClassNameWithCategory()
120 return full in GetClassNameWithCategory()
124 llvm::StringRef full = m_full; GetSelector() local
133 llvm::StringRef full = m_full; GetCategory() local
146 llvm::StringRef full = m_full; GetFullNameWithoutCategory() local
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_mixed_compression.ksh46 log_must zfs snapshot $send_ds@full
50 verify_stream_size $BACKDIR/full $send_ds
51 verify_stream_size $BACKDIR/full $recv_ds
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7623a.dtsi26 full-duplex;
37 full-duplex;
101 full-duplex;
114 full-duplex;
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-ocelot-serdes.txt13 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports
14 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode.

12345678910>>...41