Searched defs:count (Results 1 - 25 of 215) sorted by relevance

123456789

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.h59 u_int32_t count[2]; member in struct:__anon31
/xnu-2422.115.4/libkern/libkern/crypto/
H A Dmd5.h69 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon816
H A Dsha1.h53 u_int8_t count; /* unused; for compatibility only */ member in struct:sha1_ctxt
/xnu-2422.115.4/osfmk/i386/
H A Duser_ldt.h76 unsigned int count; /* how many descriptors in table */ member in struct:user_ldt
H A Dmachine_task.c268 mach_msg_type_number_t count; local
H A Drtclock_native.c84 uint64_t count; local
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_rmclass_debug.h95 int count; member in struct:cbqtrace
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSArray.h96 unsigned int count; member in class:OSArray
[all...]
H A DOSDictionary.h123 unsigned int count; member in class:OSDictionary
[all...]
H A DOSOrderedSet.h127 unsigned int count; member in class:OSOrderedSet
/xnu-2422.115.4/bsd/dev/random/
H A Dfips_sha1.h66 u_int8_t count; /* unused; for compatibility only */ member in struct:sha1_ctxt
/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_md5.c12 static void setCount(MD5_CTX *ctx, uint64_t count) argument
29 uint64_t count = getCount(md5_ctx); local
[all...]
H A Dcorecrypto_sha1.c13 static void setCount(SHA1_CTX *ctx, uint64_t count) argument
29 uint64_t count = getCount(sha1_ctx); local
/xnu-2422.115.4/osfmk/chud/
H A Dchud_cpu.c56 mach_msg_type_number_t count = HOST_BASIC_INFO_COUNT; local
/xnu-2422.115.4/osfmk/kern/
H A Dsync_sema.h57 int count; /* current count value */ member in struct:semaphore
H A Dthread_policy.c45 thread_policy_set( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t count) argument
62 thread_policy_set_internal( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t count) argument
345 thread_policy_get( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
[all...]
H A Dkpc_thread.c83 uint32_t count; local
H A Dmk_sp.c272 thread_policy( thread_t thread, policy_t policy, policy_base_t base, mach_msg_type_number_t count, boolean_t set_limit) argument
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-kgmon.c89 _profile_kgmon(int write, size_t count, long indx, int max_cpus, void **p_ptr, void (*control_func)(kgmon_control_t)) argument
[all...]
/xnu-2422.115.4/tools/tests/execperf/
H A Drun.c20 int i, count, threadcount; local
59 int count = (int)(intptr_t)arg; local
/xnu-2422.115.4/bsd/dev/i386/
H A Dstubs.c114 copywithin(void *src, void *dst, size_t count) argument
/xnu-2422.115.4/SETUP/config/
H A Dmkheaders.c89 int count; local
158 do_header(const char *dev, const char *hname, int count) argument
[all...]
/xnu-2422.115.4/iokit/Tests/
H A DTestDevice.cpp93 TestDevice::interruptAction(IOInterruptEventSource *, int count) argument
105 TestDevice::producer2Action(int tag, void *count) argument
/xnu-2422.115.4/libkern/zlib/
H A Dinftrees.c85 unsigned short count[MAXBITS+1]; /* number of codes of each length */ local
[all...]
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h80 unsigned char count; member in struct:vc_progress_element

Completed in 178 milliseconds

123456789