HomeSort by relevance Sort by last modified time
    Searched defs:short3 (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 69 long short3 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 69 long short3 = read(); local
71 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
rsCpuRuntimeStubs.cpp 42 typedef short short3 __attribute__((ext_vector_type(3))); typedef
135 static void SC_debugS3(const char *s, const short3 *c) {
136 ALOGD("short3 %s {%hd, %hd, %hd} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 50 typedef short short3 __attribute__((ext_vector_type(3))); typedef
750 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
    [all...]

Completed in 324 milliseconds