Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dstderr.txt.expect1 …rror: foreach kernel 'bb' has __attribute__((kernel)) for 64-bit targets but not for 32-bit targets
2 …r: foreach kernel 'dd' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bi…
3 …: error: foreach kernel 'ii' has output type 'int' for 64-bit targets but no output for 32-bit tar…
4 …: error: foreach kernel 'jj' has output type 'int' for 32-bit targets but no output for 64-bit tar…
5 …ch.rs:66:16: error: foreach kernel 'nn' has 1 input for 32-bit targets but 2 inputs for 64-bit tar…
6 …or: foreach kernel 'qq' has different special parameters for 32-bit targets than for 64-bit targets
7 … 2nd input of foreach kernel 'uu' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
8 …nput of foreach kernel 'uu' has type 'struct S' for 32-bit targets but type 'struct T' for 64-bit
9 … foreach kernel 'xx' has 0 usrData parameters for 32-bit targets but 1 usrData parameter for 64-bi…
10 …: foreach kernel 'ww' has 1 usrData parameter for 32-bit targets but 0 usrData parameters for 64-b…
[all …]
/frameworks/rs/script_api/include/
Drs_value_types.rsh95 * half: 16 bit floating point value
97 * A 16 bit floating point value.
104 * half2: Two 16 bit floats
107 * into a single 32 bit field with 32 bit alignment.
114 * half3: Three 16 bit floats
117 * into a single 64 bit field with 64 bit alignment.
124 * half4: Four 16 bit floats
127 * into a single 64 bit field with 64 bit alignment.
134 * int8_t: 8 bit signed integer
136 * 8 bit signed integer type.
[all …]
Drs_object_types.rsh139 RS_TYPE_FLOAT_16 = 1, // A 16 bit floating point value.
140 RS_TYPE_FLOAT_32 = 2, // A 32 bit floating point value.
141 RS_TYPE_FLOAT_64 = 3, // A 64 bit floating point value.
142 RS_TYPE_SIGNED_8 = 4, // An 8 bit signed integer.
143 RS_TYPE_SIGNED_16 = 5, // A 16 bit signed integer.
144 RS_TYPE_SIGNED_32 = 6, // A 32 bit signed integer.
145 RS_TYPE_SIGNED_64 = 7, // A 64 bit signed integer.
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.
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 …7: error: global variable 'b' is initialized differently for 32-bit targets than for 64-bit targets
2 …8: error: global variable 'd' is initialized differently for 32-bit targets than for 64-bit targets
3 …6: error: global variable 'f' is initialized differently for 32-bit targets than for 64-bit targets
4 …6: error: global variable 'h' is initialized differently for 32-bit targets than for 64-bit targets
5 …8: error: global variable 'j' is initialized differently for 32-bit targets than for 64-bit targets
6 …5: error: global variable 'k' is initialized differently for 32-bit targets than for 64-bit targets
7 …5: error: global variable 'm' is initialized differently for 32-bit targets than for 64-bit targets
8 …6: error: global variable 'n' is initialized differently for 32-bit targets than for 64-bit targets
9 …: error: global variable 'jj' is initialized differently for 32-bit targets than for 64-bit targets
10 …: error: global variable 'kk' is initialized differently for 32-bit targets than for 64-bit targets
[all …]
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 …:10: error: global variable 'aa' has type 'int' for 32-bit targets but type 'struct t' for 64-bit
2 …:10: error: global variable 'bb' has type 'int' for 32-bit targets but type 'struct q' for 64-bit
3 …:10: error: global variable 'cc' has type 'int' for 32-bit targets but type 'struct b' for 64-bit
4 …5: error: global variable 'dd' has type 'struct j' for 32-bit targets but type 'int' for 64-bit ta…
5 …5: error: global variable 'ee' has type 'struct f' for 32-bit targets but type 'int' for 64-bit ta…
6 …5: error: global variable 'ff' has type 'struct o' for 32-bit targets but type 'int' for 64-bit ta…
7 reflection3264_struct_mismatch.rs:6:8: error: structure 'q' is exported only for 64-bit targets
8 reflection3264_struct_mismatch.rs:8:8: error: structure 'b' is exported only for 64-bit targets
9 reflection3264_struct_mismatch.rs:4:8: error: structure 't' is exported only for 64-bit targets
10 …r: 2nd field of exported structure 'FieldName' is 'e' for 32-bit targets but 'b' for 64-bit targets
[all …]
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dstderr.txt.expect1 … reduction kernel 'cc' has result type 'uint' for 32-bit targets but result type 'ulong' for 64-bi…
2 …nd input of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …th input of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
4 …rs:43:12: error: reduction kernel 'dd' has 2 inputs for 32-bit targets but 1 input for 64-bit targ…
5 …reduce_mismatch.rs:52:12: error: reduction kernel 'ee' is reflected in Java only for 32-bit targets
6 … reduction kernel 'ee' has result type 'int' for 32-bit targets but result type 'struct S' for 64-
7 …nd input of reduction kernel 'ee' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
8 …reduce_mismatch.rs:53:12: error: reduction kernel 'ff' is reflected in Java only for 64-bit targets
9 …duction kernel 'ff' has result type 'struct S' for 32-bit targets but result type 'int' for 64-bit
10 …rs:53:12: error: reduction kernel 'ff' has 3 inputs for 32-bit targets but 2 inputs for 64-bit tar…
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 …s:7:8: error: global variable 'a' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 …:5: error: global variable 'b' has type 'int[4]' for 32-bit targets but type 'int[8]' for 64-bit t…
3 …lobal variable 'd' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
4 …lobal variable 'e' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
5 …ror: global variable 'f' has type 'struct Bar' for 32-bit targets but type 'struct Foo' for 64-bit
6 … error: global variable 'g' has type 'uint[10]' for 32-bit targets but type 'ulong[10]' for 64-bit
7 …smatch.rs:32:5: error: 10th global variable is 'h32' for 32-bit targets but 'h64' for 64-bit targe…
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect1 …6: error: invokable function 'a' has 2 parameters for 32-bit targets but 1 parameter for 64-bit ta…
2 …rameter of invokable function 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …arameter of invokable function 'b' has type 'int' for 32-bit targets but type 'long' for 64-bit ta…
4 …atch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targe…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccServiceTable.java50 int bit = service % 8; in isAvailable() local
51 return (mServiceTable[offset] & (1 << bit)) != 0; in isAvailable()
64 for (int bit = 0; bit < 8; bit++) { in toString()
65 if ((currentByte & (1 << bit)) != 0) { in toString()
71 int ordinal = (i * 8) + bit; in toString()
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dstderr.txt.expect1 … 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 … 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …_name64.rs:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dstderr.txt.expect1 … 1st input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 … 1st input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
3 …_name32.rs:11:6: error: 2nd foreach kernel is 'cc32' for 32-bit targets but 'cc64' for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 …s:6:8: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 reflection3264_variable_extra64.rs:12:6: error: global variable 'd' is only present for 64-bit targ…
3 reflection3264_variable_extra64.rs:14:7: error: global variable 'e' is only present for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 …s:6:8: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 error: in file 'reflection3264_variable_extra32.rs' global variable 'd' is only present for 32-bit
3 error: in file 'reflection3264_variable_extra32.rs' global variable 'e' is only present for 32-bit
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h28 for (size_t bit = 0; bit != sizeof (T1) * 8; ++bit) { in ApplyMask() local
30 const bool maskBit = (pMask >> bit) & 1; in ApplyMask()
32 result |= static_cast<T1>(valBit) << bit; in ApplyMask()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_cavlc.c758 u32 levelSuffix, zerosLeft, bit; in h264bsdDecodeResidualBlockCavlc() local
778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); in h264bsdDecodeResidualBlockCavlc()
780 tmp = DecodeCoeffToken(bit, (u32)nc); in h264bsdDecodeResidualBlockCavlc()
796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes); in h264bsdDecodeResidualBlockCavlc()
800 level[i] = bit & tmp ? -1 : 1; in h264bsdDecodeResidualBlockCavlc()
813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); in h264bsdDecodeResidualBlockCavlc()
814 levelPrefix = DecodeLevelPrefix(bit); in h264bsdDecodeResidualBlockCavlc()
864 BUFFER_SHOW(bufferValue, bufferBits, bit,9); in h264bsdDecodeResidualBlockCavlc()
865 zerosLeft = DecodeTotalZeros(bit, totalCoeff, in h264bsdDecodeResidualBlockCavlc()
879 BUFFER_SHOW(bufferValue, bufferBits, bit,11); in h264bsdDecodeResidualBlockCavlc()
[all …]
/frameworks/base/core/java/android/net/metrics/
DApfProgramEvent.java117 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
118 names.add(Decoder.constants.get(bit)); in namesOf()
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect1 …: 2nd input of foreach kernel 'm' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit t…
2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit ta…
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/
Dstderr.txt.expect1 …noexp.rs:10:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targe…
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/
Dstderr.txt.expect1 …me_exp.rs:7:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targe…
/frameworks/compile/slang/tests/F_reflection3264_package_mismatch/
Dstderr.txt.expect1 …ge_mismatch.rs' Java package name is 'thirty_two' for 32-bit targets but 'sixty_four' for 64-bit t…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/
Dstderr.txt.expect1 …264_foreach_mismatch_extra64.rs:10:6: error: foreach kernel 'cc' is only present for 64-bit targets
2 …64_foreach_mismatch_extra64.rs:12:16: error: foreach kernel 'dd' is only present for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/
Dstderr.txt.expect1 reflection3264_invokable_extra64.rs:12:6: error: invokable function 'd' is only present for 64-bit
2 reflection3264_invokable_extra64.rs:14:6: error: invokable function 'e' is only present for 64-bit
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/
Dstderr.txt.expect1 reflection3264_reduce_extra64.rs:10:12: error: reduction kernel 'cc' is only present for 64-bit tar…
2 reflection3264_reduce_extra64.rs:11:12: error: reduction kernel 'dd' is only present for 64-bit tar…
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DGrain.java49 int bit = 0; in findHighBit() local
51 bit++; in findHighBit()
54 return bit; in findHighBit()
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_reduce_extra32.rs' reduction kernel 'cc' is only present for 32-bit
2 error: in file 'reflection3264_reduce_extra32.rs' reduction kernel 'dd' is only present for 32-bit

123