Searched refs:x6 (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128_subkey.h62 #define x6 byte2(buf[1]) macro
H A Dcast128.c96 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
100 subkey[6] = S5[x7] ^ S6[x6] ^ S7[x8] ^ S8[x9] ^ S7[x3];
114 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
116 subkey[12] = S5[x8] ^ S6[x9] ^ S7[x7] ^ S8[x6] ^ S5[x3];
133 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
137 subkey[22] = (S5[x7] ^ S6[x6] ^ S7[x8] ^ S8[x9] ^ S7[x3]) & 0x1f;
151 x8x9xAxB = z4z5z6z7 ^ S5[x7] ^ S6[x6] ^ S7[x5] ^ S8[x4] ^ S5[z1];
153 subkey[28] = (S5[x8] ^ S6[x9] ^ S7[x7] ^ S8[x6] ^ S5[x3]) & 0x1f;
/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */
H A Droute.h311 #define RTM_REDIRECT 0x6 /* Told to use different route */
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c248 register u_int32_t x0, x1, x2, x3, x4, x5, x6, x7; local
260 x6 = FETCH_32(block + 24);
279 FF(c, d, a, b, x6, S13, 0xa8304613UL); /* 7 */
296 GG(d, a, b, c, x6, S22, 0xc040b340UL); /* 18 */
328 HH(b, c, d, a, x6, S34, 0x04881d05UL); /* 44 */
349 II(c, d, a, b, x6, S43, 0xa3014314UL); /* 59 */
363 x7 = x6 = x5 = x4 = x3 = x2 = x1 = x0 = 0;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h115 #define MH_DYLIB 0x6 /* dynamically bound shared library */
249 #define LC_LOADFVMLIB 0x6 /* load a specified fixed VM shared library */
461 #define S_NON_LAZY_SYMBOL_POINTERS 0x6 /* section with only non-lazy
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLib.h116 #define kOSKextReturnNotFound libkern_kext_err(0x6)
H A DOSKextLibPrivate.h375 #define kOSKextLogDetailLevel ((OSKextLogSpec) 0x6)
/darwin-on-arm/xnu/osfmk/arm64/
H A Dmemcmp.s48 #define diff x6
H A Dmemset.s54 #define zva_bits_x x6
H A Dmemmove.s44 #define dst x6
/darwin-on-arm/xnu/osfmk/i386/
H A Dtsc.c91 #define CPU_FAMILY_PENTIUM_M (0x6)
H A Dcpuid.c660 if (info_p->cpuid_max_basic >= 0x6) {
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h134 #define MACH_MAKE_RUNNABLE 0x6 /* make thread runnable */
161 #define PMAP__NEST 0x6
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c2242 if (cpu_mode == SIZE64 && opcode1 == 0x6 && opcode2 == 0x3)

Completed in 103 milliseconds