Searched refs:bit (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccServiceTable.java22 * Wrapper class for an ICC EF containing a bit field of enabled services.
50 int bit = service % 8;
51 return (mServiceTable[offset] & (1 << bit)) != 0;
64 for (int bit = 0; bit < 8; bit++) {
65 if ((currentByte & (1 << bit)) != 0) {
71 int ordinal = (i * 8) + bit;
H A DIccUtils.java166 * - the SMS default 7 bit coded alphabet as defined in
167 * TS 23.038 [12] with bit 8 set to 0. The alpha identifier
173 * remaining octets are 16 bit UCS2 characters ...
177 * 8 bit number which defines bits 15 to 8 of a 16 bit
178 * base pointer, where bit 16 is set to zero and bits 7 to 1
183 * If bit 8 of the octet is set to zero, the remaining 7 bits
185 * whereas if bit 8 of the octet is set to one, then the
187 * 16 bit base pointer defined earlier...
191 * contain a 16 bit numbe
434 bitToRGB(int bit) argument
[all...]
/frameworks/av/media/audioserver/
H A DAndroid.mk36 # This is relevant for 64 bit architectures where either or both
37 # 32 and 64 bit libraries may be built.
40 # 32 to build 32 bit audioserver libraries and 32 bit audioserver.
41 # 64 to build 64 bit audioserver libraries and 64 bit audioserver.
42 # both to build both 32 bit and 64 bit libraries,
45 # <empty> to build both 32 and 64 bit libraries and 32 bit audioserve
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h28 for (size_t bit = 0; bit != sizeof (T1) * 8; ++bit) {
30 const bool maskBit = (pMask >> bit) & 1;
32 result |= static_cast<T1>(valBit) << bit;
/frameworks/av/services/mediacodec/minijail/
H A DAndroid.mk9 # mediacodec runs in 32-bit combatibility mode. For 64 bit architectures,
10 # use the 32 bit policy
/frameworks/av/services/mediaextractor/minijail/
H A DAndroid.mk9 # mediaextractor runs in 32-bit combatibility mode. For 64 bit architectures,
10 # use the 32 bit policy
/frameworks/base/core/java/android/net/metrics/
H A DApfProgramEvent.java124 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) {
125 names.add(Decoder.constants.get(bit));
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h31 * Word8 8-bit signed minWord8, maxWord8
32 * UWord8 8-bit unsigned minUWord8, maxUWord8
33 * Word16 16-bit signed minWord16, maxWord16
34 * UWord16 16-bit unsigned minUWord16, maxUWord16
35 * Word32 32-bit signed minWord32, maxWord32
36 * UWord32 32-bit unsigned minUWord32, maxUWord32
80 ********* define 8 bit signed/unsigned types & constants
91 #error cannot find 8-bit type
96 ********* define 16 bit signed/unsigned types & constants
113 #error cannot find 16-bit typ
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGrain.java49 int bit = 0;
51 bit++;
54 return bit;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGrain.java49 int bit = 0;
51 bit++;
54 return bit;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DGrain.java54 int bit = 0;
56 bit++;
59 return bit;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c20 Description: Performs bit stream manipulation
36 Word16 coding_mode, /* i: coding bit-stream ratio mode */
37 Word16 mode, /* i: coding bit-stream ratio mode*/
193 Word16 i, bit; local
197 bit = (Word16) (value & 0x0001); /* get lsb */
198 if (bit == 0)
/frameworks/wilhelm/src/
H A Dlocks.c157 /** \brief Exclusively unlock an object and report updates to the specified bit-mask of
194 unsigned bit = ctz(attributes); local
195 // ATTR_INDEX_MAX == next bit position after the last attribute
196 assert(ATTR_INDEX_MAX > bit);
197 // compute the entry in the handler table using object ID and bit number
198 AttributeHandler handler = handlerTable[index][bit];
202 attributes &= ~(1 << bit);
/frameworks/rs/api/
H A Drs_vector_math.spec23 The precision of the mathematical operations on 32 bit floats is affected by the pragmas
32 <li>fast_: May perform internal computations using 16 bit floats. Additionally, subnormal
126 The precision is what would be expected from doing the computation using 16 bit floating
144 The precision is what would be expected from doing the computation using 16 bit floating
165 The precision is what would be expected from doing the computation using 16 bit floating
H A Drs_math.spec35 The precision of the mathematical operations on 32 bit floats is affected by the pragmas
46 <li>half_: May perform internal computations using 16 bit floats. Additionally, subnormal
54 summary: 1 / pi, as a 32 bit float
56 The inverse of pi, as a 32 bit float.
61 summary: 2 / pi, as a 32 bit float
63 2 divided by pi, as a 32 bit float.
70 summary: 2 / pi, as a 32 bit float
72 2 divided by pi, as a 32 bit float.
77 summary: 2 / sqrt(pi), as a 32 bit float
79 2 divided by the square root of pi, as a 32 bit floa
[all...]
/frameworks/rs/
H A DrsCppUtils.h222 uint32_t bit = 0; local
224 bit++;
227 return bit;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s39 ; * the bit stream buffer
40 ; * [in] pBitOffset pointer to the bit position in the byte pointed
53 ; * bit stream syntax
59 ; * so that it points to the current byte in the bit
62 ; * current bit position in the byte pointed by
268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s39 ; * the bit stream buffer
40 ; * [in] pBitOffset pointer to the bit position in the byte pointed
53 ; * bit stream syntax
59 ; * so that it points to the current byte in the bit
62 ; * current bit position in the byte pointed by
268 M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fcodeForward>1 and mnVerData!=0
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c173 /* fixed 6 bit length VLC, nC <= 8 */
741 coeffMap on bits [16,31] if successful, this is bit map
742 where each bit indicates if the corresponding
758 u32 levelSuffix, zerosLeft, bit; local
778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16);
780 tmp = DecodeCoeffToken(bit, (u32)nc);
796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes);
800 level[i] = bit & tmp ? -1 : 1;
813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16);
814 levelPrefix = DecodeLevelPrefix(bit);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DIconLoader.java266 * Decode one bit to a black and white color:
269 * @param bit to decode
272 private static int bitToBnW(int bit){ argument
273 if(bit == 1){
329 * Calculate bit mask for a given number of bits. The mask should enable to
332 * @return bit mask
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java254 private static boolean isBitSet(int flags, int bit) { argument
255 return (flags & (1 << bit)) != 0;
/frameworks/compile/mclinker/tools/mcld/
H A DAndroid.mk50 # Include ARM libs to enable 32-bit linking on AARCH64 targets
/frameworks/base/core/java/android/os/
H A DStrictMode.java201 * Note, a "VM_" bit, not thread.
207 * Note, a "VM_" bit, not thread.
213 * Note, a "VM_" bit, not thread.
556 private Builder enable(int bit) { argument
557 mMask |= bit;
561 private Builder disable(int bit) { argument
562 mMask &= ~bit;
828 private Builder enable(int bit) { argument
829 mMask |= bit;
1346 // bit i
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java139 * @param set a bit set with a one for each corresponding string to be included from strings.
149 * @param set a bit set with a one for each corresponding string to be included from strings.
162 for (int bit = trimmedSet.nextSetBit(0);
163 bit >= 0;
164 bit = trimmedSet.nextSetBit(bit+1)) {
165 String currentName = strings[bit];
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java838 int bit = 1;
845 if ((bit & uint32Val) > 0) topbit = i;
846 bit = (bit << 1);
997 int bit = 1;
1001 if ((mAppIdValue & bit) > 0) topBit = i;
1002 bit = (bit << 1);

Completed in 467 milliseconds

12