Searched refs:STX (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/asm/ |
D | ppc-mont.pl | 41 $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__.py | 77 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, "")
|
D | preprocessors.py | 13 HTML_PLACEHOLDER_PREFIX = markdown.STX+"wzxhzdk:"
|
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 269 #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()
|