| /src/sys/dev/drm2/ |
| H A D | drm_fixed.h | 30 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()
|
| /src/contrib/tcsh/ |
| H A D | tw.help.c | 88 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 …]
|
| /src/contrib/libxo/tests/core/saved/ |
| H A D | test_07.X.out | 1 …full-time="honest & for true">full</benefits></employee><employee><first-name>Terry</first-nam…
|
| H A D | test_07.XP.out | 20 <benefits full-time="honest & for true">full</benefits> 29 <benefits full-time="honest & for true">full</benefits> 38 <benefits full-time="honest & for true">full</benefits> 63 <benefits full-time="honest & for true">full</benefits>
|
| H A D | test_07.E.out | 24 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 D | test_05.X.out | 1 …full-time="honest & for true">full</benefits></employee><employee><first-name>Terry</first-nam…
|
| H A D | test_05.XP.out | 38 <benefits full-time="honest & for true">full</benefits> 46 <benefits full-time="honest & for true">full</benefits> 54 <benefits full-time="honest & for true">full</benefits> 76 <benefits full-time="honest & for true">full</benefits>
|
| H A D | test_07.JPu.out | 24 "benefits": "full" 33 "benefits": "full" 42 "benefits": "full" 67 "benefits": "full"
|
| H A D | test_07.J.out | 1 …full"}, {"first-name":"Terry","nic-name":"\"<one\"","last-name":"Οὐχὶ ταὐτὰ παρίσταταί μοι Jones",…
|
| H A D | test_07.JP.out | 24 "benefits": "full" 33 "benefits": "full" 42 "benefits": "full" 67 "benefits": "full"
|
| H A D | test_05.E.out | 42 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 D | test_05.JPu.out | 42 "benefits": "full" 50 "benefits": "full" 58 "benefits": "full" 80 "benefits": "full"
|
| H A D | test_05.JP.out | 42 "benefits": "full" 50 "benefits": "full" 58 "benefits": "full" 80 "benefits": "full"
|
| /src/crypto/openssh/ |
| H A D | logintest.c | 225 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()
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 72 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()
|
| /src/usr.sbin/ppp/ |
| H A D | tcp.c | 140 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 D | udp.c | 122 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 D | physical.c | 191 *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 …]
|
| /src/tools/test/stress2/misc/ |
| H A D | truncate6.sh | 66 full=$( 73 full=`echo "$full" | sed '/Last Mounted/,+6d'` 74 r=`echo "$full" | tail -1` 79 echo "$full" | tail -3
|
| /src/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | voltage-divider.txt | 5 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 */
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | trim_sgr0.c | 248 compare_part(const char *part, const char *full) in compare_part() argument 256 if (*part != *full) { in compare_part() 272 if (*part == '$' && *full == '$') { in compare_part() 274 next_full = skip_delay(full); in compare_part() 275 if (next_part != part && next_full != full) { in compare_part() 276 used_delay += (unsigned) (next_full - full); in compare_part() 277 full = next_full; in compare_part() 284 ++full; in compare_part()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 104 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.substr(class_start_pos, space_pos - class_start_pos); in GetClassNameWithCategory() [all …]
|
| /src/contrib/xz/src/liblzma/lz/ |
| H A D | lz_decoder.h | 92 size_t full; member 189 return dict->full == 0; in dict_is_empty() 197 return dict->full > distance; in dict_is_distance_valid() 263 dict->full = dict->pos - LZ_DICT_INIT_POS; in dict_repeat() 275 dict->full = dict->pos - LZ_DICT_INIT_POS; in dict_put() 312 dict->full = dict->pos - LZ_DICT_INIT_POS; in dict_write()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_mixed_compression.ksh | 47 log_must zfs snapshot $send_ds@full 51 verify_stream_size $BACKDIR/full $send_ds 52 verify_stream_size $BACKDIR/full $recv_ds
|
| /src/sys/contrib/device-tree/src/arm/mediatek/ |
| H A D | mt7623a.dtsi | 26 full-duplex; 37 full-duplex; 101 full-duplex; 114 full-duplex;
|