/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 85 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/ |
D | pvmp3_crc.cpp | 145 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/ |
D | MasterKey.java | 201 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/ |
D | FwdLockFile.c | 225 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/ |
D | enums.proto | 181 // Technology used to carry an SMS message 184 * Unknown SMS technology used to carry the SMS.
|
/frameworks/av/media/libstagefright/foundation/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/drm/libdrmframework/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/appwidget/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/pm/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/id3/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/codec2/components/g711/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/data/fonts/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libeffects/loudness/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/codecs/amrwb/enc/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/packages/ExtShared/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/tools/aapt/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/flac/dec/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/extractors/mkv/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/extractors/midi/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/app_process/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/codecs/m4v_h263/dec/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|