/frameworks/base/rs/java/android/renderscript/ |
Byte3.java | 21 * Class for exposing the native RenderScript byte3 type back to the Android system. 24 public class Byte3 { 29 public Byte3() { 32 public Byte3(byte initX, byte initY, byte initZ) { 39 public Byte3(Byte3 source) { 50 public void add(Byte3 a) { 63 public static Byte3 add(Byte3 a, Byte3 b) [all...] |
FieldPacker.java | 304 public void addI8(Byte3 v) { 479 public Byte3 subByte3() { 480 Byte3 v = new Byte3(); 671 if (obj instanceof Byte3) { 672 addI8((Byte3)obj);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Byte3.java | 24 * Class for exposing the native RenderScript byte3 type back to the Android system. 27 public class Byte3 { 28 public Byte3() { 31 public Byte3(byte initX, byte initY, byte initZ) {
|
FieldPacker.java | 305 public void addI8(Byte3 v) { 480 public Byte3 subByte3() { 481 Byte3 v = new Byte3(); 672 if (obj instanceof Byte3) { 673 fp.addI8((Byte3)obj); 811 if (obj instanceof Byte3) {
|
/ndk/docs/Additional_library_docs/renderscript/ |
classandroid_1_1RSC_1_1Byte3.html | 6 <title>android::RSC::Byte3 Class Reference</title> 28 <li class="navelem"><a class="el" href="classandroid_1_1RSC_1_1Byte3.html">Byte3</a> </li> 34 <div class="title">android::RSC::Byte3 Class Reference</div> </div> 37 <!-- doxytag: class="android::RSC::Byte3" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
|
hierarchy.html | 57 <li><a class="el" href="classandroid_1_1RSC_1_1Byte3.html">android::RSC::Byte3</a></li>
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Utf8.java | 86 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16); 93 // int byte3 = (byte) (state >> 16); 184 // byte3 trailing-byte test 191 // Get byte2 and byte3 from saved state or array 193 int byte3 = 0; local 200 byte3 = (byte) (state >> 16); 202 if (byte3 == 0) { 203 byte3 = bytes[index++]; 205 return incompleteStateFor(byte1, byte2, byte3); 219 // byte3 trailing-byte tes [all...] |
/external/icu/icu4c/source/i18n/ |
collation.cpp | 98 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; local 99 if(byte3 >= 2) { 100 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); 102 byte3 += 254; 118 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8);
|
/art/tools/ |
stream-trace-converter.py | 50 byte3 = f.read(1) 51 if not byte3: 56 return ord(byte1) + (ord(byte2) << 8) + (ord(byte3) << 16) + (ord(byte4) << 24);
|
/external/libunwind/src/ia64/ |
unwind_decoder.h | 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; 173 ytreg = byte3; 175 if ((byte2 & 0x80) == 0 && byte3 == 0) 264 unw_word grmask, frmask, byte1, byte2, byte3; local 266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; 268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
FieldPackerTest.java | 20 import android.renderscript.Byte3; 71 fp.addI8(new Byte3());
|
ComputeTest.java | 22 import android.renderscript.Byte3; 60 Byte3 b3 = new Byte3(); 64 b3 = new Byte3((byte)1, (byte)2, (byte)3); 457 Byte3 B3 = s.get_i8_3();
|
/external/llvm/include/llvm/Support/ |
SwapByteOrder.h | 51 uint32_t Byte3 = value & 0xFF000000; 52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_midi.c | 92 pMIDIStream->byte3 = EAS_FALSE; 125 pMIDIStream->byte3 = EAS_FALSE; 145 if (pMIDIStream->byte3) 148 pMIDIStream->byte3 = EAS_FALSE; 167 pMIDIStream->byte3 = EAS_TRUE; 186 pMIDIStream->byte3 = EAS_TRUE; 204 pMIDIStream->byte3 = EAS_TRUE;
|
eas_miditypes.h | 47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member in struct:s_midi_stream_tag
|
/toolchain/binutils/binutils-2.25/binutils/ |
unwind-ia64.c | 653 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 658 byte3 = *dp++; 664 ytreg = byte3; 666 if ((byte2 & 0x80) == 0 && byte3 == 0) 783 unw_word grmask, frmask, byte1, byte2, byte3; local 787 byte3 = *dp++; 789 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
|
/external/valgrind/VEX/priv/ |
guest_s390_helpers.c | 617 UInt byte3 = 0x80 | klmnop; local 619 retval = (byte1 << 16) | (byte2 << 8) | byte3; 629 UInt byte3 = 0x80 | ijklmn; local 632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4; 699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, 737 (byte3 < 0x80 || byte3 > 0xbf)) { 745 (byte3 < 0x80 || byte3 > 0xbf)) { 752 (byte3 < 0x80 || byte3 > 0xbf)) [all...] |
guest_s390_defs.h | 85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, 87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
Collation.java | 536 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; 537 if(byte3 >= 2) { 538 return (basePrimary & 0xffff0000L) | (byte3 << 8); 540 byte3 += 254; 556 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
Collation.java | 534 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; 535 if(byte3 >= 2) { 536 return (basePrimary & 0xffff0000L) | (byte3 << 8); 538 byte3 += 254; 554 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
|
/external/dng_sdk/source/ |
dng_iptc.cpp | 279 uint32 byte3 = stream.Get_uint8 (); local 283 byte3 == 0x47)
|
/external/libnfc-nxp/src/ |
phFriNfc_FelicaMap.h | 112 #define PH_NFCFRI_NDEFMAP_FELI_CAL_LEN_BYTES(Byte1,Byte2,Byte3,DataLen)\ 119 (DataLen) += (Byte3);\
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
scsi.h | [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_vector.java | 94 Byte3 B3 = s.get_i8_3();
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_vector.java | 94 Byte3 B3 = s.get_i8_3();
|