Home
last modified time | relevance | path

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

12345678910>>...45

/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/xz/src/liblzma/lz/
H A Dlz_decoder.h33 size_t full; member
114 return dict->full == 0; in dict_is_empty()
122 return dict->full > distance; in dict_is_distance_valid()
157 assert(dict->full == dict->size); in dict_repeat()
177 if (dict->full < dict->pos) in dict_repeat()
178 dict->full = dict->pos; in dict_repeat()
194 if (dict->pos > dict->full) in dict_put()
195 dict->full = dict->pos; in dict_put()
220 if (dict->pos > dict->full) in dict_write()
221 dict->full = dict->pos; in dict_write()
/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.X.out1full-time="honest &amp; for true">full</benefits></employee><employee><first-name>Terry</first-nam…
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_07.JPu.out24 "benefits": "full"
33 "benefits": "full"
42 "benefits": "full"
67 "benefits": "full"
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.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_05.JPu.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/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp72 bool full, size_t num_files, in FindFileIndex() argument
86 if (FileSpec::Equal(ith, file_spec, full)) in FindFileIndex()
96 bool full) const { in FindFileIndex()
98 start_idx, file_spec, full, m_files.size(), in FindFileIndex()
104 bool full) const { in FindFileIndex()
105 return ::FindFileIndex(start_idx, file_spec, full, m_files.size(), in FindFileIndex()
121 const bool full = !file_spec.GetDirectory().IsEmpty(); in FindCompatibleIndex() local
133 if (FileSpec::Equal(curr_file, file_spec, full)) { in FindCompatibleIndex()
/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()
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()
768 return p->name.full; in physical_GetDevice()
955 strncpy(p->name.full, name, sizeof p->name.full - 1); in physical_SetDevice()
956 p->name.full[sizeof p->name.full - 1] = '\0'; in physical_SetDevice()
958 p->name.base = *p->name.full == '!' ? p->name.full + 1 : in physical_SetDevice()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.yaml14 interesting voltage is often the voltage over the full resistance
44 Resistance Rout over which the output voltage is measured. See full-ohms.
46 full-ohms:
48 Resistance R + Rout for the full divider. The io-channel is scaled by
55 - full-ohms
84 full-ohms = <222>; /* 200 + 22 */
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/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/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c183 compare_part(const char *part, const char *full) in compare_part() argument
191 if (*part != *full) { in compare_part()
207 if (*part == '$' && *full == '$') { in compare_part()
209 next_full = skip_delay(full); in compare_part()
210 if (next_part != part && next_full != full) { in compare_part()
211 used_delay += (unsigned) (next_full - full); in compare_part()
212 full = next_full; in compare_part()
219 ++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
117 llvm::StringRef full = m_full; in GetClassNameWithCategory() local
124 llvm::StringRef full = m_full; in GetSelector() local
125 const size_t space_pos = full.find(' '); in GetSelector()
133 llvm::StringRef full = m_full; in GetCategory() local
134 const size_t open_paren_pos = full.find('('); in GetCategory()
135 const size_t close_paren_pos = full.find(')'); in GetCategory()
141 return full.substr(open_paren_pos + 1, in GetCategory()
146 llvm::StringRef full = m_full; in GetFullNameWithoutCategory() local
147 const size_t open_paren_pos = full.find('('); in GetFullNameWithoutCategory()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dbq27xxx.yaml64 - energy-full-design-microwatt-hours
65 - charge-full-design-microamp-hours
67 Both or neither of the *-full-design-*-hours properties must be set.
81 energy-full-design-microwatt-hours = <5290000>;
82 charge-full-design-microamp-hours = <1430000>;
/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

12345678910>>...45