Searched refs:x8 (Results 1 - 25 of 60) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_port.h76 #define DEVICE_PAGER_WRITE_THROUGH 0x8
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpuid.h47 kProcessorFeatureJazelle = 0x8,
/darwin-on-arm/xnu/bsd/libkern/
H A Dinet_ntop.c95 uint8_t x8, hx8; local
125 x8 = addr->__u6_addr.__u6_addr8[i];
127 hx8 = x8 >> 4;
134 hx8 = x8 & 0x0f;
141 x8 = addr->__u6_addr.__u6_addr8[i + 1];
143 hx8 = x8 >> 4;
149 hx8 = x8 & 0x0f;
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_realview.h58 #define PL111_TIMINGS_2 0x8
75 #define TIMER_CONTROL 0x8
H A Dpe_sun4i.h51 #define UART_IIR(n) (uart_base + (n)*0x400 + 0x8)
53 #define UART_FCR(n) (uart_base + (n)*0x400 + 0x8)
H A Dpe_s5l8930x.h46 #define VICRAWINTR 0x8
H A Dpe_s5l8900x.c81 #define EDGEICLOWSTATUS 0x8
88 #define VICRAWINTR 0x8
112 #define TIMER_DATA0 0xA0 + 0x8
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.h57 #define IPPOF_SELECT_SRCIF 0x8
/darwin-on-arm/xnu/bsd/sys/
H A Dvnioctl.h138 #define VN_IO 0x8 /* Debug I/O in vn driver */
H A Dmman.h193 #define MINCORE_REFERENCED_OTHER 0x8 /* Page has been referenced */
H A Dcprotect.h43 #define CP_IV_KEYSIZE 20 /* 16x8 = 128, but SHA1 pushes 20 bytes so keep space for that */
44 #define CP_MAX_KEYSIZE 32 /* 8x4 = 32, 32x8 = 256 */
60 #define CP_OFF_IV_ENABLED 0x8 /* Only go down relative IV route if this flag is set */
/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.h113 #define T_PF_RSVD 0x8 /* reserved bit set to 1 */
/darwin-on-arm/xnu/osfmk/mach/
H A Dshared_memory_server.h55 #define VM_PROT_COW 0x8 /* must not interfere with normal prot assignments */
H A Dshared_region.h114 #define VM_PROT_COW 0x8 /* must not interfere with normal prot assignments */
H A Dmemory_object_types.h248 #define MEMORY_OBJECT_COPY_SYNC 0x8
481 #define UPL_ABORT_FREE_ON_EMPTY 0x8 /* only implemented in wrappers */
516 #define UPL_VNODE_PAGER 0x8
562 #define UPL_COMMIT_INACTIVATE 0x8
585 #define UPL_POP_ABSENT 0x8
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h117 #define MH_BUNDLE 0x8 /* dynamically bound bundle file */
133 #define MH_BINDATLOAD 0x8 /* the object file's undefined
251 #define LC_IDENT 0x8 /* object identification info (obsolete) */
370 #define SG_PROTECTED_VERSION_1 0x8 /* This segment is protected. If the
465 #define S_SYMBOL_STUBS 0x8 /* section with only symbol
1332 #define BIND_SYMBOL_FLAGS_NON_WEAK_DEFINITION 0x8
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.h94 kTerminatedSnapshot = 0x8,
177 #define DB_KPRT 0x8
/darwin-on-arm/xnu/bsd/crypto/cast128/
H A Dcast128_subkey.h64 #define x8 byte0(buf[2]) macro
H A Dcast128.c85 z0z1z2z3 = x0x1x2x3 ^ S5[xD] ^ S6[xF] ^ S7[xC] ^ S8[xE] ^ S7[x8];
97 xCxDxExF = zCzDzEzF ^ S5[xA] ^ S6[x9] ^ S7[xB] ^ S8[x8] ^ S6[z3];
98 subkey[4] = S5[x3] ^ S6[x2] ^ S7[xC] ^ S8[xD] ^ S5[x8];
100 subkey[6] = S5[x7] ^ S6[x6] ^ S7[x8] ^ S8[x9] ^ S7[x3];
103 z0z1z2z3 = x0x1x2x3 ^ S5[xD] ^ S6[xF] ^ S7[xC] ^ S8[xE] ^ S7[x8];
115 xCxDxExF = zCzDzEzF ^ S5[xA] ^ S6[x9] ^ S7[xB] ^ S8[x8] ^ S6[z3];
116 subkey[12] = S5[x8] ^ S6[x9] ^ S7[x7] ^ S8[x6] ^ S5[x3];
118 subkey[14] = S5[xC] ^ S6[xD] ^ S7[x3] ^ S8[x2] ^ S7[x8];
122 z0z1z2z3 = x0x1x2x3 ^ S5[xD] ^ S6[xF] ^ S7[xC] ^ S8[xE] ^ S7[x8];
134 xCxDxExF = zCzDzEzF ^ S5[xA] ^ S6[x9] ^ S7[xB] ^ S8[x8]
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h83 #define IFT_ISO88024 0x8 /* Token Bus */
H A Droute.h207 #define RTF_REJECT 0x8 /* host or net unreachable */
313 #define RTM_LOCK 0x8 /* fix specified metrics */
338 #define RTV_RPIPE 0x8 /* init or lock _recvpipe */
350 #define RTA_GENMASK 0x8 /* cloning mask sockaddr present */
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched.h56 #define PKTSCHEDF_QALG_SFB 0x8 /* use SFB */
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_internal.h60 #define KDP_GETC_ENA 0x8
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c249 register u_int32_t x8, x9, x10, x11, x12, x13, x14, x15; local
258 x8 = FETCH_32(block + 32);
281 FF(a, b, c, d, x8, S11, 0x698098d8UL); /* 9 */
306 GG(b, c, d, a, x8, S24, 0x455a14edUL); /* 28 */
318 HH(d, a, b, c, x8, S32, 0x8771f681UL); /* 34 */
347 II(a, b, c, d, x8, S41, 0x6fa87e4fUL); /* 57 */
362 x15 = x14 = x13 = x12 = x11 = x10 = x9 = x8 = 0;
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLib.h128 #define kOSKextReturnSerialization libkern_kext_err(0x8)

Completed in 117 milliseconds

123