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.proto181 // Technology used to carry an SMS message
184 * Unknown SMS technology used to carry the SMS.
/frameworks/av/media/libstagefright/foundation/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/drm/libdrmframework/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/appwidget/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/
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/libstagefright/id3/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codec2/components/g711/
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/base/data/fonts/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libeffects/loudness/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codecs/amrwb/enc/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/common/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/packages/ExtShared/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/tools/aapt/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/flac/dec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/mkv/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/midi/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/app_process/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codecs/m4v_h263/dec/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123456