HomeSort by: relevance | last modified time | path
    Searched refs:X3 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 67 ARX(X1, X0, X3, 7) \
69 ARX(X3, X2, X1, 13) \
70 ARX(X0, X3, X2, 18) \
75 X3 = _mm_shuffle_epi32(X3, 0x39); \
78 ARX(X3, X0, X1, 7) \
79 ARX(X2, X3, X0, 9) \
80 ARX(X1, X2, X3, 13) \
86 X3 = _mm_shuffle_epi32(X3, 0x93)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_AArch64.S 22 STP X3, X4, [SP, #-16]!
49 LDP X3, X4, [SP], #16
69 STP X3, X4, [SP, #-16]!
89 LDP X3, X4, [SP], #16
109 STP X3, X4, [SP, #-16]!
140 LDP X3, X4, [SP], #16
  /src/sys/arch/ia64/unwind/
decode.c 310 uwd->X3.r = ((buf[1] & 0x80) == 0x80);
311 uwd->X3.qp = (buf[1] & 0x3f);
312 uwd->X3.a = ((buf[1] & 0x40) == 0x40);
313 uwd->X3.b = ((buf[1] & 0x20) == 0x20);
314 uwd->X3.reg = (buf[1] & 0x1f);
317 buf = unwind_decode_ule128(buf, &uwd->X3.t);
318 buf = unwind_decode_ule128(buf, &uwd->X3.offset );
decode.h 185 struct unwind_desc_X3 X3;
193 X1, X2, X3, X4
stackframe.c 236 strc[rec_cnt].type = X3;
601 case X3:
845 case X3:
1082 case X3:
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 62 __m128i X0, X1, X2, X3;
73 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x10)); \
74 X0 = _mm_xor_si128(X0, X3); \
75 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x8c)); \
76 X0 = _mm_xor_si128(_mm_xor_si128(X0, X3), X1); \
82 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x10)); \
83 X2 = _mm_xor_si128(X2, X3); \
    [all...]
  /src/share/terminfo/
terminfo 536 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
610 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
614 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes,
665 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
2410 # the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
7188 # print interface, ANSI X3.64 colour escape sequences, etc. Newsgroup postings
8170 # X3.64) and ISO 2022 standards (e.g. insert/delete line and support for
8218 screen-base|VT 100/ANSI X3.64 virtual terminal (base),
8246 screen|VT 100/ANSI X3.64 virtual terminal,
8254 screen-bce|VT 100/ANSI X3.64 virtual terminal with bce
    [all...]

Completed in 31 milliseconds