/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 111 "comparison of addresses of subobjects of different base classes " 147 "it may be different at runtime">; 236 "a different member of the same union">; 454 "external variable %0 declared with incompatible types in different " 457 "external variable %0 declared with incompatible types in different " 467 "external function %0 declared with incompatible types in different " 470 "external function %0 declared with incompatible types in different " 474 : Error<"type %0 has incompatible definitions in different translation " 477 : Warning<"type %0 has incompatible definitions in different translation " 494 "field %0 declared with incompatible types in different " [all...] |
/freebsd-src/usr.bin/diff3/tests/ |
H A D | long-merge.out | 4 This line is different in mine, not better 8 This line is different in yours, much butter 12 This line is different in yours and mine, but the same 14 This line is different in yours and mine, the same is in both 21 This line is different in yours and mine, best change in mine 23 This line is different in yours and mine, but the different in each 25 This line is different in yours and mine, but the best in yours
|
H A D | long-A.out | 4 This line is different in yours and mine, but the different in each 6 This line is different in yours and mine, but the best in yours 17 This line is different in yours and mine, but the same 21 This line is different in yours, much butter
|
H A D | long-o.txt | 4 This line is different in mine 8 This line is different in yours 11 This line is different in yours and mine, but the same 16 This line is different in yours and mine, but the different in each
|
H A D | long-m.txt | 4 This line is different in mine, not better 8 This line is different in yours 11 This line is different in yours and mine, the same is in both 16 This line is different in yours and mine, best change in mine
|
H A D | long-y.txt | 4 This line is different in mine 8 This line is different in yours, much butter 11 This line is different in yours and mine, the same is in both 16 This line is different in yours and mine, but the best in yours
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen4/ |
H A D | cache.json | 29 …"BriefDescription": "Demand data cache fills from L3 cache or different L2 cache in the same CCX.", 47 …"Demand data cache fills from cache of another CCX when the address was in a different NUMA node.", 53 …: "Demand data cache fills from either DRAM or MMIO in a different NUMA node (same or different so… 77 "BriefDescription": "Any data cache fills from L3 cache or different L2 cache in the same CCX.", 83 …"BriefDescription": "Any data cache fills from local L2 cache or L3 cache or different L2 cache in… 101 …": "Any data cache fills from cache of another CCX when the address was in a different NUMA node.", 107 … cache fills from cache of another CCX when the address was in the same or a different NUMA node.", 113 …on": "Any data cache fills from either DRAM or MMIO in a different NUMA node (same or different so… 119 …ion": "Any data cache fills from either DRAM or MMIO in any NUMA node (same or different socket).", 125 …e of another CCX, DRAM or MMIO when the address was in a different NUMA node (same or different so… [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
H A D | memory.json | 132 …scription": "Demand Data Cache Fills by Data Source. From DRAM or IO connected in different Node.", 138 "BriefDescription": "Demand Data Cache Fills by Data Source. From CCX Cache in different Node.", 150 …"BriefDescription": "Demand Data Cache Fills by Data Source. From cache of different CCX in same n… 156 …"BriefDescription": "Demand Data Cache Fills by Data Source. From L3 or different L2 in same CCX.", 168 …fDescription": "Any Data Cache Fills by Data Source. From DRAM or IO connected in different Node.", 174 "BriefDescription": "Any Data Cache Fills by Data Source. From CCX Cache in different Node.", 186 …"BriefDescription": "Any Data Cache Fills by Data Source. From cache of different CCX in same node… 192 "BriefDescription": "Any Data Cache Fills by Data Source. From L3 or different L2 in same CCX.", 342 … "Software Prefetch Data Cache Fills by Data Source. From DRAM or IO connected in different Node.", 348 …scription": "Software Prefetch Data Cache Fills by Data Source. From CCX Cache in different Node.", [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/ |
H A D | samsung,s5m8767.yaml | 36 Describes the different operating modes of the LDO's with power mode 37 change in SOC. The different possible values are: 60 Describes the different operating modes of the regulator with power 61 mode change in SOC. The different possible values are: 85 Describes the different operating modes of the regulator with power 86 mode change in SOC. The different possible values are:
|
/freebsd-src/libexec/bootpd/ |
H A D | hash.h | 49 * the various hashtable functions (thus pointers to different 50 * functions may be passed to effect different tests on different 57 * actually be of different types and the programmer may provide a 58 * compare function which compares the two different object types 77 * different hash functions for various different hash tables.
|
/freebsd-src/share/doc/papers/fsinterface/ |
H A D | abstract.ms | 50 However, each of these interfaces is different from 52 Each of them addresses somewhat different design goals. 53 Each was based upon a different starting version of 55 targetted a different set of filesystems with varying characteristics, 56 and uses a different set of primitive operations provided by the filesystem.
|
/freebsd-src/share/man/man4/ |
H A D | cxgbev.4 | 69 driver uses different names for devices based on the associated ASIC: 187 Different interfaces can be assigned different values at any time via the 195 Different interfaces can be assigned different values via the 206 Different interfaces can be assigned different values via the 213 Different interfaces can be assigned different values via the
|
H A D | usb.4 | 95 Each of these endpoints will communicate in one of four different modes: 107 An interface can sometimes be set into different modes, called alternate 109 Different alternate settings can have different endpoints within it. 111 A device may operate in different configurations. 112 Depending on the configuration, the device may present different sets of
|
H A D | cxgbe.4 | 70 driver uses different names for devices based on the associated ASIC: 207 Different interfaces can be assigned different values at any time via the 217 Different interfaces can be assigned different values via the 228 Different interfaces can be assigned different values via the 235 Different interfaces can be assigned different values via the 257 long as it is compatible with the driver and is a different version than 364 Different interfaces can be assigned different values using the
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MismatchedIteratorChecker.cpp | 10 // and for using iterators of two different containers in a context where 61 // Check for comparisons of iterators of different containers in checkPreCall() 124 // The main purpose of iterators is to abstract away from different in checkPreCall() 127 // works on multiple containers using iterators takes different in checkPreCall() 128 // template parameters for different containers. So we can safely in checkPreCall() 129 // assume that passing iterators of different containers as arguments in checkPreCall() 214 // the same or a different container but we get different conjured symbols in verifyMatch() 243 // the same or a different container but we get different conjured symbols in verifyMatch() 264 reportBug("Iterators of different containers used where the " in verifyMatch()
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_set_bio.pod | 47 If the B<rbio> and B<wbio> parameters are different and both are different 64 If the B<rbio> and B<wbio> parameters are different and the B<rbio> is the 71 If the B<rbio> and B<wbio> parameters are different and the B<wbio> is the 78 If the B<rbio> and B<wbio> parameters are different and the B<wbio> 80 previously set value and the old B<rbio> and B<wbio> values were different
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | auto_spare_shared.ksh | 27 # Spare devices (both files and disks) can be shared among different ZFS pools. 31 # 2. Add the same spare device to different pools 60 log_assert "Spare devices can be shared among different ZFS pools" 80 # 2. Add the same spare device to different pools 116 log_pass "Spare devices can be shared among different ZFS pools"
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | rt5663.txt | 23 Based on the different PCB layout, add the manual offset value to 24 compensate the DC offset for each L and R channel, and they are different 38 should compensate different DC offset to avoid the pop sound, and it is 39 also different between headphone and headset. In the example, the
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/ |
H A D | zfs_diff_types.ksh | 21 # 'zfs diff -F' shows different object types correctly. 25 # 2. Create different objects and verify 'zfs diff -F' shows the correct type 66 log_assert "'zfs diff -F' should show different object types correctly." 87 # 2. Create different objects and verify 'zfs diff -F' shows the correct type 130 log_pass "'zfs diff -F' shows different object types correctly."
|
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | mediatek,mt8186-pinctrl.yaml | 35 Physical address base for GPIO base registers. There are 8 different GPIO 65 define or si unit value(ohm) to set different resistance. 103 Supported pin number and mux varies for different SoCs, and are 125 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 129 value(ohm) to set different resistance by identifying property 170 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 174 value(ohm) to set different resistance by identifying property
|
H A D | pinctrl-mt8186.yaml | 35 Physical address base for gpio base registers. There are 8 different GPIO 65 RSEL define or si unit value(ohm) to set different resistance. 103 Supported pin number and mux varies for different SoCs, and are 126 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 130 value(ohm) to set different resistance by identifying property 171 set different resistance. It can support "MTK_PUPD_SET_R1R0_00" & 175 value(ohm) to set different resistance by identifying property
|
/freebsd-src/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | cache.json | 5 …e was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node or Group (D… 6 …e was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node or Group (D… 11 …che was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node or Group (D… 12 …che was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node or Group (D… 17 …": "The processor's data cache was reloaded from another chip's L4 on a different Node or Group (D… 18 …": "The processor's data cache was reloaded from another chip's L4 on a different Node or Group (D… 107 … reloaded either shared or modified data from another core's L2/L3 on a different chip (remote or … 108 … reloaded either shared or modified data from another core's L2/L3 on a different chip (remote or …
|
/freebsd-src/lib/geom/raid/ |
H A D | graid.8 | 85 volumes defined by different RAID BIOSes. 86 Depending on RAID BIOS type and its metadata format, different subsets of 200 The GEOM RAID class follows a modular design, allowing different metadata 207 Because of high format flexibility different implementations support 208 different set of features and have different on-disk metadata layouts. 211 Respecting that, it may support different number of disks per volume, 259 The GEOM RAID class follows a modular design, allowing different RAID levels
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 25 "different types inferred for different incoming values"); in inferScalarTypeForRecipe() 39 "different types inferred for different operands"); in inferScalarTypeForRecipe() 54 "different types inferred for different operands"); in inferScalarTypeForRecipe() 149 "different types inferred for different operands"); in inferScalarTypeForRecipe()
|
/freebsd-src/etc/mail/ |
H A D | virtusertable.sample | 8 username@a.sample.hostname specificuser@a.possibly.different.hostname 9 @another.sample.hostname specificuser@a.possibly.different.hostname 10 @yet.another.sample.hostname %1@a.possibly.different.hostname
|