Home
last modified time | relevance | path

Searched full:count (Results 1 – 25 of 6847) sorted by relevance

12345678910>>...274

/freebsd/sys/netinet/
H A Din_kdtrace.h60 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_forward);
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompiler.l189 count (int type);
218 [ ] { count (0); }
219 [\n] { count (0); } /* Handle files with both LF and CR/LF */
220 [\r] { count (0); } /* termination on both Unix and Windows */
221 [ \t] { count (0); }
229 ";" { count (0); return(';'); }
233 "~" { count (3); return (PARSEOP_EXP_NOT); }
234 "!" { count (3); return (PARSEOP_EXP_LOGICAL_NOT); }
235 "*" { count (3); return (PARSEOP_EXP_MULTIPLY); }
236 "/" { count (3); return (PARSEOP_EXP_DIVIDE); }
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l187 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 (3); return (PARSEOP_EXP_DIVIDE); }
[all …]
/freebsd/lib/libpmc/
H A Dpmc.amd.372 .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...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h38 * @tmac_frms: Count of successfully transmitted MAC
42 * @tmac_data_octets: Count of data and padding octets of successfully
45 * @tmac_drop_frms: Count of frames that could not be sent for no other reason
49 * @tmac_mcst_frms: Count of successfully transmitted frames to a multicast
52 * @tmac_bcst_frms: Count of successfully transmitted frames to the broadcast
55 * @tmac_pause_ctrl_frms: Count of MAC PAUSE control frames that are
57 * are PAUSE frames, this register is a count of all transmitted MAC control
60 * @tmac_ttl_octets: Count of total octets of transmitted frames, including
63 * @tmac_ucst_frms: Count of transmitted frames containing a unicast address.
64 * @tmac_nucst_frms: Count of transmitted frames containing a non-unicast
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_08.X.out1count>1412</count></item><item><name key="key">rope</name><count>85</count></item><item><name key=…
H A Dtest_08.XP.out6 <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 …]
/freebsd/sys/x86/include/
H A Dbus.h256 * 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 …]
/illumos-gate/usr/src/man/man8/
H A Dfcinfo.8543 Link Failure Count: 0
544 Loss of Sync Count: 0
545 Loss of Signal Count: 0
546 Primitive Seq Protocol Error Count: 0
547 Invalid Tx Word Count: 0
548 Invalid CRC Count: 0
565 Link Failure Count: 0
566 Loss of Sync Count: 0
567 Loss of Signal Count: 0
568 Primitive Seq Protocol Error Count: 0
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dvi.cmd.roff234 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/contrib/nvi/man/
H A Dvi.1531 .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/contrib/nvi/vi/
H A Dv_cmd.c32 "[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/sys/sys/
H A Drefcount.h43 * Attempt to handle reference count overflow and underflow. Force the counter
49 _refcount_update_saturated(volatile u_int *count) in _refcount_update_saturated() argument
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) in refcount_init() argument
63 atomic_store_int(count, value); in refcount_init()
67 refcount_load(volatile const u_int *count) in refcount_load() argument
69 return (atomic_load_int(count)); in refcount_load()
73 refcount_acquire(volatile u_int *count) in refcount_acquire() argument
77 old = atomic_fetchadd_int(count, 1); in refcount_acquire()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h106 #define QL_DUMP_1(bp, wdsize, count) \ argument
107 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
110 #define QL_DUMP_1(bp, wdsize, count) argument
116 #define QL_DUMP_2(bp, wdsize, count) \ argument
117 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
120 #define QL_DUMP_2(bp, wdsize, count) argument
126 #define QL_DUMP_3(bp, wdsize, count) \ argument
127 ql_dump_buffer((uint8_t *)bp, (uint8_t)wdsize, (uint32_t)count)
130 #define QL_DUMP_3(bp, wdsize, count) argument
136 #define QL_DUMP_4(bp, wdsize, count) \ argument
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/emeraldrapids/
H A Dfloating-point.json68count twice as noted below. Each count represents 2 computation operations, one for each element.…
71count twice as noted below. Each count represents 2 computation operations, one for each element.…
76count twice as noted below. Each count represents 4 computation operations, one for each element.…
79count twice as noted below. Each count represents 4 computation operations, one for each element.…
84count twice as noted below. Each count represents 4 computation operations, one for each element.…
87count twice as noted below. Each count represents 4 computation operations, one for each element.…
92count twice as noted below. Each count represents 8 computation operations, one for each element.…
95count twice as noted below. Each count represents 8 computation operations, one for each element.…
100count twice as noted below. Each count represents 2 or/and 4 computation operations, 1 for each e…
103count twice as noted below. Each count represents 2 or/and 4 computation operations, one for each…
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-libc-mem-routines.S19 #define count x2 macro
38 #define G_l count
58 add srcend1, src, count
59 add dstend1, dstin, count
60 cmp count, 128
62 cmp count, 32
66 cmp count, 16
76 tbz count, 3, L(copy8)
86 tbz count, 2, L(copy4)
95 cbz count, L(copy0)
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfloating-point.json15count twice as noted below. Each count represents 2 computation operations, one for each element.…
21count twice as noted below. Each count represents 2 computation operations, one for each element.…
26count twice as noted below. Each count represents 4 computation operations, one for each element.…
32count twice as noted below. Each count represents 4 computation operations, one for each element.…
37count twice as noted below. Each count represents 4 computation operations, one for each element.…
43count twice as noted below. Each count represents 4 computation operations, one for each element.…
48count twice as noted below. Each count represents 8 computation operations, one for each element.…
54count twice as noted below. Each count represents 8 computation operations, one for each element.…
59count twice as noted below. Each count represents 8 computation operations, one for each element.…
65count twice as noted below. Each count represents 8 computation operations, one for each element.…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfloating-point.json15count twice as noted below. Each count represents 2 computation operations, one for each element.…
21count twice as noted below. Each count represents 2 computation operations, one for each element.…
26count twice as noted below. Each count represents 4 computation operations, one for each element.…
32count twice as noted below. Each count represents 4 computation operations, one for each element.…
37count twice as noted below. Each count represents 4 computation operations, one for each element.…
43count twice as noted below. Each count represents 4 computation operations, one for each element.…
48count twice as noted below. Each count represents 8 computation operations, one for each element.…
54count twice as noted below. Each count represents 8 computation operations, one for each element.…
59count twice as noted below. Each count represents 8 computation operations, one for each element.…
65count twice as noted below. Each count represents 8 computation operations, one for each element.…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfloating-point.json14count twice as noted below. Each count represents 2 computation operations, one for each element.…
20count twice as noted below. Each count represents 2 computation operations, one for each element.…
25count twice as noted below. Each count represents 4 computation operations, one for each element.…
31count twice as noted below. Each count represents 4 computation operations, one for each element.…
36count twice as noted below. Each count represents 4 computation operations, one for each element.…
42count twice as noted below. Each count represents 4 computation operations, one for each element.…
47count twice as noted below. Each count represents 8 computation operations, one for each element.…
53count twice as noted below. Each count represents 8 computation operations, one for each element.…
58count twice as noted below. Each count represents 8 computation operations, one for each element.…
64count twice as noted below. Each count represents 8 computation operations, one for each element.…
[all …]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c47 int count; member
84 if (tally.user_obj.count > 0) { in aclent_aclcheck()
90 tally.user_obj.count = 1; in aclent_aclcheck()
95 if (tally.group_obj.count > 0) { in aclent_aclcheck()
101 tally.group_obj.count = 1; in aclent_aclcheck()
106 if (tally.other_obj.count > 0) { in aclent_aclcheck()
112 tally.other_obj.count = 1; in aclent_aclcheck()
117 if (tally.class_obj.count > 0) { in aclent_aclcheck()
123 tally.class_obj.count = 1; in aclent_aclcheck()
132 cnt = (tally.def_user.count)++; in aclent_aclcheck()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_property.ksh60 count=8
70 check_write $TESTPOOL $tmp_file $rs $count 0 "" 1 $((count - 1))
73 check_write $TESTPOOL $tmp_file $rs $count 0 "" 0 $count
76 check_write $TESTPOOL $tmp_file $((rs / 2)) $((2 * count)) 0 "" $((2 * count)) 0
79 check_write $TESTPOOL $tmp_file 512 $count 0 "" $count 0
83 check_read $TESTPOOL $tmp_file $rs $count 0 "" 0 $count
86 check_read $TESTPOOL $tmp_file $((rs / 2)) $((count * 2)) 0 "" 0 $((2 * count))
89 check_read $TESTPOOL $tmp_file 512 $count 0 "" 1 0
102 check_write $TESTPOOL $tmp_file $rs $count 0 "-D" $count 0
105 check_write $TESTPOOL $tmp_file $rs $count 0 "-D" $count 0
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h24 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 - N), sizeof(Batch[0]) * N); in appendFromTransferBatch()
39 Count = static_cast<u16>(Count + N); in appendFromTransferBatch()
40 B->Count = static_cast<u16>(B->Count - N); in appendFromTransferBatch()
[all …]
H A Dlocal_cache.h43 if (C->Count == 0) { in appendFromTransferBatch()
48 DCHECK_GT(C->Count, 0); in add()
51 // Count, while Chunks might be further off (depending on Count). That keeps in add()
54 CompactPtrT CompactP = C->Chunks[--C->Count]; in copyToArray()
65 const bool NeedToDrainCache = C->Count == C->MaxCount;
70 C->Chunks[C->Count++] =
80 if (PerClassArray[I].Count)
90 while (PerClassArray[I].Count > 0)
93 while (PerClassArray[BatchClassId].Count >
68 u16 Count; global() member
210 u16 Count; alignas() local
261 const u16 Count = Min(static_cast<u16>(C->MaxCount / 2), C->Count); drain() local
[all...]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemset.S19 #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, 1
[all …]
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c61 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 …]

12345678910>>...274