Home
last modified time | relevance | path

Searched refs:STX (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bn/asm/
Dppc-mont.pl41 $STX= "stwx"; # store indexed
62 $STX= "stdx"; # store indexed
283 $STX $aj,$rp,$j
297 $STX $tj,$rp,$j
298 $STX $j,$tp,$j ; zap at once
/external/markdown/markdown/
D__init__.py77 STX = u'\u0002' # Use STX ("Start of text") for start-of-placeholder variable
79 INLINE_PLACEHOLDER_PREFIX = STX+"klzzwxh:"
81 AMP_SUBSTITUTE = STX+"amp"+ETX
380 source = source.replace(STX, "").replace(ETX, "")
Dpreprocessors.py13 HTML_PLACEHOLDER_PREFIX = markdown.STX+"wzxhzdk:"
/external/qemu/tcg/sparc/
Dtcg-target.c269 #define STX (INSN_OP(3) | INSN_OP3(0x0e)) macro
414 tcg_out_ldst(s, arg, arg1, arg2, STX); in tcg_out_st()
738 #define HOST_ST_OP STX
1098 tcg_out_ldst(s, data_reg, arg0, 0, STX); in tcg_out_qemu_st()
1353 tcg_out_ldst(s, args[0], args[1], args[2], STX); in tcg_out_op()