OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X2
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_AArch64.S
21
STP X1,
X2
, [SP, #-16]!
31
/* Load the handler function pointer into
X2
*/
32
LDR
X2
, [X1]
34
CMP
X2
, #0
40
BLR
X2
50
LDP X1,
X2
, [SP], #16
68
STP X1,
X2
, [SP, #-16]!
75
/* Load the handler function pointer into
X2
*/
76
LDR
X2
, [X1]
78
CMP
X2
, #
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c
68
ARX(
X2
, X1, X0, 9) \
69
ARX(X3,
X2
, X1, 13) \
70
ARX(X0, X3,
X2
, 18) \
74
X2
= _mm_shuffle_epi32(
X2
, 0x4E); \
79
ARX(
X2
, X3, X0, 9) \
80
ARX(X1,
X2
, X3, 13) \
81
ARX(X0, X1,
X2
, 18) \
85
X2
= _mm_shuffle_epi32(
X2
, 0x4E);
[
all
...]
/src/sys/dev/wscons/
mra.c
46
const int *x1, int x1s, const int *
x2
, int x2s,
60
#define
X2
(i) AA(
x2
, x2s, i)
71
X2a +=
X2
(i);
75
X2X2s +=
X2
(i) *
X2
(i);
76
X1X2s += X1(i) *
X2
(i);
79
X2Ys +=
X2
(i) * Y(i);
/src/sys/arch/ia64/unwind/
decode.c
291
uwd->
X2
.x = ((buf[1] & 0x80) == 0x80);
292
uwd->
X2
.a = ((buf[1] & 0x40) == 0x40);
293
uwd->
X2
.b = ((buf[1] & 0x20) == 0x20);
294
uwd->
X2
.reg = (buf[1] & 0x1f);
295
uwd->
X2
.y = ((buf[2] & 0x80) == 0x80);
296
uwd->
X2
.treg = (buf[2] & 0x7f);
299
buf = unwind_decode_ule128(buf, &uwd->
X2
.t);
decode.h
40
#define R2MASKPSP 0
x2
184
struct unwind_desc_X2
X2
;
193
X1,
X2
, X3, X4
stackframe.c
227
strc[rec_cnt].type =
X2
;
597
case
X2
:
844
case
X2
:
1081
case
X2
:
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.h
66
const char *X1, const char *
X2
);
FuzzerDriver.cpp
234
const char *X1, const char *
X2
) {
237
if (FlagValue(S.c_str(), X1) || FlagValue(S.c_str(),
X2
))
/src/sys/arch/sandpoint/
README
8
port is specifically for the rev
X2
motherboard system with the PPC
9
8240 PMC rev X4 installed. It also works with the Altimus
X2
PMC
21
This port was developed on a Sandpoint
X2
motherboard with a Unity X4 PMC.
121
IRQ4 - On-PPMC 16552 interrupt (Unity
X2
)
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c
62
__m128i X0, X1,
X2
, X3;
68
X2
= _mm_loadu_si128((const __m128i *) &key[16]);
69
rkeys[i++] =
X2
;
72
X1 = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(
X2
, (S)), 0xff); \
82
X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(
X2
), 0x10)); \
83
X2
= _mm_xor_si128(
X2
, X3); \
84
X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(
X2
), 0x8c)); \
85
X2
= _mm_xor_si128(_mm_xor_si128(
X2
, X3), X1);
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h
168
{ 0X628EA978, 0X4C26, 0X4605, 0XBC, 0
X2
, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }
/src/sys/dev/pci/
emuxki.c
80
#define
X2
(x, y) ((sc->sc_type & EMUXKI_AUDIGY) \
741
X2
(DSP_OUTL, DSP_OUT_A_FRONT),
746
X2
(DSP_OUTR, DSP_OUT_A_FRONT),
754
X2
(DSP_OUTL, DSP_OUT_A_REAR),
759
X2
(DSP_OUTR, DSP_OUT_A_REAR),
766
X2
(DSP_OUTL, DSP_OUT_ADC),
767
X2
(DSP_INL, DSP_IN_AC97),
771
X2
(DSP_OUTR, DSP_OUT_ADC),
772
X2
(DSP_INR, DSP_IN_AC97),
/src/sys/arch/sparc/fpu/
fpu.c
93
#define
X2
(x) x,x
100
X2
(FSR_DZ),
107
X2
(FPE_FLTDIV),
114
X2
(FPE_FLTDIV_TRAP),
Completed in 26 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026