HomeSort by: relevance | last modified time | path
    Searched refs:X2 (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/util/
find-unused-errs 14 export X2=/tmp/f.2.$$
40 git grep -l --full-name -F $F >$X2
41 NUM=`wc -l <$X2`
48 for FILE in `cat $X2` ; do
54 rm $X1 $X2
  /src/crypto/external/bsd/openssl/dist/util/
find-unused-errs 14 export X2=/tmp/f.2.$$
40 git grep -l --full-name -F $F >$X2
41 NUM=`wc -l <$X2`
48 for FILE in `cat $X2` ; do
54 rm $X1 $X2
  /src/crypto/external/bsd/openssl.old/dist/util/
find-unused-errs 14 export X2=/tmp/f.2.$$
40 git grep -l --full-name -F $F >$X2
41 NUM=`wc -l <$X2`
48 for FILE in `cat $X2` ; do
54 rm $X1 $X2
  /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/crypto/external/apache2/openssl/dist/crypto/seed/
seed_local.h 56 #define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
61 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
63 #define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
65 (X1) = (((X1) >> 8) ^ ((X2) << 24)) & 0xffffffff; \
66 (X2) = (((X2) >> 8) ^ ((T0) << 24)) & 0xffffffff; \
68 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
98 #define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
109 (X2) ^= (T1)
  /src/crypto/external/bsd/openssl/dist/crypto/seed/
seed_local.h 57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
62 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
66 (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff; \
67 (X2) = (((X2)>>8) ^ ((T0)<<24)) & 0xffffffff; \
69 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
110 (X2) ^= (T1)
  /src/crypto/external/bsd/openssl.old/dist/crypto/seed/
seed_local.h 57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
62 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
66 (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff; \
67 (X2) = (((X2)>>8) ^ ((T0)<<24)) & 0xffffffff; \
69 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
110 (X2) ^= (T1)
  /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/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 361 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN2(X1, X2) >
362 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN3(X1, X2, X3) >
363 #define _GLIBCXX_TYPELIST_CHAIN5(X0, X1, X2, X3, X4) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN4(X1, X2, X3, X4) >
364 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) >
365 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN6(X1, X2, X3, X4, X5, X6)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 361 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN2(X1, X2) >
362 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN3(X1, X2, X3) >
363 #define _GLIBCXX_TYPELIST_CHAIN5(X0, X1, X2, X3, X4) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN4(X1, X2, X3, X4) >
364 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) >
365 #define _GLIBCXX_TYPELIST_CHAIN7(X0, X1, X2, X3, X4, X5, X6) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN6(X1, X2, X3, X4, X5, X6)
    [all...]
  /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);
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
88 X2 = X0 + inc;
151 err (A0, A1, X0), err (A0, A1, X1), err (A0, A1, X2));
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
69 X2 = X1 + inc;
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
88 X2 = X0 + inc;
151 err (A0, A1, X0), err (A0, A1, X1), err (A0, A1, X2));
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
69 X2 = X1 + inc;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTOCRegDeps.cpp 115 const unsigned TOCReg = isPPC64 ? PPC::X2 : PPC::R2;
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha1-c64xplus.pl 40 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
138 || LDW *${XPB}[4],$X2 ; 2 iterations ahead
162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
164 || LDW *${XPB}[4],$X2
193 || XOR $X0,$X2,$TX0
195 || LDW *${XPB}[4],$X2
230 || XOR $X0,$X2,$TX0
232 || LDW *${XPB}[4],$X2
270 || XOR $X0,$X2,$TX0
272 || LDW *${XPB}[4],$X2
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha1-c64xplus.pl 40 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
138 || LDW *${XPB}[4],$X2 ; 2 iterations ahead
162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
164 || LDW *${XPB}[4],$X2
193 || XOR $X0,$X2,$TX0
195 || LDW *${XPB}[4],$X2
230 || XOR $X0,$X2,$TX0
232 || LDW *${XPB}[4],$X2
270 || XOR $X0,$X2,$TX0
272 || LDW *${XPB}[4],$X2
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha1-c64xplus.pl 41 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
139 || LDW *${XPB}[4],$X2 ; 2 iterations ahead
163 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
165 || LDW *${XPB}[4],$X2
194 || XOR $X0,$X2,$TX0
196 || LDW *${XPB}[4],$X2
231 || XOR $X0,$X2,$TX0
233 || LDW *${XPB}[4],$X2
271 || XOR $X0,$X2,$TX0
273 || LDW *${XPB}[4],$X2
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
43 {X1, X2, X10, X11, OPT_##ID, llvm::opt::Option::KIND##Class, \
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.h 66 const char *X1, const char *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, 0X2, 0XA4, 0X2A, 0X49, 0X69, 0X17, 0XDD }

Completed in 69 milliseconds

1 2 3 4