HomeSort by relevance Sort by last modified time
    Searched refs:Byte2 (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/rs/java/android/renderscript/
Byte2.java 21 * Class for exposing the native RenderScript byte2 type back to the Android system.
24 public class Byte2 {
28 public Byte2() {
31 public Byte2(byte initX, byte initY) {
37 public Byte2(Byte2 source) {
47 public void add(Byte2 a) {
59 public static Byte2 add(Byte2 a, Byte2 b)
    [all...]
FieldPacker.java 300 public void addI8(Byte2 v) {
473 public Byte2 subByte2() {
474 Byte2 v = new Byte2();
666 if (obj instanceof Byte2) {
667 addI8((Byte2)obj);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Byte2.java 24 * Class for exposing the native RenderScript byte2 type back to the Android system.
27 public class Byte2 {
28 public Byte2() {
31 public Byte2(byte initX, byte initY) {
FieldPacker.java 301 public void addI8(Byte2 v) {
474 public Byte2 subByte2() {
475 Byte2 v = new Byte2();
667 if (obj instanceof Byte2) {
668 fp.addI8((Byte2)obj);
807 if (obj instanceof Byte2) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_bug_char.java 20 import android.renderscript.Byte2;
33 private Byte2 pack_b2(byte[] val) {
36 return new Byte2(val[0], val[1]);
72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw);
UT_vector.java 20 import android.renderscript.Byte2;
101 Byte2 B2 = s.get_i8_2();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_bug_char.java 22 import android.support.v8.renderscript.Byte2;
35 private Byte2 pack_b2(byte[] val) {
38 return new Byte2(val[0], val[1]);
74 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw);
UT_vector.java 22 import android.support.v8.renderscript.Byte2;
103 Byte2 B2 = s.get_i8_2();
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_bug_char.java 34 private Byte2 pack_b2(byte[] val) {
37 return new Byte2(val[0], val[1]);
72 Byte2 min_rand_sc2 = pack_b2(min_rand_sc2_raw);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SwapByteOrder.h 50 uint32_t Byte2 = value & 0x00FF0000;
52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Vtutf8.c 202 UINT8 Byte2;
236 Byte2 = Utf8Char.Utf8_3[2];
239 UnicodeByte1 = (UINT8) ((Byte2 << 4) | ((Byte1 >> 2) & 0x0f));
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 49 uint32_t Byte2 = value & 0x00FF0000;
51 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SwapByteOrder.h 52 uint32_t Byte2 = value & 0x00FF0000;
54 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FieldPackerTest.java 19 import android.renderscript.Byte2;
70 fp.addI8(new Byte2());
ComputeTest.java 21 import android.renderscript.Byte2;
54 Byte2 b2 = new Byte2();
57 b2 = new Byte2((byte)1, (byte)2);
451 Byte2 B2 = s.get_i8_2();
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.h 68 #define PCI_REG_MASK(Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7) \
69 Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.h 104 @param[in] Byte2 The information.
109 IN UINT8 Byte2,

Completed in 501 milliseconds

1 2