Searched refs:count (Results 126 - 150 of 3879) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h37 if (UNLIKELY(c->count == 0)) {
40 DCHECK_GT(c->count, 0);
42 CompactPtrT chunk = c->chunks[--c->count];
55 if (UNLIKELY(c->count == c->max_count))
60 c->chunks[c->count++] = chunk;
67 while (c->count > 0)
68 Drain(c, allocator, i, c->count);
78 u32 count; member in struct:SizeClassAllocator64LocalCache::PerClass
105 c->count = num_requested_chunks;
110 uptr count) {
109 Drain(PerClass *c, SizeClassAllocator *allocator, uptr class_id, uptr count) argument
200 uptr count; member in struct:SizeClassAllocator32LocalCache::PerClass
249 const uptr count = Min(c->max_count / 2, c->count); local
[all...]
/freebsd-13-stable/contrib/wpa/src/common/
H A Dqca-vendor-attr.h24 u32 count; member in struct:qca_avoid_freq_list
/freebsd-13-stable/include/
H A Dpthread_np.h59 int pthread_mutex_getspinloops_np(pthread_mutex_t *mutex, int *count);
60 int pthread_mutex_setspinloops_np(pthread_mutex_t *mutex, int count);
61 int pthread_mutex_getyieldloops_np(pthread_mutex_t *mutex, int *count);
62 int pthread_mutex_setyieldloops_np(pthread_mutex_t *mutex, int count);
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-file.h32 size_t write_file(char *buffer, int count);
36 size_t read_file(char *buffer, int count);
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.h24 unsigned long count,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_ratelimit.c39 rl->count = 0;
87 rl->count++;
90 rl->count = 0;
92 if (rl->count >= *rl->burst) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_002_pos.ksh66 typeset -i count blks volsize=$(get_prop volsize $vol)
68 # Use 'blks' to determine a count for dd based on a 1M block size.
69 ((count = blks / 2048))
72 log_must dd if=/dev/urandom of=$TEMPFILE bs=1048576 count=$count
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dvmalloc.h39 void *vmap(struct page **pages, unsigned int count, unsigned long flags,
/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.h49 void arg_put(void *hook, int letter, void *arg, int count, char *name);
/freebsd-13-stable/usr.sbin/lpr/lptest/
H A Dlptest.c58 int len, count; local
68 count = atoi(argv[2]);
70 count = 200;
72 for (i = 0; i < count; i++) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.cpp27 mach_msg_type_number_t count = GPRWordCount; local
28 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
32 mach_msg_type_number_t count = FPUWordCount; local
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
37 mach_msg_type_number_t count = EXCWordCount; local
38 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
42 mach_msg_type_number_t count = DBGWordCount; local
43 return ::thread_get_state(tid, flavor, (thread_state_t)&dbg, &count);
H A DRegisterContextMach_i386.cpp25 mach_msg_type_number_t count = GPRWordCount; local
26 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
30 mach_msg_type_number_t count = FPUWordCount; local
31 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
35 mach_msg_type_number_t count = EXCWordCount; local
36 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
H A DRegisterContextMach_x86_64.cpp26 mach_msg_type_number_t count = GPRWordCount; local
27 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
32 mach_msg_type_number_t count = FPUWordCount; local
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
38 mach_msg_type_number_t count = EXCWordCount; local
39 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c42 int count; member in struct:foreach_data
49 tmp = realloc(d->princs, (d->count + 1) * sizeof(*tmp));
53 d->princs[d->count++] = princ;
83 int *count)
101 d.count = 0;
108 *count = d.count - 1;
110 kadm5_free_name_list(context, d.princs, &d.count);
80 kadm5_s_get_principals(void *server_handle, const char *expression, char ***princs, int *count) argument
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_die.c52 int count; local
59 count = _dwarf_die_count_links(parent, child, left_sibling,
62 if (count > 1) {
75 if (count == 0)
89 int count; local
98 count = _dwarf_die_count_links(parent, child, left_sibling,
101 if (count > 1) {
104 } else if (count == 0)
/freebsd-13-stable/contrib/expat/tests/
H A Dstructdata.h51 int count; /* Number of entries used */ member in struct:__anon715
62 int count);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d48 @func[execname] = count();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substrminate.d46 (i & 1) ? 8 : 18)] = count();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.tuple.d44 @a[1, 2, 3, 4, 5] = count();
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.c130 * - Positive is count of missing buffers
136 int count = 0; local
141 count = 0;
153 count++;
163 if (count < expected_count)
166 cvmx_fpa_pool_info[pool].name, (int)pool, expected_count - count);
168 else if (count > expected_count)
171 cvmx_fpa_pool_info[pool].name, (int)pool, count - expected_count);
181 return expected_count - count;
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c15 static int read_loop(int fd, char *buffer, int count) argument
20 while (count > 0) {
21 block = read(fd, &buffer[offset], count);
30 count -= block;
40 int use_separators, count, i; local
49 count = 1 + ((bits - 12) + 14) / 15;
50 use_separators = ((bits + 11) / 12 != count);
52 length = count * 7 - 1;
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c97 int count; local
102 count = 0;
104 count++;
106 count++;
108 mech_names = malloc(count * sizeof(const char *), M_RPC, M_WAITOK);
109 count = 0;
111 mech_names[count++] = km->km_mech_name;
113 mech_names[count++] = NULL;
/freebsd-13-stable/sys/vm/
H A Dvnode_pager.h46 int count, int *rbehind, int *rahead, vop_getpages_iodone_t iodone,
49 int count, int flags, int *rtvals);
/freebsd-13-stable/usr.sbin/bhyve/
H A Daudio.h73 * @count - the number of bytes in buffer
76 int audio_playback(struct audio *aud, const void *buf, size_t count);
83 * @count - the number of bytes to capture in buffer
86 int audio_record(struct audio *aud, void *buf, size_t count);
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dentropy32 dd if=/dev/random of="$i" bs=4096 count=1

Completed in 296 milliseconds

1234567891011>>