Home
last modified time | relevance | path

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

12345678910>>...15

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Ddct_inline.h87 carry = k0 >> 31; 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()
96 abs_sum += (k4 ^ carry) - carry; in sum_abs()
98 abs_sum += (k5 ^ carry) - carry; in sum_abs()
100 abs_sum += (k6 ^ carry) - carry; in sum_abs()
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dsum.c54 carry = 0;
62 carry = (y & 0x10000) >> 16;
64 carry = (z & 0x10000) >> 16;
70 y = (*xa & 0xffff) + carry;
71 carry = (y & 0x10000) >> 16;
72 z = (*xa++ >> 16) + carry;
73 carry = (z & 0x10000) >> 16;
78 y = *xa++ + *xb++ + carry;
79 carry = (y & 0x10000) >> 16;
85 y = *xa++ + carry;
[all …]
H A Ddmisc.c146 carry = 0;
150 carry = ys >> 32;
159 carry = zs >> 16;
166 ys = *sx++ * q + carry;
167 carry = ys >> 16;
185 carry = 0;
190 ys = *sx++ + carry;
191 carry = ys >> 32;
200 carry = zs >> 16;
207 ys = *sx++ + carry;
[all …]
H A Dmisc.c177 ULLong carry, y; local
189 carry = a;
210 if (carry) {
292 ULong carry, z; local
324 carry = 0;
331 *xc = carry;
340 carry = 0;
349 *xc = carry;
354 carry = 0;
372 carry = 0;
[all …]
H A Dstrtodg.c57 ULong carry = 1, y; local
72 y = *x + carry;
73 carry = y >> 16;
75 if (!carry)
78 if (carry)
185 ULong carry, inex, lostbits; local
188 carry = rv = 0;
236 carry = 1;
243 if (carry) {
281 carry = b->x[k1>>kshift] & (1 << (k1 & kmask));
[all …]
/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_crc.cpp145 uint32 carry; in calculate_crc() local
150 carry = *crc & 0x8000; in calculate_crc()
152 if (!carry ^ !(data & masking)) in calculate_crc()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_rem_pio2.c296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local
341 n += 1; carry = 0; in __kernel_rem_pio2()
344 if(carry==0) { in __kernel_rem_pio2()
346 carry = 1; iq[i] = 0x1000000- j; in __kernel_rem_pio2()
360 if(carry!=0) z -= scalbn(one,q0); in __kernel_rem_pio2()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A 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()
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A 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()
/aosp12/art/runtime/interpreter/mterp/arm/
H A Dfloating_point.S347 adds r1, r1, r1 @ sign bit to carry
387 adds r0, r0, r0 @ sign bit to carry
/aosp12/frameworks/proto_logging/stats/enums/telephony/
H A Denums.proto181 // Technology used to carry an SMS message
184 * Unknown SMS technology used to carry the SMS.
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dgsid.te50 # This is needed for FIBMAP unfortunately. Oddly FIEMAP does not carry this
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dgsid.te68 # This is needed for FIBMAP unfortunately. Oddly FIEMAP does not carry this
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dgsid.te74 # This is needed for FIBMAP unfortunately. Oddly FIEMAP does not carry this
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dgsid.te74 # This is needed for FIBMAP unfortunately. Oddly FIEMAP does not carry this
/aosp12/system/sepolicy/private/
H A Dgsid.te74 # This is needed for FIBMAP unfortunately. Oddly FIEMAP does not carry this
/aosp12/packages/modules/adb/
H A DOVERVIEW.TXT132 Each transport can carry one or more multiplexed streams between clients
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal352 * Some radio technologies provide pointers to other programs that carry
356 * This is not a list of programs that carry the same content (i.e.
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/
H A DLICENSE97 (b) You must cause any modified files to carry prominent notices
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
H A Dthird_party_licenses114 (b) You must cause any modified files to carry prominent notices
296 (b) You must cause any modified files to carry prominent notices
502 (b) You must cause any modified files to carry prominent notices
708 (b) You must cause any modified files to carry prominent notices
914 (b) You must cause any modified files to carry prominent notices
1120 (b) You must cause any modified files to carry prominent notices
1338 (b) You must cause any modified files to carry prominent notices
1532 (b) You must cause any modified files to carry prominent notices
1726 (b) You must cause any modified files to carry prominent notices
1920 (b) You must cause any modified files to carry prominent notices
[all …]
/aosp12/packages/inputmethods/LatinIME/java/
H A DNOTICE110 (b) You must cause any modified files to carry prominent notices
/aosp12/hardware/libhardware/
H A DNOTICE110 (b) You must cause any modified files to carry prominent notices
/aosp12/hardware/libhardware_legacy/
H A DNOTICE110 (b) You must cause any modified files to carry prominent notices
/aosp12/frameworks/native/libs/math/
H A DNOTICE110 (b) You must cause any modified files to carry prominent notices
/aosp12/frameworks/native/libs/nativebase/
H A DNOTICE110 (b) You must cause any modified files to carry prominent notices

12345678910>>...15