Searched refs:custom (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libsyscall/custom/
H A Dmodule.mk1 SRC_DIR := custom
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h41 const void *custom; member in struct:ccmode_cbc
55 const void *custom; member in struct:ccmode_cfb
70 const void *custom; member in struct:ccmode_cfb8
85 const void *custom; member in struct:ccmode_ctr
100 const void *custom; member in struct:ccmode_ofb
130 const void *custom; member in struct:ccmode_xts
148 const void *custom; member in struct:ccmode_gcm
163 const void *custom; member in struct:ccmode_omac
H A Dccmode_factory.h99 .custom = &cc3des_ltc_ecb_encrypt
129 .custom = (ECB) \
138 .custom = (ECB) \
184 .custom = (ECB) \
193 .custom = (ECB) \
238 .custom = (ECB) \
247 .custom = (ECB) \
290 .custom = (ECB_ENCRYPT) \
371 .custom = (ECB_ENCRYPT) \
384 .custom
[all...]
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl26 # % create-syscalls.pl syscalls.master custom-directory out-directory
36 # The custom-directory contains:
37 # 1. SYS.h - used by the automatically created *.s and custom files
38 # 2. custom.s - contains architecture specific additional system calls and
53 my @CustomSrc = qw(custom.s);
149 die "Usage: $MyName syscalls.master custom-directory platforms-directory out-directory\n";
232 my $custom = File::Spec->join($dir, $source);
233 next unless -f $custom;
377 my $custom = File::Spec->join($CustomDir, $_);
379 print "Copy $custom
[all...]
/darwin-on-arm/xnu/libsyscall/
H A DMakefile108 custom \
178 xcodescripts/create-syscalls.pl $(KERNEL_SOURCE)/bsd/kern/syscalls.master custom/ Platforms/ $(PLATFORM) $(BUILDOBJS)/sys
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c264 cpu = custom(sched + strlen("CUSTOM"), childno);
266 cpu = custom(sched + strlen("CUSTOM_UNIQUE"),

Completed in 166 milliseconds