Home
last modified time | relevance | path

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

/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dccrng.h18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out);
60 ((rng)->generate((struct ccrng_state *)(rng), (outlen), (out)))
H A Dccdrbg_impl.h57 int (*CC_SPTR(ccdrbg_info, generate))(struct ccdrbg_state *drbg,
H A Dcckprng.h128 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
/xnu-10063.141.1/libsa/conf/
H A DMakefile.template105 CXXFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CXXFLAGS_GEN))
106 CFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CFLAGS_GEN))
/xnu-10063.141.1/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c213 generate(struct ccdrbg_state *ctx, size_t out_nbytes, void *out, size_t add_nbytes, const void *add) in generate() function
270 info->generate = generate; in ccdrbg_factory_nisthmac()
H A Dccdrbg.c81 return info->generate(drbg, dataOutLength, dataOut, additionalLength, additional); in ccdrbg_generate()
/xnu-10063.141.1/config/
H A DKasan_disabled.exports2 # so we generate an empty export list for non-KASan.
/xnu-10063.141.1/makedefs/
H A DMakeInc.top203 # generate TARGET_CONFIGS using KERNEL_CONFIGS and PRODUCT_CONFIGS
207 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map
212 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map
216 # generate TARGET_CONFIGS for all kernel configs and products in the device map
221 # generate TARGET_CONFIGS for all kernel configs for B&I
224 # generate TARGET_CONFIGS for all kernel configs for B&I
230 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults…
H A DMakeInc.rule483 # Compilation rules to generate .o from .s
492 # Compilation rules to generate .o from .c for normal files
504 # Compilation rules to generate .o from .c for driver files
515 # Compilation rules to generate .co from .cp or .cpo from .cpp
H A DMakeInc.def473 -mllvm -hwasan-generate-tags-with-calls=1 \
944 CFLAGS_GEN += -fprofile-instr-generate -DPROFILE
945 CXXFLAGS_GEN += -fprofile-instr-generate -DPROFILE
H A DMakeInc.cmd340 # Command to generate host binaries. Intentionally not
H A DMakeInc.kernel312 lastkernelconstructor.o_CFLAGS_RM = -fprofile-instr-generate
/xnu-10063.141.1/osfmk/mach/
H A Dmach_notify.defs31 * But its existence keeps us from having MIG generate the client-side
H A Dmach_port.defs290 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send-
292 * to the port. If zero, will generate a send-possible
295 * generate a dead-name notification if name is already dead
H A Dtask.defs555 /* Do not generate header, use the one in mach_init.h */
/xnu-10063.141.1/osfmk/kern/
H A DMakefile188 $(_v)$(TIGHTBEAMC) build generate-c --output-base $@ --codegen-version 2 $^
/xnu-10063.141.1/bsd/netinet6/
H A Din6_ifattach.c1211 int generate) in in6_iid_mktmp() argument
1221 generate = 1; in in6_iid_mktmp()
1224 if (generate) { in in6_iid_mktmp()
/xnu-10063.141.1/doc/observability/
H A Dcpu_counters.md16 2. In "sampling" mode, the counters are programmed to generate a Performance Monitor Interrupt (PMI…
/xnu-10063.141.1/tools/tests/testkext/testkext.xcodeproj/
H A Dproject.pbxproj293 OTHER_CFLAGS = "-fprofile-instr-generate";
340 OTHER_CFLAGS = "-fprofile-instr-generate";
/xnu-10063.141.1/osfmk/prng/
H A Dprng_random.c331 prng_funcs.generate(prng_ctx, cpu_number(), n, buffer); in read_random_generate()
/xnu-10063.141.1/iokit/DriverKit/
H A DOSAction.iig73 * to generate the callback.
/xnu-10063.141.1/tests/
H A Dstackshot_accuracy.m292 * recurse a bunch of times to generate predictable data in the stackshot,
/xnu-10063.141.1/doc/primitives/
H A Datomics.md49 any `atomic_*_explicit()` operation, then the compiler will generate the
/xnu-10063.141.1/doc/vm/
H A Dmemorystatus.md163 ReportCrash can generate JetsamEvent.ips files. These files contain
/xnu-10063.141.1/tools/lldbmacros/
H A DREADME.md419 * Add --radar to generate tar.gz archive when filling a new radar for kernel team.