Searched refs:memset (Results 1 - 25 of 100) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A DyarrowUtils.c58 memset(mem,0x00,len);
59 memset(mem,0xFF,len);
60 memset(mem,0x00,len);
H A Dsha1mod.c185 memset(context->buffer, 0, 64);
186 memset(context->state, 0, 20);
187 memset(context->count, 0, 8);
188 memset(finalcount, 0, 8);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmemset.c32 * memset
67 "notes: measures memset()\n",
137 (void) memset(buf, 0, opts);
147 (void) memset(buf, 0, opts);
148 (void) memset(buf, 0, opts);
149 (void) memset(buf, 0, opts);
150 (void) memset(buf, 0, opts);
151 (void) memset(buf, 0, opts);
152 (void) memset(buf, 0, opts);
153 (void) memset(bu
[all...]
H A DMakefile.benchmarks72 memset \
H A Dgetsockname.c89 (void) memset(&adds, 0, sizeof (struct sockaddr_in));
H A Dlisten.c92 (void) memset(&adds, 0, sizeof (struct sockaddr_in));
H A Dgetpeername.c94 (void) memset(&adds, 0, sizeof (struct sockaddr_in));
H A Dbind.c126 (void) memset(&ts->ts_adds[i], 0,
/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor_data.c41 (void)memset(&processor->processor_data, 0, sizeof (processor_data_t));
/darwin-on-arm/xnu/osfmk/i386/
H A Dbzero.s62 * void *memset(void * addr, int pattern, size_t length)
65 ENTRY(memset) function
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstring.h62 extern void *memset(void *, int, size_t);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dbzero.s62 * void *memset(void * addr, int pattern, size_t length)
65 ENTRY(memset) function
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dgeekbench_stdlib_write.c217 memset( arena, 0, arenaSize );
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dxattr_tests.c68 memset( &my_buffer[0], 0x00, sizeof( my_buffer ) );
96 memset( &my_buffer[0], 0x00, sizeof( my_buffer ) );
131 memset( &my_buffer[0], 0x00, sizeof( my_buffer ) );
157 memset( my_buffer, 0x00, sizeof( my_buffer ) );
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_external.c65 #include <string.h> /* for memcpy()/memset() */
134 memset(result, 0, SMALL_SIZE);
143 memset(result, 0, (size_t) bytes);
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched.h69 (void) memset((c), 0, sizeof (*(c))); \
/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c159 memset(&nrp, 0, sizeof(nrp));
201 memset(&ro, 0, sizeof(ro));
214 memset(&nrp, 0, sizeof(nrp));
H A Dpf_ruleset.c187 memset(ruleset, 0, sizeof (struct pf_ruleset));
202 memset(key, 0, sizeof (*key));
295 memset(anchor, 0, sizeof (*anchor));
H A Dpf_osfp.c134 memset(&fp, 0, sizeof (fp));
317 memset(&fpadd, 0, sizeof (fpadd));
368 memset(fp, 0, sizeof (*fp));
523 memset(fpioc, 0, sizeof (*fpioc));
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss_crypto.c103 memset(out, 0, outbits);
247 memset(ipad, 0x36, sizeof(ipad));
274 memset(opad, 0x5c, sizeof(opad));
/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c72 memset(uu, 0, sizeof(uuid_t));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h20 CC_MEMSET : optimized memset.
73 #define CC_MEMSET(D,V,L) memset((D),(V),(L))
74 #define CC_BZERO(D,L) memset((D),0,(L))
/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h157 memset(found, '\0', sizeof(RT_entry)); \
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_space.c148 memset((void *) table, 0, new_size * sizeof(struct ipc_entry));
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c69 memset((void *)addr, '\0', size);

Completed in 77 milliseconds

1234