/frameworks/compile/slang/tests/P_export_types_v20/ |
D | export_types.rs | 10 unsigned char uc = 'a'; 12 unsigned short us = 1; 14 unsigned int ui; 16 unsigned long ul = 13; 18 unsigned long long ull = 34;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reflection3264.java | 41 private static long unsigned(int v) { in unsigned() method in UT_reflection3264 48 private static short unsigned(byte v) { in unsigned() method in UT_reflection3264 70 unsigned((byte)r.nextInt()), in run() 71 unsigned((byte)r.nextInt()), in run() 72 unsigned((byte)r.nextInt()), in run() 73 unsigned((byte)r.nextInt())); in run() 75 usrData.x = unsigned(r.nextInt()); in run() 77 usrData.y = unsigned(r.nextInt()); in run()
|
D | struct_field_simple.rs | 31 rsDebug("argL.lo ", (unsigned)argL & ~0U); 32 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
D | bitfield.rs | 74 rsDebug("argL.lo ", (unsigned)argL & ~0U); 75 rsDebug("bf->L.lo", (unsigned)bf->L & ~0U); 76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
|
D | unsigned.rs | 20 unsigned int ui = 37; 21 unsigned char uc = 5;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reflection3264.java | 43 private static long unsigned(int v) { in unsigned() method in UT_reflection3264 50 private static short unsigned(byte v) { in unsigned() method in UT_reflection3264 72 unsigned((byte)r.nextInt()), in run() 73 unsigned((byte)r.nextInt()), in run() 74 unsigned((byte)r.nextInt()), in run() 75 unsigned((byte)r.nextInt())); in run() 77 usrData.x = unsigned(r.nextInt()); in run() 79 usrData.y = unsigned(r.nextInt()); in run()
|
D | struct_field_simple.rs | 33 rsDebug("argL.lo ", (unsigned)argL & ~0U); 34 rsDebug("simple.L.lo", (unsigned)simple.L & ~0U); 35 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 36 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
D | bitfield.rs | 76 rsDebug("argL.lo ", (unsigned)argL & ~0U); 77 rsDebug("bf->L.lo", (unsigned)bf->L & ~0U); 78 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 79 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
|
D | unsigned.rs | 22 unsigned int ui = 37; 23 unsigned char uc = 5;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 11 unsigned char uc = 'a'; 13 unsigned short us = 1; 15 unsigned int ui; 17 unsigned long ul = 13; 19 unsigned long long ull = 34;
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 168 * uint8_t: 8 bit unsigned integer 170 * 8 bit unsigned integer type. 172 typedef unsigned char uint8_t; 175 * uint16_t: 16 bit unsigned integer 177 * A 16 bit unsigned integer type. 179 typedef unsigned short uint16_t; 182 * uint32_t: 32 bit unsigned integer 184 * A 32 bit unsigned integer type. 186 typedef unsigned int uint32_t; 189 * uint64_t: 64 bit unsigned integer [all …]
|
D | rs_object_types.rsh | 146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer. 147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer. 148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer. 149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer. 151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi… 152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and… 153 …RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and…
|
/frameworks/wilhelm/tools/hashgen/ |
D | hash.sed | 1 s/return/ unsigned key =/ 2 s/(unsigned char)str/((unsigned char *)iid)/g
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | locals.rs | 33 unsigned short us = -1; 34 const unsigned long l = (unsigned long) -1.0e8f; constant
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_0.rs | 22 unsigned short us = -1; 23 const unsigned long l = (unsigned long) -1.0e8f; constant
|
D | locals_opt_default.rs | 25 unsigned short us = -1; 26 const unsigned long l = (unsigned long) -1.0e8f; constant
|
D | locals_opt_3.rs | 22 unsigned short us = -1; 23 const unsigned long l = (unsigned long) -1.0e8f; constant
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
D | stderr.txt.expect | 1 …t_xyzar.rs:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty… 2 …t_xyzar.rs:5:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty… 4 …t_xyzar.rs:5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
D | stderr.txt.expect | 1 …_xyzwar.rs:6:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of ty… 2 …_xyzwar.rs:6:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of ty… 4 …_xyzwar.rs:6:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of ty…
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | unsigned.rs | 4 unsigned int ui = 37; 5 unsigned char uc = 5;
|
/frameworks/av/media/libmedia/ |
D | Android.bp | 107 "unsigned-integer-overflow", 134 "unsigned-integer-overflow", 253 "unsigned-integer-overflow", 317 "unsigned-integer-overflow",
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 756 private int unsignedToSigned(int unsigned, int size) { in unsignedToSigned() argument 757 if ((unsigned & (1 << size - 1)) != 0) { in unsignedToSigned() 758 unsigned = -1 * ((1 << size - 1) - (unsigned & ((1 << size - 1) - 1))); in unsignedToSigned() 760 return unsigned; in unsignedToSigned()
|
/frameworks/av/media/libstagefright/omx/ |
D | Android.bp | 78 "unsigned-integer-overflow", 114 "unsigned-integer-overflow",
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rs | 38 static bool hva_halt(const unsigned *accum) { return false; } constant 47 static __attribute__((overloadable)) bool halt_dup(const unsigned int *accum) { return false; } constant
|
/frameworks/compile/slang/tests/F_root_graphics_13/ |
D | root_graphics_13.rs | 5 int root(unsigned int launchID) {
|