Home
last modified time | relevance | path

Searched full:most (Results 1 – 25 of 4314) sorted by relevance

12345678910>>...173

/freebsd/contrib/tzdata/
H A Dzone1970.tab27 # If a timezone covers multiple countries, the most-populous city is used,
32 # most populous timezones first, where that does not contradict (1).
53 AR -3124-06411 America/Argentina/Cordoba most areas: CB, CC, CN, ER, FM, MN, SE, SF
70 AU -3352+15113 Australia/Sydney New South Wales (most areas)
72 AU -2728+15302 Australia/Brisbane Queensland (most areas)
76 AU -3157+11551 Australia/Perth Western Australia (most areas)
105 CA +4439-06336 America/Halifax Atlantic - NS (most areas), PE
108 CA +5320-06025 America/Goose_Bay Atlantic - Labrador (most areas)
109 CA,BS +4339-07923 America/Toronto Eastern - ON & QC (most areas)
110 CA +6344-06828 America/Iqaluit Eastern - NU (most areas)
[all …]
H A Dzone.tab47 AR -3124-06411 America/Argentina/Cordoba Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF)
64 AU -3352+15113 Australia/Sydney New South Wales (most areas)
66 AU -2728+15302 Australia/Brisbane Queensland (most areas)
70 AU -3157+11551 Australia/Perth Western Australia (most areas)
111 CA +4439-06336 America/Halifax Atlantic - NS (most areas), PE
114 CA +5320-06025 America/Goose_Bay Atlantic - Labrador (most areas)
116 CA +4339-07923 America/Toronto Eastern - ON & QC (most areas)
117 CA +6344-06828 America/Iqaluit Eastern - NU (most areas)
122 CA +5024-10439 America/Regina CST - SK (most areas)
132 CA +4916-12307 America/Vancouver Pacific - BC (most areas)
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
43 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
48 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float…
8 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa…
13 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float…
18 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa…
23 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float…
28 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa…
33 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float…
38 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa…
63 …"BriefDescription": "Counts once for most SIMD scalar computational double precision floating-poin…
68 …"PublicDescription": "Counts once for most SIMD scalar computational double precision floating-poi…
[all …]
/freebsd/share/doc/usd/22.trofftut/
H A Dtt0159 The single most important rule
70 for most people to use effectively.
102 provide most of the facilities needed
105 \(dg Most Berkeley Unix sites only have \-ms and \-me.
116 once you get beyond the most trivial operations;
182 Most commands to
/freebsd/lib/libsys/
H A Duuidgen.281 The least significant 16 bits of the most significant 28 bits of the 60-bit
85 The most significant 12 bits of the 60-bit timestamp multiplexed with a 4-bit
87 The version number is stored in the most significant 4 bits of the 16-bit
91 The most significant 6 bits of a 14-bit sequence number multiplexed with a
97 the variant value is stored in the most significant bits of the field.
/freebsd/sys/contrib/device-tree/include/dt-bindings/pwm/
H A Dpwm.h3 * This header provides constants for most PWM bindings.
5 * Most PWM bindings can include a flags cell as part of the PWM specifier.
6 * In most cases, the format of the flags cell uses the standard values
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_intern.c18 * where at most one of any w+1 consecutive digits is non-zero
19 * with the exception that the most significant digit may be only
46 bit = 1 << w; /* at most 128 */ in bn_compute_wNAF()
47 next_bit = bit << 1; /* at most 256 */ in bn_compute_wNAF()
48 mask = next_bit - 1; /* at most 255 */ in bn_compute_wNAF()
62 * (*ret_len will be set to the actual length, i.e. at most in bn_compute_wNAF()
/freebsd/contrib/libarchive/libarchive/
H A Dlibarchive.351 most variants of the POSIX
61 most common cpio archive formats,
75 RAR and most RAR5 archives,
140 attributes for most entries; explicitly requesting pax format will
213 variants have eliminated most restrictions on the length of textual fields.
220 Most functions return
H A Dlibarchive-formats.551 library can read most tar archives.
70 library can read most GNU-format tar archives.
71 It currently supports the most popular GNU extensions, including
100 The libarchive library can read most of the SCHILY keys
101 and most of the GNU keys introduced by GNU tar.
186 Libarchive also recognizes base-256 values in most numeric fields.
259 limit for most other fields makes it unsuitable for modern systems.
298 Libarchive supports the most common Rockridge extensions and has partial
/freebsd/sys/contrib/device-tree/include/dt-bindings/interrupt-controller/
H A Dirq.h3 * This header provides constants for most IRQ bindings.
5 * Most IRQ bindings include a flags cell as part of the IRQ specifier.
6 * In most cases, the format of the flags cell uses the standard values
/freebsd/sys/contrib/device-tree/include/dt-bindings/mux/
H A Dmux.h3 * This header provides constants for most Multiplexer bindings.
5 * Most Multiplexer bindings specify an idle state. In most cases, the
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dinput.h3 * This header provides constants for most input bindings.
5 * Most input bindings include key code, matrix key code format.
6 * In most cases, key code and matrix key code format uses
/freebsd/sys/contrib/device-tree/include/dt-bindings/gpio/
H A Dgpio.h3 * This header provides constants for most GPIO bindings.
5 * Most GPIO bindings include a flags cell as part of the GPIO specifier.
6 * In most cases, the format of the flags cell uses the standard values
/freebsd/share/doc/smm/04.quotas/
H A Dquotas.ms46 In most computing environments, disc space is not
68 To most users, disc quotas will either be of no concern,
120 In most cases, the only way to recover from over
128 a suitable course of action, as it is most likely
200 Most sites using the quota system, will include the
231 This does no real harm in most cases, another run of
269 In most cases this information will be retained in core,
/freebsd/share/doc/usd/04.csh/
H A Dcsh.g32 This glossary lists the most important terms introduced in the
184 directories are `/bin' containing the most
185 heavily used commands and `/usr/bin' which contains most other user
212 Most commands in \s-2UNIX\s0 are not built into the shell,
360 It is one of the most commonly used \s-2UNIX\s0 commands (1.6).
420 Most error messages are not written to the
511 Most commands terminate when they receive an
545 Most systems use control-s to stop the output and control-q to start it.
633 building. Most
830 It causes most programs to stop execution.
[all …]
/freebsd/contrib/ntp/html/
H A Drdebug.html21 … sure the RS232 messages, if used, are getting to and from the clock. The most reliable way to do …
24most useful are the <tt>clockstat</tt> and <tt>clkbug</tt> commands described in the document page…
25 <p>Most drivers write a message to the <tt>clockstats</tt> file as each timecode or surrogate is re…
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h32 /// Most significant bits used to identify "Fix" variants in MessagePack.
36 /// the three most significant bits. So FixBits::String contains 0b10100000.
48 /// the three most significant bits. So FixBitsMask::String contains
81 /// they must have the pattern "111" as their three most significant bits. This
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md80 .With(multi_argument_matcher) // Can be used at most once
81 .Times(cardinality) // Can be used at most once
85 .WillRepeatedly(action) // Can be used at most once
86 .RetiresOnSaturation(); // Can be used at most once
118 The `With` clause can be used at most once on an expectation and must be the
134 | `AtMost(n)` | The function call is expected at most *n* times. |
148 The `Times` clause can be used at most once on an expectation.
251 `WillRepeatedly`, the action fed to each `WillOnce` call will be called at most
285 The `WillRepeatedly` clause can be used at most once on an expectation.
317 The `RetiresOnSaturation` clause can be used at most once on an expectation and
[all …]
/freebsd/share/doc/papers/sysperf/
H A D4.t45 Since most sites running 4.2BSD have been forced to take
80 most recently translated path name for each process.
164 with its most recently translated name,
174 truly reflect the most recently used names.
279 Most terminal input hardware can run in two modes:
287 they are most efficiently handled with interrupt per character mode,
297 it is impossible to statically select the most efficient input mode to use.
382 As most of the clock-based events need not be done at high priority,
461 code and by caching the most recently used route for each datagram socket.
508 registers than necessary under most circumstances.
[all …]
/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt89 Your key most definitely is if you have followed the examples above.
90 However, some (most?) certificate authorities will encode them with
94 convert between some (most?) formats.
97 certificate and your key to various formats, most often also putting
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-upgrade.857 Displays a list of file systems that are not the most recent version.
90 If not specified, upgrade to the most recent version.
92 option can only be used to increase the version number, and only up to the most
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-BLAKE2.pod43 It may be at most 64 bytes for BLAKE2BMAC or 32 for BLAKE2SMAC and at
50 It is an optional value of at most 16 bytes for BLAKE2BMAC or 8 for
56 It is an optional value of at most 16 bytes for BLAKE2BMAC or 8 for
/freebsd/share/doc/psd/01.cacm/
H A Dp174 of this paper, and is also the most widely used today.
82 most of the revisions made to the originally published version of this
93 Most of them are engaged in applications such as
107 Perhaps the most important achievement of
120 most important characteristics of the system
251 The most important role of
400 Special files constitute the most unusual feature of the

12345678910>>...173