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

  /src/external/gpl3/gcc/dist/gcc/
machmode.def 242 FRACT_MODE (DQ, 8, 63); /* s.63 */
tree.cc 9774 MAKE_FIXED_MODE_NODE (fract, dq, DQ)
  /src/external/gpl3/gcc.old/dist/gcc/
machmode.def 241 FRACT_MODE (DQ, 8, 63); /* s.63 */
tree.cc 9616 MAKE_FIXED_MODE_NODE (fract, dq, DQ)
  /src/crypto/external/apache2/openssl/dist/test/
keymgmt_internal_test.c 76 #define DQ 7
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ]))
169 0xbd87, /* DQ */
201 || !TEST_true(BN_set_word(bn2, expected[DQ]))
rsa_sp800_56b_test.c 281 const int DQ = 13;
307 && TEST_BN_eq_word(key->dmq1, DQ)
316 /* (b) 1 < dQ < (q - 1). */
321 && TEST_true(BN_set_word(key->dmq1, DQ))
332 /* (e) 1 = (dQ . e) mod (q - 1) */
333 && TEST_true(BN_set_word(key->dmq1, DQ - 1))
335 && TEST_true(BN_set_word(key->dmq1, DQ))
evp_pkey_provided_test.c 346 #define DQ 6
367 0xbd87, /* DQ */
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]),
  /src/crypto/external/bsd/openssl/dist/test/
keymgmt_internal_test.c 76 #define DQ 7
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ]))
169 0xbd87, /* DQ */
199 || !TEST_true(BN_set_word(bn2, expected[DQ]))
rsa_sp800_56b_test.c 281 const int DQ = 13;
306 && TEST_BN_eq_word(key->dmq1, DQ)
315 /* (b) 1 < dQ < (q - 1). */
320 && TEST_true(BN_set_word(key->dmq1, DQ))
331 /* (e) 1 = (dQ . e) mod (q - 1) */
332 && TEST_true(BN_set_word(key->dmq1, DQ-1))
334 && TEST_true(BN_set_word(key->dmq1, DQ))
evp_pkey_provided_test.c 346 #define DQ 6
367 0xbd87, /* DQ */
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]),
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 51 \ DQ TQ UQQ UHQ USQ UDQ UTQ HA SA DA TA UHA
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 51 \ DQ TQ UQQ UHQ USQ UDQ UTQ HA SA DA TA UHA
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
x86masm.pl 28 elsif ($opcode !~ /mov[dq]$/)
131 DQ 2 dup (?)
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
x86masm.pl 28 elsif ($opcode !~ /mov[dq]$/)
131 DQ 2 dup (?)
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
x86masm.pl 28 elsif ($opcode !~ /mov[dq]$/)
131 DQ 2 dup (?)
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 890 const char DQ = '"';
891 OS << ',' << DQ;
894 if (C == DQ)
895 OS << DQ;
898 OS << DQ;
  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.h 40 Fract: QQ, UQQ, HQ, UHQ, SQ, USQ, DQ, UDQ, TQ, UTQ
98 typedef _Fract DQtype __attribute__ ((mode (DQ)));
246 #define MODE_NAME DQ
247 #define MODE_NAME_S dq
696 #define FROM_MODE_NAME DQ
697 #define FROM_MODE_NAME_S dq
958 #define TO_MODE_NAME DQ
959 #define TO_MODE_NAME_S dq
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.h 40 Fract: QQ, UQQ, HQ, UHQ, SQ, USQ, DQ, UDQ, TQ, UTQ
98 typedef _Fract DQtype __attribute__ ((mode (DQ)));
246 #define MODE_NAME DQ
247 #define MODE_NAME_S dq
696 #define FROM_MODE_NAME DQ
697 #define FROM_MODE_NAME_S dq
958 #define TO_MODE_NAME DQ
959 #define TO_MODE_NAME_S dq
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 911 NamedDecl *DQ, ArrayRef<const Expr *> Q, bool &Subsumes,
922 auto *QNormalized = S.getNormalizedAssociatedConstraints(DQ, Q);
  /src/bin/sh/
parser.c 1269 #define DQ 0x02 /* Double Quotes (or equivalent) */
1368 #define SETDBLQUOTE() (currentstate(stack)->ts_quoted = QS | DQ)
1908 syntax == DQSYNTAX ? "DQ" : \
1971 ("%s%sESC:",!magicq?"!m":"",ISDBLQUOTE()?"DQ":""));
2070 (" ari(%d) %s TS_PUSH->DQ CQM ",
2085 (" DQ TS_POP->%s CQE ", SYNTAX));
2089 (" %s TS_POP->DQ CQM ", SYNTAX));
2103 VTRACE(DBG_LEXER, ("vn=%d !DQ", varnest));
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1602 /* The RA field in the DQ form lq or an lswx instruction, which have special
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3094 /* The DQ field in a DQ form instruction. This is like D, but the
3096 #define DQ DCMXS + 1
3102 #define DS DQ + 1
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3410 /* The RA field in the DQ form lq or an lswx instruction, which have
3421 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3487 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1602 /* The RA field in the DQ form lq or an lswx instruction, which have special
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3094 /* The DQ field in a DQ form instruction. This is like D, but the
3096 #define DQ DCMXS + 1
3102 #define DS DQ + 1
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3410 /* The RA field in the DQ form lq or an lswx instruction, which have
3421 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3487 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1556 /* The RA field in the DQ form lq or an lswx instruction, which have special
2134 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3026 /* The DQ field in a DQ form instruction. This is like D, but the
3028 #define DQ DCMXS + 1
3034 #define DS DQ + 1
3319 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3332 /* The RA field in the DQ form lq or an lswx instruction, which have
3343 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3409 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1602 /* The RA field in the DQ form lq or an lswx instruction, which have special
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3094 /* The DQ field in a DQ form instruction. This is like D, but the
3096 #define DQ DCMXS + 1
3102 #define DS DQ + 1
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3410 /* The RA field in the DQ form lq or an lswx instruction, which have
3421 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3487 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]

Completed in 103 milliseconds