/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/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/scriptc/ |
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/slang/lit-tests/opt/ |
D | locals_opt_3.rs | 22 unsigned short us = -1; 23 const unsigned long l = (unsigned long) -1.0e8f; constant
|
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
|
/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/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_value_types.jd | 353 8 bit unsigned integer 361 Two 8 bit unsigned integers 369 Three 8 bit unsigned integers 377 Four 8 bit unsigned integers 385 32 bit unsigned integer 393 16 bit unsigned integer 401 Two 32 bit unsigned integers 409 Three 32 bit unsigned integers 417 32 bit unsigned integer 425 Four 32 bit unsigned integers [all …]
|
/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/java/tests/RsTest/src/com/android/rs/test/ |
D | unsigned.rs | 4 unsigned int ui = 37; 5 unsigned char uc = 5;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | unsigned.rs | 4 unsigned int ui = 37; 5 unsigned char uc = 5;
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | unsigned.rs | 4 unsigned int ui = 37; 5 unsigned char uc = 5;
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 739 private int unsignedToSigned(int unsigned, int size) { in unsignedToSigned() argument 740 if ((unsigned & (1 << size-1)) != 0) { in unsignedToSigned() 741 unsigned = -1 * ((1 << size-1) - (unsigned & ((1 << size-1) - 1))); in unsignedToSigned() 743 return unsigned; in unsignedToSigned()
|
/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) {
|
D | stderr.txt.expect | 1 …phics_13.rs:5:23: error: invalid parameter type for legacy graphics root() function: 'unsigned int'
|
/frameworks/compile/slang/tests/P_set_target_api_development/ |
D | set_target_api_development.rs | 8 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_19/ |
D | set_target_api_19.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_14/ |
D | set_target_api_14.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_15/ |
D | set_target_api_15.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_11/ |
D | set_target_api_11.rs | 12 void check(unsigned int version) {
|
/frameworks/compile/slang/tests/P_set_target_api_12/ |
D | set_target_api_12.rs | 12 void check(unsigned int version) {
|