Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 3907) sorted by relevance

12345678910>>...157

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
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-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
Dtst.lquantzero.d.out4 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
14 value ------------- Distribution ------------- count
19 value ------------- Distribution ------------- count
24 value ------------- Distribution ------------- count
29 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
44 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
[all …]
Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value ------------- Distribution ------------- count
[all …]
Dtst.quantmany.d.out3 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
49 value ------------- Distribution ------------- count
66 value ------------- Distribution ------------- count
85 value ------------- Distribution ------------- count
106 value ------------- Distribution ------------- count
129 value ------------- Distribution ------------- count
154 value ------------- Distribution ------------- count
[all …]
Dtst.quantzero.d.out3 value ------------- Distribution ------------- count
9 value ------------- Distribution ------------- count
15 value ------------- Distribution ------------- count
21 value ------------- Distribution ------------- count
27 value ------------- Distribution ------------- count
33 value ------------- Distribution ------------- count
39 value ------------- Distribution ------------- count
45 value ------------- Distribution ------------- count
51 value ------------- Distribution ------------- count
57 value ------------- Distribution ------------- count
[all …]
/freebsd-12-stable/tools/test/testfloat/
DtestLoops.c87 static void writeTestsPerformed( int16 count ) in writeTestsPerformed() argument
92 stderr, "\r%d%04d tests performed", tenthousandsCount, count ); in writeTestsPerformed()
95 fprintf( stderr, "\r%d tests performed", count ); in writeTestsPerformed()
127 static void writeErrorFound( int16 count ) in writeErrorFound() argument
137 writeTestsPerformed( count ); in writeErrorFound()
474 int16 count; in test_a_int32_z_float32() local
480 count = 10000; in test_a_int32_z_float32()
491 --count; in test_a_int32_z_float32()
492 if ( count == 0 ) { in test_a_int32_z_float32()
494 count = 10000; in test_a_int32_z_float32()
[all …]
/freebsd-12-stable/contrib/libxo/tests/core/saved/
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 …]
Dtest_08.X.out1count>1412</count></item><item><name key="key">rope</name><count>85</count></item><item><name key=…
Dtest_08.J.out1count":1412}, {"name":"rope","count":85}, {"name":"ladder","count":0}, {"name":"bolt","count":4123…
Dtest_08.JP.out8 "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-12-stable/sys/x86/include/
Dbus.h261 size_t count);
266 size_t count);
271 size_t count);
275 bus_size_t offset, u_int8_t *addr, size_t count) in bus_space_read_multi_1() argument
279 insb(bsh + offset, addr, count); in bus_space_read_multi_1()
287 "=D" (addr), "=c" (count) : in bus_space_read_multi_1()
288 "r" (bsh + offset), "0" (addr), "1" (count) : in bus_space_read_multi_1()
296 bus_size_t offset, u_int16_t *addr, size_t count) in bus_space_read_multi_2() argument
300 insw(bsh + offset, addr, count); in bus_space_read_multi_2()
308 "=D" (addr), "=c" (count) : in bus_space_read_multi_2()
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
Dtst.negorder.d.out4 value ------------- Distribution ------------- count
10 value ------------- Distribution ------------- count
16 value ------------- Distribution ------------- count
22 value ------------- Distribution ------------- count
28 value ------------- Distribution ------------- count
34 value ------------- Distribution ------------- count
40 value ------------- Distribution ------------- count
46 value ------------- Distribution ------------- count
52 value ------------- Distribution ------------- count
58 value ------------- Distribution ------------- count
[all …]
/freebsd-12-stable/contrib/ldns/
Dduration.c201 size_t count = 0; in digits_in_number() local
204 count++; in digits_in_number()
207 return count; in digits_in_number()
219 size_t count = 2; in ldns_duration2string() local
227 count = count + 1 + digits_in_number(duration->years); in ldns_duration2string()
230 count = count + 1 + digits_in_number(duration->months); in ldns_duration2string()
233 count = count + 1 + digits_in_number(duration->weeks); in ldns_duration2string()
236 count = count + 1 + digits_in_number(duration->days); in ldns_duration2string()
239 count = count + 1 + digits_in_number(duration->hours); in ldns_duration2string()
243 count = count + 1 + digits_in_number(duration->minutes); in ldns_duration2string()
[all …]
/freebsd-12-stable/sys/mips/cavium/
Doctopci_bus_space.c264 bus_size_t offset, uint8_t *addr, size_t count) in octopci_bs_rm_1() argument
267 while (count--) in octopci_bs_rm_1()
273 bus_size_t offset, uint16_t *addr, size_t count) in octopci_bs_rm_2() argument
277 while (count--) in octopci_bs_rm_2()
283 bus_size_t offset, uint32_t *addr, size_t count) in octopci_bs_rm_4() argument
287 while (count--) in octopci_bs_rm_4()
299 bus_size_t offset, uint8_t *addr, size_t count) in octopci_bs_rr_1() argument
303 while (count--) { in octopci_bs_rr_1()
311 bus_size_t offset, uint16_t *addr, size_t count) in octopci_bs_rr_2() argument
315 while (count--) { in octopci_bs_rr_2()
[all …]
/freebsd-12-stable/sys/mips/mips/
Dbus_space_generic.c313 bus_size_t offset, uint8_t *addr, size_t count) in generic_bs_rm_1() argument
316 while (count--) in generic_bs_rm_1()
322 bus_size_t offset, uint16_t *addr, size_t count) in generic_bs_rm_2() argument
326 while (count--) in generic_bs_rm_2()
332 bus_size_t offset, uint32_t *addr, size_t count) in generic_bs_rm_4() argument
336 while (count--) in generic_bs_rm_4()
342 uint64_t *addr, size_t count) in generic_bs_rm_8() argument
347 while (count--) in generic_bs_rm_8()
361 bus_size_t offset, uint8_t *addr, size_t count) in generic_bs_rr_1() argument
365 while (count--) { in generic_bs_rr_1()
[all …]
/freebsd-12-stable/sys/sys/
Drefcount.h44 refcount_init(volatile u_int *count, u_int value) in refcount_init() argument
47 *count = value; in refcount_init()
51 refcount_acquire(volatile u_int *count) in refcount_acquire() argument
54 KASSERT(*count < UINT_MAX, ("refcount %p overflowed", count)); in refcount_acquire()
55 atomic_add_int(count, 1); in refcount_acquire()
59 refcount_acquire_checked(volatile u_int *count) in refcount_acquire_checked() argument
63 for (lcount = *count;;) { in refcount_acquire_checked()
66 if (__predict_true(atomic_fcmpset_int(count, &lcount, in refcount_acquire_checked()
73 refcount_releasen(volatile u_int *count, u_int n) in refcount_releasen() argument
78 old = atomic_fetchadd_int(count, -n); in refcount_releasen()
[all …]
/freebsd-12-stable/sys/dev/iavf/
Diavf_lib.h210 #define IAVF_SET_IPACKETS(vsi, count) (vsi)->ipackets = (count) argument
211 #define IAVF_SET_IERRORS(vsi, count) (vsi)->ierrors = (count) argument
212 #define IAVF_SET_OPACKETS(vsi, count) (vsi)->opackets = (count) argument
213 #define IAVF_SET_OERRORS(vsi, count) (vsi)->oerrors = (count) argument
214 #define IAVF_SET_COLLISIONS(vsi, count) /* Do nothing; collisions is always 0. */ argument
215 #define IAVF_SET_IBYTES(vsi, count) (vsi)->ibytes = (count) argument
216 #define IAVF_SET_OBYTES(vsi, count) (vsi)->obytes = (count) argument
217 #define IAVF_SET_IMCASTS(vsi, count) (vsi)->imcasts = (count) argument
218 #define IAVF_SET_OMCASTS(vsi, count) (vsi)->omcasts = (count) argument
219 #define IAVF_SET_IQDROPS(vsi, count) (vsi)->iqdrops = (count) argument
[all …]
/freebsd-12-stable/crypto/heimdal/lib/roken/
Dnet_read.c48 ssize_t count; in net_read() local
52 count = read (fd, cbuf, rem); in net_read()
53 if (count < 0) { in net_read()
57 return count; in net_read()
58 } else if (count == 0) { in net_read()
59 return count; in net_read()
61 cbuf += count; in net_read()
62 rem -= count; in net_read()
73 ssize_t count; in net_read() local
83 count = _read (sock, cbuf, rem); in net_read()
[all …]
/freebsd-12-stable/contrib/cortex-strings/src/aarch64/
Dmemset.S65 #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-12-stable/sys/dev/ixl/
Dixl.h277 #define IXL_SET_IPACKETS(vsi, count) (vsi)->ipackets = (count) argument
278 #define IXL_SET_IERRORS(vsi, count) (vsi)->ierrors = (count) argument
279 #define IXL_SET_OPACKETS(vsi, count) (vsi)->opackets = (count) argument
280 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count) argument
281 #define IXL_SET_COLLISIONS(vsi, count) /* Do nothing; collisions is always 0. */ argument
282 #define IXL_SET_IBYTES(vsi, count) (vsi)->ibytes = (count) argument
283 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count) argument
284 #define IXL_SET_IMCASTS(vsi, count) (vsi)->imcasts = (count) argument
285 #define IXL_SET_OMCASTS(vsi, count) (vsi)->omcasts = (count) argument
286 #define IXL_SET_IQDROPS(vsi, count) (vsi)->iqdrops = (count) argument
[all …]
/freebsd-12-stable/sys/mips/nlm/
Dbus_space_rmi_pci.c85 size_t count);
91 size_t count);
97 size_t count);
103 size_t count);
109 size_t count);
115 size_t count);
137 size_t count);
144 size_t count);
151 size_t count);
158 size_t count);
[all …]
/freebsd-12-stable/lib/libc/softfloat/
Dtimesoftfloat.c64 static void reportTime( int32 count, long clocks ) in reportTime() argument
69 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000, in reportTime()
107 int32 count, i; in time_a_int32_z_float32() local
110 count = 0; in time_a_int32_z_float32()
118 count += minIterations; in time_a_int32_z_float32()
122 for ( i = count; i; --i ) { in time_a_int32_z_float32()
127 reportTime( count, endClock - startClock ); in time_a_int32_z_float32()
134 int32 count, i; in time_a_int32_z_float64() local
137 count = 0; in time_a_int32_z_float64()
145 count += minIterations; in time_a_int32_z_float64()
[all …]
/freebsd-12-stable/crypto/openssl/apps/
Dspeed.c195 static void print_result(int alg, int run_no, int count, double time_used);
596 # define COND(d) (count < (d))
599 # define COND(unused_cond) (run && count<0x7fffffff)
600 # define COUNT(d) (count)
645 int count; in EVP_Digest_MD2_loop() local
647 for (count = 0; COND(c[D_MD2][testnum]); count++) { in EVP_Digest_MD2_loop()
652 return count; in EVP_Digest_MD2_loop()
662 int count; in EVP_Digest_MDC2_loop() local
664 for (count = 0; COND(c[D_MDC2][testnum]); count++) { in EVP_Digest_MDC2_loop()
669 return count; in EVP_Digest_MDC2_loop()
[all …]
/freebsd-12-stable/sys/dev/drm/
Dsavage_state.c120 if(start <= reg && start + count > reg) \
123 if(start <= reg && start + count > reg) { \
131 unsigned int start, unsigned int count, in savage_verify_state_s3d() argument
135 start + count - 1 > SAVAGE_DESTTEXRWWATERMARK_S3D) { in savage_verify_state_s3d()
137 start, start + count - 1); in savage_verify_state_s3d()
148 start + count > SAVAGE_TEXPALADDR_S3D) { in savage_verify_state_s3d()
161 unsigned int start, unsigned int count, in savage_verify_state_s4() argument
167 start + count - 1 > SAVAGE_TEXBLENDCOLOR_S4) { in savage_verify_state_s4()
169 start, start + count - 1); in savage_verify_state_s4()
180 start + count > SAVAGE_TEXPALADDR_S4) { in savage_verify_state_s4()
[all …]
/freebsd-12-stable/sys/kern/
Dsubr_blist.c133 static daddr_t blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count);
134 static daddr_t blst_meta_alloc(blmeta_t *scan, daddr_t cursor, daddr_t count,
136 static void blst_leaf_free(blmeta_t *scan, daddr_t relblk, int count);
137 static void blst_meta_free(blmeta_t *scan, daddr_t freeBlk, daddr_t count,
140 blist_t dest, daddr_t count);
141 static daddr_t blst_leaf_fill(blmeta_t *scan, daddr_t blk, int count);
142 static daddr_t blst_meta_fill(blmeta_t *scan, daddr_t allocBlk, daddr_t count,
186 bitrange(int n, int count) in bitrange() argument
190 ((u_daddr_t)-1 >> (BLIST_BMAP_RADIX - (n + count)))); in bitrange()
287 blist_alloc(blist_t bl, daddr_t count) in blist_alloc() argument
[all …]

12345678910>>...157