Searched refs:x5 (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h149 kKxldLogDebug = 0x5
H A DOSKextLib.h110 #define kOSKextReturnInvalidArgument libkern_kext_err(0x5)
H A DOSKextLibPrivate.h366 #define kOSKextLogStepLevel ((OSKextLogSpec) 0x5)
/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128_subkey.h61 #define x5 byte1(buf[1]) macro
H A Dcast128.c96 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
101 subkey[7] = S5[x5] ^ S6[x4] ^ S7[xA] ^ S8[xB] ^ S8[x7];
114 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
117 subkey[13] = S5[xA] ^ S6[xB] ^ S7[x5] ^ S8[x4] ^ S6[x7];
133 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
138 subkey[23] = (S5[x5] ^ S6[x4] ^ S7[xA] ^ S8[xB] ^ S8[x7]) & 0x1f;
151 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
154 subkey[29] = (S5[xA] ^ S6[xB] ^ S7[x5] ^ S8[x4] ^ S6[x7]) & 0x1f;
/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h80 #define IFT_X25 0x5 /* PDN X25 interface (RFC877) */
H A Dif_llc.h191 #define LLC_XID_CLASS_III 0x5
H A Droute.h310 #define RTM_LOSING 0x5 /* Kernel Suspects Partitioning */
H A Ddlil.c549 #define PROTO_HASH_SLOTS 0x5
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c248 register u_int32_t x0, x1, x2, x3, x4, x5, x6, x7; local
261 x5 = FETCH_32(block + 20);
278 FF(d, a, b, c, x5, S12, 0x4787c62aUL); /* 6 */
299 GG(a, b, c, d, x5, S21, 0xd62f105dUL); /* 21 */
317 HH(a, b, c, d, x5, S31, 0xfffa3942UL); /* 33 */
342 II(b, c, d, a, x5, S44, 0xfc93a039UL); /* 52 */
363 x7 = x6 = x5 = x4 = x3 = x2 = x1 = x0 = 0;
/darwin-on-arm/xnu/osfmk/arm64/
H A Dlocks_arm64.s324 mrs x5, tpidr_el1
341 mrs x5, tpidr_el1
342 ldr w6, [x5, MACHINE_THREAD_PREEMPT_COUNT]
344 str w6, [x5, MACHINE_THREAD_PREEMPT_COUNT]
H A Dmemcmp.s47 #define has_nul x5
H A Dmemset.s52 #define zva_len_x x5
H A Dmemmove.s42 #define tmp3 x5
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h114 #define MH_PRELOAD 0x5 /* preloaded executable file */
248 #define LC_UNIXTHREAD 0x5 /* unix thread (includes a stack) */
447 #define S_LITERAL_POINTERS 0x5 /* section with only pointers to */
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8900x.c248 if (current_irq == 0x5) {
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h133 #define MACH_STACK_DETACH 0x5
160 #define PMAP__REMOVE 0x5
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c640 if (info_p->cpuid_max_basic >= 0x5) {
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c80 #define KXLD_TARGET_GOT (u_int) 0x5
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c2310 kHFSAliasVolTypeEjectable = 0x5,

Completed in 137 milliseconds