HomeSort by relevance Sort by last modified time
    Searched full:stx (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/libffi/src/sparc/
v9.S 91 stx %o0, [%i4+0] ! (delay)
115 stx %o0, [%i4+0]
116 stx %o1, [%i4+8]
117 stx %o2, [%i4+16]
118 stx %o3, [%i4+24]
151 stx %i0, [FP+128+0]
152 stx %i1, [FP+128+8]
153 stx %i2, [FP+128+16]
154 stx %i3, [FP+128+24]
155 stx %i4, [FP+128+32
    [all...]
  /external/qemu/
softmmu_outside_jit.c 19 * enforces ldx/stx routines to use CPU environment stored in cpu_single_env
softmmu_outside_jit.h 19 * enforces ldx/stx routines to use CPU environment stored in cpu_single_env
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 8 <dd><pre class="stx">&lt;action android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
category-element.jd 8 <dd><pre class="stx">&lt;category android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
instrumentation-element.jd 8 <dd><pre class="stx">&lt;instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "false"]
permission-group-element.jd 8 <dd><pre class="stx">&lt;permission-group android:<a href="#desc">description</a>="<i>string resource</i>"
permission-tree-element.jd 8 <dd><pre class="stx">&lt;permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>"
grant-uri-permission-element.jd 8 <dd><pre class="stx">&lt;grant-uri-permission android:<a href="#path">path</a>="<i>string</i>"
meta-data-element.jd 8 <dd><pre class="stx">&lt;meta-data android:<a href="#nm">name</a>="<i>string</i>"
path-permission-element.jd 8 <dd><pre class="stx">
uses-library-element.jd 9 <pre class="stx">
uses-permission-element.jd 40 <dd><pre class="stx">&lt;uses-permission android:<a href="#nm">name</a>="<i>string</i>" /&gt;</pre></dd>
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 170 stx %o7,[%sp+$bias+$frame+48] ! save %asi
192 stx %o0,[%sp+$bias+$frame+0]
430 stx %o0,[$tp] ! tp[j-1]=
486 stx %o0,[$tp] ! tp[j-1]=
500 stx %o4,[$tp] ! tp[num-1]=
526 stx %o0,[%sp+$bias+$frame+0]
736 stx %o0,[$tp] ! tp[j-1]
786 stx %o0,[$tp] ! tp[j-1]
800 stx %o4,[$tp] ! tp[num-1]
841 stx %g0,[$tp+%o7
    [all...]
ppc-mont.pl 41 $STX= "stwx"; # store indexed
62 $STX= "stdx"; # store indexed
287 $STX $aj,$rp,$j
301 $STX $tj,$rp,$j
302 $STX $j,$tp,$j ; zap at once
  /bionic/libc/regex/
cname.h 45 { "STX", '\002' },
  /external/libvpx/examples/includes/geshi/geshi/
m68k.php 62 'sec','sei','sta','sthx','stop','stx','sub','swi','tap','tax','tpa',
  /external/llvm/lib/Support/
regcname.h 45 { "STX", '\002' },
  /ndk/sources/host-tools/ndk-stack/regex/
cname.h 45 { "STX", '\002' },
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 54 <pre class="stx">
150 <pre class="stx">
264 <pre class="stx">
360 <pre class="stx">
466 <pre class="stx">
549 <pre class="stx">
644 <pre class="stx">
729 <pre class="stx">
style-resource.jd 41 <pre class="stx">
  /external/markdown/markdown/
__init__.py 77 STX = u'\u0002' # Use STX ("Start of text") for start-of-placeholder
79 INLINE_PLACEHOLDER_PREFIX = STX+"klzzwxh:"
81 AMP_SUBSTITUTE = STX+"amp"+ETX
380 source = source.replace(STX, "").replace(ETX, "")
  /bionic/libm/include/sparc64/
fenv.h 71 #define __stxfsr(__r) __asm __volatile("stx %%fsr, %0" : "=m" (*(__r)))
  /bionic/libm/sparc64/
fenv.h 71 #define __stxfsr(__r) __asm __volatile("stx %%fsr, %0" : "=m" (*(__r)))
  /external/libpcap/
bpf_image.c 135 op = "stx";

Completed in 1134 milliseconds

1 2 3