Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/bsd/dev/arm64/
H A Dsysctl.c274 const char *impl; variable
278 impl = "Apple";
281 impl = "ARM";
284 impl = "ARM architecture";
289 snprintf(buf, sizeof(buf), "%s processor", impl);
/xnu-11215/osfmk/corecrypto/
H A Dccsha256_ltc_di.c52 .impl = CC_IMPL_SHA256_LTC,
H A Dccmode_internal.h346 .impl = CC_IMPL_AES_XTS_GENERIC, \
360 .impl = CC_IMPL_AES_XTS_GENERIC, \
/xnu-11215/EXTERNAL_HEADERS/corecrypto/
H A Dcc_impl.h65 const char *cc_impl_name(cc_impl_t impl);
H A Dccmode_impl.h28 cc_impl_t impl; member
164 cc_impl_t impl; member
H A Dccdigest.h43 cc_impl_t impl; member
/xnu-11215/iokit/DriverKit/
H A DMakefile62 …$(_v)$(IIG) --def $< --header $@ --impl $(patsubst %.h,%.iig.cpp,$@) --framework-name DriverKit ${…
/xnu-11215/osfmk/arm64/
H A Dplatform_tests.c2166 _specres_do_test_std(void (*impl)(uint64_t raw)) in _specres_do_test_std()
2218 (*impl)(ctx.raw); in _specres_do_test_std()