Searched refs:x12 (Results 1 - 25 of 117) sorted by relevance

12345

/barrelfish-master/lib/pcre/
H A Dpcre_chartables.c173 0x00,0x1a,0x1a,0x1a,0x1a,0x1a,0x1a,0x12, /* @ - G */
174 0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12, /* H - O */
175 0x12,
[all...]
/barrelfish-master/include/arch/arm/barrelfish_kpi/
H A Dflags_arch.h20 #define ARM_MODE_IRQ 0x12
/barrelfish-master/include/arch/aarch64/barrelfish_kpi/
H A Dflags_arch.h25 #define AARCH64_MODE_IRQ 0x12
H A Dregisters_arch.h85 uint64_t x8, x9, x10, x11, x12, x13, x14, x15; member in struct:registers_aarch64::registers_aarch64_named
93 uint64_t x8, x9, x10, x11, x12, x13, x14, x15; member in struct:registers_aarch64::registers_aarch64_syscall_args
/barrelfish-master/kernel/arch/armv8/
H A Dsysreg.S93 mov x12, x30 //lr
97 ret x12
100 mov x12, x30 //lr
102 ret x12
105 mov x12, x30 //lr
109 ret x12
135 mov x12, x30 //lr
137 ret x12
140 mov x12, x30 //lr
165 ret x12
[all...]
H A Dexceptions.S30 stp x12, x13, [sp, #(12 * 8)]
126 * Registers x0-x11 contain the syscall arguments. We use x12-, as these won't
132 stp x12, x13, [sp, #-(2 * 8)]!
141 mrs x12, elr_el1
143 /* x12 = EPC, x13 = dispatcher_shared_aarch64 */
148 cmp x14, x12
149 ccmp x15, x12, #0, ls
158 /* x12 = EPC, x14 = EC, x13 = dispatcher_shared_aarch64 */
170 /* x12 = EPC, x13 = base of save area, x14 = EC */
239 stp x12, x1
[all...]
/barrelfish-master/include/lwip2/lwip/prot/
H A Digmp.h59 #define IGMP_V1_MEMB_REPORT 0x12 /* Ver. 1 membership report */
/barrelfish-master/include/sys/
H A Dnlist_aout.h78 #define N_COMM 0x12 /* common reference */
/barrelfish-master/include/bfdmuxtools/
H A Dfilter.h29 #define OP_SGREATER 0x12 /**< \brief Operator > (signed) */
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4test.c92 {0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
93 0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
94 0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
95 0x12,0x34,0x56,0x78,0xff},
205 0x12,0x1e,0x45,0xbc,0xfb,0x1a,0xa1,0xf2,0x7f,0xc5 };
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Drc4test.c92 {0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
93 0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
94 0x12,0x34,0x56,0x78,0x9A,0xBC,0xDE,0xF0,
95 0x12,0x34,0x56,0x78,0xff},
205 0x12,0x1e,0x45,0xbc,0xfb,0x1a,0xa1,0xf2,0x7f,0xc5 };
H A Dcasttest.c78 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
93 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
96 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
113 static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd};
/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcasttest.c78 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
93 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
96 0x01,0x23,0x45,0x67,0x12,0x34,0x56,0x78,
113 static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd};
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Dp512.c71 0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12,
/barrelfish-master/usr/arrakismon/
H A Dkeyboard.c31 ['E'] = { 0x45, 0x12 },
58 ['e'] = { 0x65, 0x12 },
/barrelfish-master/kernel/include/arch/armv8/
H A Dexceptions.h29 #define AARCH32_EVECTOR_EL0_FIQ 0x12
48 aarch64_ec_hvc_aa32 = 0x12,
/barrelfish-master/usr/vmkitmon/
H A Dkeyboard.c32 ['E'] = { 0x45, 0x12 },
59 ['e'] = { 0x65, 0x12 },
/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_keymap.h437 /*13*/{{ 'r', 'R', 0x12, 0x12, 'r', 'R', 0x12, 0x12, }, 0x00,0x01 },
/barrelfish-master/include/lwip/lwip/
H A Digmp.h62 #define IGMP_V1_MEMB_REPORT 0x12 /* Ver. 1 membership report */
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daetables.h145 0x20,0x06,0x12,0x20,0x14,0x19,0x5F,0x54, /* 00000020 " .. .._T" */
157 0x20,0x06,0x12,0x20,0x14,0x19,0x5F,0x54, /* 00000020 " .. .._T" */
179 0x20,0x06,0x12,0x20,0x14,0x08,0x5F,0x54, /* 00000020 " .. .._T" */
254 0x57,0x12,0x05,0x02,0x0A,0x07,0x00,0x5B, /* 00000070 "W......[" */
256 0x50,0x52,0x57,0x12,0x05,0x02,0x0A,0x66, /* 00000080 "PRW....f" */
260 0x50,0x52,0x57,0x12,0x0C,0x02,0x12,0x08, /* 000000A0 "PRW....." */
340 0x12,0x05,0x09,0x20,0x49,0x4E,0x54,0x4C, /* 00000018 "... INTL" */
414 0x57,0x12,0x05,0x02,0x0A,0x07,0x00,0x5B, /* 00000070 "W......[" */
416 0x50,0x52,0x57,0x12,
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Dspeed.c183 static DES_cblock key ={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
184 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
185 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dtestrsa.h86 0x02,0x20,0x12,0x11,0xba,0x31,0x57,0x9d,0x3d,0x11,
103 0xa5,0x6f,0xeb,0xa6,0xbc,0x12,0x80,0x1d,0x53,0xbd,
105 0x82,0xff,0xcd,0x59,0x32,0x06,0x2e,0x12,0x3b,0x23,
106 0x78,0xed,0x12,0x3d,0xe0,0x8d,0xf9,0x67,0x4f,0x37,
127 0x16,0x29,0xda,0xb0,0x07,0xcf,0x5b,0xa9,0x12,0x8a,
164 0x5f,0x03,0x26,0x78,0xef,0xf0,0x22,0x12,0xd3,0xde,
170 0x3a,0x60,0xda,0x3c,0xb0,0x16,0xf8,0xa9,0x12,0x8f,
213 0xe6,0x6b,0x81,0x02,0x81,0x81,0x00,0xec,0x12,0xa7,
216 0x12,0x2f,0x9d,0x1a,0x26,0xf8,0x30,0x65,0xdf,0xe8,
229 0x64,0x0f,0xca,0x06,0x12,
[all...]
H A Dtestdsa.h14 0x7b,0xbb,0xfc,0xf4,0x6e,0xeb,0x6c,0xb0,0x6e,0xf8,0x02,0x12,
35 0x2F,0xCC,0x24,0x6B,0x90,0x77,0xDE,0xA2,0x68,0xA6,0x52,0x12,
56 0x7d,0x21,0xda,0xbb,0x62,0x15,0x47,0x36,0x07,0x67,0x12,0xe8,
57 0x8c,0xaa,0x1c,0xcd,0x38,0x12,0x61,0x18,
152 0x68,0x5C,0x28,0x21,0xE9,0xF5,0xB1,0x58,0x12,0x63,0x4C,0x19,
155 0xE6,0x54,0x6F,0x40,0xAE,0x0E,0x67,0x4C,0xF9,0x12,0x5B,0x3C,
159 0xDF,0x12,0x77,0x2F,0x57,0x7B,0xA0,0xAA,0xDD,0x7F,0xA1,0x62,
165 0x12,0x2C,0x42,0xFF,0xD2,0x88,0xBB,0xD3,0x92,0xA0,0xF9,0xC8,
190 0xD1,0xA9,0x1C,0x1E,0x12,0x1E,0xE1,0xC7,0x30,0x28,0x76,0xA5,
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_wrap.c191 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
203 0x1f, 0xa6, 0x8b, 0x0a, 0x81, 0x12, 0xb4, 0x47,
228 0xa8, 0xf9, 0xbc, 0x16, 0x12, 0xc6, 0x8b, 0x3f,
/barrelfish-master/lib/acpica/source/include/
H A Damlcode.h137 #define AML_PACKAGE_OP (UINT16) 0x12
316 #define ARGP_SIMPLENAME 0x12 /* NameString | LocalTerm | ArgTerm */
356 #define ARGI_STORE_TARGET 0x12 /* Target for store is TARGETREF + package objects */
455 #define AML_TYPE_CREATE_OBJECT 0x12

Completed in 228 milliseconds

12345