HomeSort by relevance Sort by last modified time
    Searched defs:char2 (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 35 typedef char char2 __attribute__((ext_vector_type(2))); typedef
  /external/clang/test/CodeGen/
builtins-nvptx.c 326 typedef char char2 __attribute__((ext_vector_type(2))); typedef
328 __nvvm_ldg_c2((const char2 *)p);
  /external/freetype/src/pfr/
pfrload.c 557 FT_UInt char1, char2; local
565 char2 = PFR_NEXT_USHORT( q );
567 item->pair1 = PFR_KERN_INDEX( char1, char2 );
571 char2 = PFR_NEXT_USHORT( q );
573 item->pair2 = PFR_KERN_INDEX( char1, char2 );
579 char2 = PFR_NEXT_BYTE( q );
581 item->pair1 = PFR_KERN_INDEX( char1, char2 );
585 char2 = PFR_NEXT_BYTE( q );
587 item->pair2 = PFR_KERN_INDEX( char1, char2 );
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 161 CharBuffer char2 = CharBuffer.wrap("\udc00"); local
171 result = encoder.encode(char2, bytes, true);
  /libcore/ojluni/src/main/java/java/io/
DataInputStream.java 602 int c, char2, char3; local
629 char2 = (int) bytearr[count-1];
630 if ((char2 & 0xC0) != 0x80)
634 (char2 & 0x3F));
642 char2 = (int) bytearr[count-2];
644 if (((char2 & 0xC0) != 0x80) || ((char3 & 0xC0) != 0x80))
648 ((char2 & 0x3F) << 6) |
  /art/test/003-omnibus-opcodes/src/
IntMath.java 152 char char2 = 0xffff; local
156 i = char1 - char2;
  /art/test/107-int-math2/src/
Main.java 324 char char2 = 0xffff; local
328 i = char1 - char2;
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 45 typedef char char2 __attribute__((ext_vector_type(2))); typedef
551 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 66 typedef char char2 __attribute__((ext_vector_type(2))); typedef
569 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 79 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 79 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 78 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 85 typedef char char2 __attribute__((ext_vector_type(2))); typedef
    [all...]

Completed in 1348 milliseconds

1 2