/freebsd-src/sys/netinet/ |
H A D | in_kdtrace.h | 60 SDT_PROBE_DECLARE(mib, ip, count, ips_total); 61 SDT_PROBE_DECLARE(mib, ip, count, ips_badsum); 62 SDT_PROBE_DECLARE(mib, ip, count, ips_tooshort); 63 SDT_PROBE_DECLARE(mib, ip, count, ips_toosmall); 64 SDT_PROBE_DECLARE(mib, ip, count, ips_badhlen); 65 SDT_PROBE_DECLARE(mib, ip, count, ips_badlen); 66 SDT_PROBE_DECLARE(mib, ip, count, ips_fragments); 67 SDT_PROBE_DECLARE(mib, ip, count, ips_fragdropped); 68 SDT_PROBE_DECLARE(mib, ip, count, ips_fragtimeout); 69 SDT_PROBE_DECLARE(mib, ip, count, ips_forwar [all...] |
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslcompiler.l | 187 count (int type); 217 [ ] { count (0); } 218 [\n] { count (0); } /* Handle files with both LF and CR/LF */ 219 [\r] { count (0); } /* termination on both Unix and Windows */ 220 [ \t] { count (0); } 228 ";" { count (0); return(';'); } 232 "~" { count (3); return (PARSEOP_EXP_NOT); } 233 "!" { count (3); return (PARSEOP_EXP_LOGICAL_NOT); } 234 "*" { count (3); return (PARSEOP_EXP_MULTIPLY); } 235 "/" { count ( [all...] |
/freebsd-src/lib/libpmc/ |
H A D | pmc.amd.3 | 72 .It Li count= Ns Ar value 77 Configure the counter to only count negated-to-asserted transitions 84 .Dq Li count 88 .Dq Li count 96 Configure the PMC to count events happening at privilege level 0. 98 Configure the PMC to count events occurring at privilege levels 1, 2 112 Count the number of clock cycles when the CPU is not in the HLT or 116 Count fill requests that missed in the L2 cache. 125 Count data cache fill requests. 127 Count instructio [all...] |
/freebsd-src/contrib/libxo/tests/core/saved/ |
H A D | test_08.XP.out | 6 <count>1412</count> 10 <count>85</count> 14 <count>0</count> 18 <count>4123</count> 22 <count>17</count> 30 <count>1412</count> 34 <count>85</count> 38 <count>0</count> 42 <count>4123</count> 46 <count>17</count> [all …]
|
H A D | test_08.X.out | 1 …count>1412</count></item><item><name key="key">rope</name><count>85</count></item><item><name key=…
|
H A D | test_08.J.out | 1 …count":1412}, {"name":"rope","count":85}, {"name":"ladder","count":0}, {"name":"bolt","count":4123…
|
H A D | test_08.JPu.out | 8 "count": 1412 12 "count": 85 16 "count": 0 20 "count": 4123 24 "count": 17 34 "count": 1412 38 "count": 85 42 "count": 0 46 "count": 4123 50 "count": 17 [all …]
|
H A D | test_08.JP.out | 8 "count": 1412 12 "count": 85 16 "count": 0 20 "count": 4123 24 "count": 17 34 "count": 1412 38 "count": 85 42 "count": 0 46 "count": 4123 50 "count": 17 [all …]
|
/freebsd-src/sys/x86/include/ |
H A D | bus.h | 256 * Read `count' 1, 2, 4, or 8 byte quantities from bus space 262 size_t count); 267 size_t count); 272 size_t count); 276 bus_size_t offset, u_int8_t *addr, size_t count) in bus_space_read_multi_1() argument 280 insb(bsh + offset, addr, count); in bus_space_read_multi_1() 286 "=D" (addr), "=c" (count) : in bus_space_read_multi_1() 287 "r" (bsh + offset), "0" (addr), "1" (count) : in bus_space_read_multi_1() 294 bus_size_t offset, u_int16_t *addr, size_t count) in bus_space_read_multi_2() argument 298 insw(bsh + offset, addr, count); in bus_space_read_multi_2() [all …]
|
/freebsd-src/sys/sys/ |
H A D | refcount.h | 43 * Attempt to handle reference count overflow and underflow. Force the counter 49 _refcount_update_saturated(volatile u_int *count) 52 panic("refcount %p wraparound", count); in _refcount_update_saturated() 54 atomic_store_int(count, REFCOUNT_SATURATION_VALUE); in _refcount_update_saturated() 59 refcount_init(volatile u_int *count, u_int value) 63 atomic_store_int(count, value); in refcount_init() 67 refcount_load(volatile const u_int *count) 69 return (atomic_load_int(count)); in refcount_load() 73 refcount_acquire(volatile u_int *count) 77 old = atomic_fetchadd_int(count, in refcount_acquire() 50 _refcount_update_saturated(volatile u_int * count) _refcount_update_saturated() argument 60 refcount_init(volatile u_int * count,u_int value) refcount_init() argument 68 refcount_load(volatile u_int * count) refcount_load() argument 74 refcount_acquire(volatile u_int * count) refcount_acquire() argument 86 refcount_acquiren(volatile u_int * count,u_int n) refcount_acquiren() argument 100 refcount_acquire_checked(volatile u_int * count) refcount_acquire_checked() argument 119 refcount_acquire_if_gt(volatile u_int * count,u_int n) refcount_acquire_if_gt() argument 135 refcount_acquire_if_not_zero(volatile u_int * count) refcount_acquire_if_not_zero() argument 142 refcount_releasen(volatile u_int * count,u_int n) refcount_releasen() argument 169 refcount_release(volatile u_int * count) refcount_release() argument 196 refcount_release_if_gt(volatile u_int * count,u_int n) refcount_release_if_gt() argument 203 refcount_release_if_last(volatile u_int * count) refcount_release_if_last() argument 215 refcount_release_if_not_last(volatile u_int * count) refcount_release_if_not_last() argument [all...] |
/freebsd-src/contrib/nvi/vi/ |
H A D | v_cmd.c | 32 "[count]^A", 36 "[count]^B", 44 "[count]^D", 45 "^D scroll down by half screens (setting count)"}, 48 "[count]^E", 52 "[count]^F", 60 "[count]^H", 66 "[count]^J", 76 "[count]^M", 80 "[count]^N", [all …]
|
/freebsd-src/share/doc/usd/13.viref/ |
H A D | vi.cmd.roff | 234 The optional count prefix available for some of the 237 or the count prefix available for the 251 if the optional count prefix is specified for both the 262 .KY "count" 263 .IP "count" 266 or as a repeat count (for commands that modify text). 267 The count argument is always optional and defaults to 1 unless otherwise 275 .LI [count] , 369 .IP "[count] <control-A>" 371 .LI count [all …]
|
/freebsd-src/contrib/nvi/man/ |
H A D | vi.1 | 531 .It Ar count 545 .Ar count , 549 .Ar count , 561 .Op Ar count 565 .Ar count 570 .Op Ar count 574 .Ar count 577 .Ar count 588 .Op Ar count 592 .Ar count [all...] |
/freebsd-src/contrib/cortex-strings/src/aarch64/ |
H A D | memset.S | 65 #define count x2 macro 88 add dstend, dstin, count 90 cmp count, 96 92 cmp count, 16 97 tbz count, 3, 1f 102 1: tbz count, 2, 2f 106 2: cbz count, 3f 108 tbz count, 1, 3f 115 tbnz count, 6, L(set96) 117 tbz count, 5, 1f [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | floating-point.json | 14 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 20 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 25 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 31 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 36 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 42 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 47 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 53 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 58 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 64 …count twice as noted below. Each count represents 8 computation operations, one for each element.… [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | floating-point.json | 15 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 21 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 26 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 32 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 37 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 43 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 48 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 54 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 59 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 65 …count twice as noted below. Each count represents 8 computation operations, one for each element.… [all …]
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | floating-point.json | 15 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 21 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 26 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 32 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 37 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 43 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 48 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 54 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 59 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 65 …count twice as noted below. Each count represents 8 computation operations, one for each element.… [all …]
|
/freebsd-src/contrib/arm-optimized-routines/string/aarch64/ |
H A D | memset.S | 19 #define count x2 macro 28 cmp count, 16 31 add dstend, dstin, count 32 cmp count, 64 37 and off, off, count, lsr 1 48 add dstend, dstin, count 49 cmp count, 4 51 lsr off, count, 3 60 2: cbz count, 3f 61 lsr off, count, [all...] |
H A D | __mtag_tag_region.S | 23 #define count x1 macro 30 add dstend, dstin, count 32 cmp count, 96 35 tbnz count, 6, L(set96) 38 lsr tmp, count, 5 40 cbz count, L(end) 59 cmp count, 160 71 sub count, dstend, dst /* Count is now 64 too large. */ 72 sub count, coun [all...] |
H A D | __mtag_tag_zero_region.S | 23 #define count x1 macro 30 add dstend, dstin, count 32 cmp count, 96 35 tbnz count, 6, L(set96) 38 lsr tmp, count, 5 40 cbz count, L(end) 59 cmp count, 160 71 sub count, dstend, dst /* Count is now 64 too large. */ 72 sub count, coun [all...] |
/freebsd-src/sys/arm64/arm64/ |
H A D | memset.S | 40 #define count x2 macro 65 cmp count, #64 68 cmp count, #15 71 ands tmp1, count, #0x30 84 and count, count, #15 85 add dst, dst, count 92 tbz count, #3, 1f 95 tbz count, #2, 1f 98 tbz count, #1, 1f 101 tbz count, #0, 1f [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 26 // The following two parameters determine the threshold for a count to be 28 // by 10000). If the counts are sorted in descending order, the minimum count to 29 // reach ProfileSummaryCutoffHot gives the threshold to determine a hot count. 30 // Similarly, the minimum count to reach ProfileSummaryCutoffCold gives the 31 // threshold for determining cold count (everything <= this threshold is 35 cl::desc("A count is hot if it exceeds the minimum count to" 40 cl::desc("A count is cold if it is below the minimum count" 48 " percentile exceeds this count.")); 55 " percentile exceeds this count.")); 60 "profile-summary-hot-count", cl::ReallyHidden, [all …]
|
/freebsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 61 static void reportTime( int32 count, long clocks ) in reportTime() argument 66 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000, in reportTime() 104 int32 count, i; in time_a_int32_z_float32() local 107 count = 0; in time_a_int32_z_float32() 115 count += minIterations; in time_a_int32_z_float32() 119 for ( i = count; i; --i ) { in time_a_int32_z_float32() 124 reportTime( count, endClock - startClock ); in time_a_int32_z_float32() 131 int32 count, i; in time_a_int32_z_float64() local 134 count = 0; in time_a_int32_z_float64() 142 count += minIterations; in time_a_int32_z_float64() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_common.h | 24 Count = N; in setFromArray() 25 memcpy(Batch, Array, sizeof(Batch[0]) * Count); in setFromArray() 28 DCHECK_LE(N, MaxNumCached - Count); in appendFromArray() 29 memcpy(Batch + Count, Array, sizeof(Batch[0]) * N); in appendFromArray() 31 Count = static_cast<u16>(Count + N); in appendFromArray() 34 DCHECK_LE(N, MaxNumCached - Count); in appendFromTransferBatch() 35 DCHECK_GE(B->Count, N); in appendFromTransferBatch() 37 memcpy(Batch + Count, B->Batch + (B->Count in appendFromTransferBatch() 61 u16 Count; global() member [all...] |
/freebsd-src/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | floating-point.json | 65 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 71 …count twice as noted below. Each count represents 2 computation operations, one for each element.… 76 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 82 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 87 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 93 …count twice as noted below. Each count represents 4 computation operations, one for each element.… 98 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 104 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 109 …count twice as noted below. Each count represents 8 computation operations, one for each element.… 115 …count twice as noted below. Each count represents 8 computation operations, one for each element.… [all …]
|