HomeSort by relevance Sort by last modified time
    Searched refs:s8 (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 42 vld1.s8 {d2[], d3[]}, [r3] ; limit
44 vld1.s8 {d4[], d5[]}, [r12] ; thresh
84 vld1.s8 {d2[], d3[]}, [r3] ; limit
106 vld1.s8 {d4[], d5[]}, [r12] ; thresh
183 vld1.s8 {d4[], d5[]}, [r12] ; thresh
184 vld1.s8 {d2[], d3[]}, [r3] ; limit
258 vld1.s8 {d2[], d3[]}, [r3] ; limit
298 vld1.s8 {d4[], d5[]}, [r12] ; thresh
397 vld1.s8 {d4[], d5[]}, [r2] ; flimit
422 vsubl.s8 q2, d14, d12 ; qs0 - ps
    [all...]
  /dalvik/vm/
Sync.h 101 s8 timeout, s4 nanos, bool interruptShouldThrow);
160 s8 msec, s4 nsec);
  /dalvik/vm/interp/
Jit.h 121 s8 dvmJitd2l(double d);
122 s8 dvmJitf2l(float f);
Jit.c     [all...]
  /dalvik/vm/mterp/c/
header.c 158 static inline s8 getLongFromArray(const u4* ptr, int idx)
161 union { s8 ll; u4 parts[2]; } conv;
168 s8 val;
172 return *((s8*) &ptr[idx]);
177 static inline void putLongToArray(u4* ptr, int idx, s8 val)
180 union { s8 ll; u4 parts[2]; } conv;
189 *((s8*) &ptr[idx]) = val;
  /dalvik/vm/jdwp/
JdwpPriv.h 95 s8 lastActivityWhen;
132 s8 dvmJdwpGetNowMsec(void);
JdwpMain.c 375 s8 dvmJdwpGetNowMsec(void)
394 s8 dvmJdwpLastDebuggerActivity(JdwpState* state)
401 s8 last = dvmQuasiAtomicRead64(&state->lastActivityWhen);
410 s8 now = dvmJdwpGetNowMsec();
  /external/v8/test/mjsunit/
uri.js 49 var s8 = String.fromCharCode(cc8_1)+String.fromCharCode(cc8_2); variable
63 assertEquals('%F0%90%80%80', encodeURI(s8));
74 assertEquals(cc8_1, decodeURI(encodeURI(s8)).charCodeAt(0));
75 assertEquals(cc8_2, decodeURI(encodeURI(s8)).charCodeAt(1));
  /external/chromium/third_party/icu/source/test/cintltst/
usettest.c 604 static const char* s8="\xE0\xB8\x81\xE3\x80\x80"; local
623 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
624 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
625 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
626 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
643 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
644 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
645 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
646 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
  /external/icu4c/test/cintltst/
usettest.c 604 static const char* s8="\xE0\xB8\x81\xE3\x80\x80"; local
623 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
624 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
625 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
626 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
643 3!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
644 0!=uset_spanUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED) ||
645 6!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_CONTAINED) ||
646 3!=uset_spanBackUTF8(idSet, s8, 6, USET_SPAN_NOT_CONTAINED)
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-armv5te-vfp.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-armv5te.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-armv7-a-neon.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-armv7-a.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-x86-atom.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
InterpC-x86.c 165 static inline s8 getLongFromArray(const u4* ptr, int idx)
168 union { s8 ll; u4 parts[2]; } conv;
175 s8 val;
179 return *((s8*) &ptr[idx]);
184 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 union { s8 ll; u4 parts[2]; } conv;
196 *((s8*) &ptr[idx]) = val;
    [all...]
  /dalvik/vm/analysis/
VerifySubs.c 315 if (((s8) curOffset + (s8) offset) != (s8)(curOffset + offset)) {
  /external/wpa_supplicant/
common.h 189 typedef INT8 s8; typedef
201 typedef INT8 s8; typedef
234 typedef int8_t s8; typedef
  /external/grub/stage2/
fsys_jfs.c 134 s8 *stbl;
142 stbl = (s8 *)&de[(int)dtpage->header.stblindex];
150 return &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]];
182 xd = &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]].xd;
  /external/elfutils/libdw/
memory-access.h 148 int64_t s8; member in union:unaligned
205 return up->s8;
  /external/qemu/elff/
dwarf_utils.cc 253 printf("SBYTE) = %d (x%02X)\n", (Elf_Sword)attr_value->s8,
254 (Elf_Sword)attr_value->s8);
  /external/v8/src/mips/
simulator-mips.h 120 s8, enumerator in enum:assembler::mips::Simulator::Register
128 fp = s8
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 109 typedef INT8 s8; typedef
121 typedef INT8 s8; typedef
164 typedef int8_t s8; typedef
  /dalvik/dx/src/com/android/dx/util/
Hex.java 145 public static String s8(long v) { method in class:Hex

Completed in 2826 milliseconds

12 3 4