Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 148) sorted by relevance

123456

/frameworks/av/media/codecs/m4v_h263/enc/src/
Ddct_inline.h85 int32 carry, abs_sum; in sum_abs() local
87 carry = k0 >> 31; in sum_abs()
88 abs_sum = (k0 ^ carry); in sum_abs()
89 carry = k1 >> 31; in sum_abs()
90 abs_sum += (k1 ^ carry) - carry; in sum_abs()
91 carry = k2 >> 31; in sum_abs()
92 abs_sum += (k2 ^ carry) - carry; in sum_abs()
93 carry = k3 >> 31; in sum_abs()
94 abs_sum += (k3 ^ carry) - carry; in sum_abs()
95 carry = k4 >> 31; in sum_abs()
[all …]
/frameworks/av/media/codecs/mp3dec/src/
Dpvmp3_crc.cpp145 uint32 carry; in calculate_crc() local
150 carry = *crc & 0x8000; in calculate_crc()
152 if (!carry ^ !(data & masking)) in calculate_crc()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DMasterKey.java201 int carry = 1; in generatePsudoRandomNumber() local
203 carry += (key[k] & 0xff) + (w[k] & 0xff); in generatePsudoRandomNumber()
204 key[k] = (byte) (carry & 0xff); in generatePsudoRandomNumber()
206 carry >>= 8; in generatePsudoRandomNumber()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c225 unsigned char carry = 0; in FwdLockFile_CalculateCounter() local
229 pCounter[i] = part + carry; in FwdLockFile_CalculateCounter()
230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0; in FwdLockFile_CalculateCounter()
233 pCounter[i] = pNonce[i] + carry; in FwdLockFile_CalculateCounter()
234 carry = (pCounter[i] < pNonce[i]) ? 1 : 0; in FwdLockFile_CalculateCounter()
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto213 // Technology used to carry an SMS message
216 * Unknown SMS technology used to carry the SMS.
/frameworks/base/cmds/am/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/pm/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codecs/amrwb/enc/SampleCode/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codecs/mp3dec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/wav/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/services/mediaextractor/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/ime/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/bu/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codec2/components/aac/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codec2/components/amr_nb_wb/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libeffects/visualizer/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/backup/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/input/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/g711/dec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/id3/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libeffects/testlibs/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libmediaplayerservice/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/packages/PackageInstaller/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/core/jni/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/native/cmds/service/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123456