Searched refs:full (Results 1 - 25 of 166) sorted by relevance

1234567

/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_fixed.h32 u32 full; member in union:dfixed
40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
41 #define dfixed_init(A) { .full = dfixed_const((A)) }
42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
43 #define dfixed_trunc(A) ((A).full >> 12)
44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
57 if (A.full > dfixed_const(non_frac))
65 u64 tmp = ((u64)A.full << 13);
67 do_div(tmp, B.full);
[all...]
/freebsd-13-stable/share/doc/psd/20.ipctut/
H A Dudgramsend.c35 #define DATA "The sea is calm tonight, the tide is full . . ."
H A Ddgramsend.c36 #define DATA "The sea is calm tonight, the tide is full . . ."
/freebsd-13-stable/tools/tools/shlib-compat/test/
H A Dregress.sh4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.full; }
/freebsd-13-stable/contrib/tcsh/
H A Dtw.help.c88 struct Strbuf full = Strbuf_INIT; local
99 cleanup_push(&full, Strbuf_cleanup);
113 * now make the full path name - try first /bar/foo.help, then
117 full.len = 0;
118 Strbuf_append(&full, curdir);
119 Strbuf_append(&full, STRslash);
120 Strbuf_append(&full, name);
121 ep = full.len;
123 full.len = ep;
124 Strbuf_append(&full, str2shor
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_mixed_compression.ksh9 # A full copy of the text of the CDDL should have accompanied this
27 # 2. Receive a full compressed send, and verify the data and compression ratios
46 log_must zfs snapshot $send_ds@full
47 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full"
48 log_must eval "zfs recv $recv_ds <$BACKDIR/full"
50 verify_stream_size $BACKDIR/full $send_ds
51 verify_stream_size $BACKDIR/full $recv_ds
H A Dsend-c_zstreamdump.ksh9 # A full copy of the text of the CDDL should have accompanied this
27 # 1. Create a full compressed send stream
48 log_must zfs snapshot $sendfs@full
50 log_must eval "zfs send -c $sendfs@full >$BACKDIR/full"
51 log_must stream_has_features $BACKDIR/full lz4 compressed
52 cat $BACKDIR/full | zstreamdump -v > $BACKDIR/dump.out
66 x=$(get_resume_token "zfs send -c $sendfs@full" $streamfs $recvfs)
H A Dsend-c_volume.ksh9 # A full copy of the text of the CDDL should have accompanied this
58 log_must eval "zfs send -c $vol@snap >$BACKDIR/full"
59 log_must eval "zfs recv -d $POOL2 <$BACKDIR/full"
61 verify_stream_size $BACKDIR/full $vol
62 verify_stream_size $BACKDIR/full $vol2
H A Dsend_partial_dataset.ksh9 # A full copy of the text of the CDDL should have accompanied this
61 log_must eval "zfs send $POOL/testfs2@b > /$POOL/stream/full.send"
62 mess_send_file /$POOL/stream/full.send
64 log_mustnot zfs recv -s $POOL/recvfullfs < /$POOL/stream/full.send
/freebsd-13-stable/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h30 /// Indicates how full the dictionary is. This is used by
33 size_t full; member in struct:__anon6642
114 return dict->full == 0;
122 return dict->full > distance;
157 assert(dict->full == dict->size);
176 // Update how full the dictionary is.
177 if (dict->full < dict->pos)
178 dict->full = dict->pos;
185 /// already full and the byte couldn't be added.
194 if (dict->pos > dict->full)
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i36 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
H A DSBCompileUnit.i88 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
/freebsd-13-stable/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
227 memset(full, '\0', sizeof(full));
231 line_fullname(full, line, sizeof(full)-1);
232 line_stripname(strip, full, sizeof(strip)-1);
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/freebsd-13-stable/usr.sbin/ppp/
H A Dtcp.c142 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
144 host = p->name.full;
162 p->name.full);
190 if (*p->name.full == '\0') {
201 snprintf(p->name.full, sizeof p->name.full, "%s:%d/tcp",
203 p->name.base = p->name.full;
H A Dudp.c124 if (*p->name.full == '\0') {
125 snprintf(p->name.full, sizeof p->name.full, "%s:%d/udp",
127 p->name.base = p->name.full;
238 p->name.full);
243 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno));
245 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno));
262 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) {
264 host = p->name.full;
H A Dphysical.c193 *p->name.full = '\0';
194 p->name.base = p->name.full;
301 if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
304 log_Printf(LogPHASE, "%s: %s is in use\n", p->link.name, p->name.full);
307 p->link.name, p->name.full, uu_lockerr(res));
317 if (*p->name.full == '/' && p->type != PHYS_DIRECT &&
365 if (*p->name.full == '/') {
375 p->name.base = p->name.full;
376 *p->name.full = '\0';
449 *p->name.full
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c179 * Returns the number of chars from 'full' that we matched. If any mismatch
183 compare_part(const char *part, const char *full) argument
191 if (*part != *full) {
207 if (*part == '$' && *full == '$') {
209 next_full = skip_delay(full);
210 if (next_part != part && next_full != full) {
211 used_delay += (unsigned) (next_full - full);
212 full = next_full;
219 ++full;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
H A DSBCompileUnit.h49 bool full);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp74 bool full) {
77 full);
79 return m_opaque_up->FindFileIndex(idx, sb_file.ref(), full);
73 FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full) argument
/freebsd-13-stable/sys/nfsclient/
H A Dnfsm_subs.h64 void nfsm_v3attrbuild_xx(struct vattr *va, int full, struct mbuf **mb,
85 /* If full is true, set all fields, otherwise just set mode and time fields */
86 #define nfsm_v3attrbuild(a, full) \
87 nfsm_v3attrbuild_xx(a, full, &mb, &bpos)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp62 bool full) const {
76 if (FileSpec::Equal(m_files[idx], file_spec, full))
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh30 echo failed to enable io provider with full privs
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp126 const char *full = m_full.GetCString(); local
127 const char *class_start = (full[0] == '[' ? full + 1 : full + 2);
132 // No '(' was found in the full name, we can definitively say that our
135 const char *space_pos = strchr(full, ' ');
152 const char *full = m_full.GetCString(); local
153 const char *class_start = (full[0] == '[' ? full + 1 : full
175 const char *full = m_full.GetCString(); local
191 const char *full = m_full.GetCString(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h63 bool full() const { return Mask == XRayInstrKind::All; } function in struct:clang::XRayInstrSet

Completed in 316 milliseconds

1234567