/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
subsetsequence.cc | 25 one more than that, and we add a new 3**0 entry and "carry" by performing 30 0 0 0 0 3n-1 3 0 carry unused:2 31 0 0 0 0 3n 0 0 carry unused:4 33 To accumulate 2 entries at all levels < K and 3 just before the first carry at 161 // Add an entry then carry as needed
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.c | 225 unsigned char carry = 0; local 229 pCounter[i] = part + carry; 230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0; 233 pCounter[i] = pNonce[i] + carry; 234 carry = (pCounter[i] < pNonce[i]) ? 1 : 0;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 1038 my ($shift,$carry)=($a0,$a1); 1044 xor $carry,$carry 1050 mov $carry,24($tptr) # t[7] 1065 neg $carry # mov $carry,cf 1074 sbb $carry,$carry # mov cf,$carry 1082 neg $carry # mov $carry,c [all...] |
/external/openssl/crypto/bn/asm/ |
x86_64-mont.pl | 1038 my ($shift,$carry)=($a0,$a1); 1044 xor $carry,$carry 1050 mov $carry,24($tptr) # t[7] 1065 neg $carry # mov $carry,cf 1074 sbb $carry,$carry # mov cf,$carry 1082 neg $carry # mov $carry,c [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 613 ULLong carry, y; variable 615 ULong carry, *x, y; variable 625 carry = a; 628 y = *x * (ULLong)m + carry; 629 carry = y >> 32; 634 y = (xi & 0xffff) * m + carry; 636 carry = z >> 16; 639 y = *x * m + carry; 640 carry = y >> 16; 646 if (carry) { 808 ULLong carry, z; variable 810 ULong carry, z; variable 2116 ULLong borrow, carry, y, ys; variable 2118 ULong borrow, carry, y, ys; variable [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 613 ULLong carry, y; variable 615 ULong carry, *x, y; variable 625 carry = a; 628 y = *x * (ULLong)m + carry; 629 carry = y >> 32; 634 y = (xi & 0xffff) * m + carry; 636 carry = z >> 16; 639 y = *x * m + carry; 640 carry = y >> 16; 646 if (carry) { 808 ULLong carry, z; variable 810 ULong carry, z; variable 2116 ULLong borrow, carry, y, ys; variable 2118 ULong borrow, carry, y, ys; variable [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
bookmark_provider_unittest.cc | 32 { "carry carbon carefully", "http://www.catsanddogs.com/e" }, 225 {"carry carbon", 1, {{{0, 5}, {6, 12}, {0, 0}}}}, 227 {"carbon carry", 1, {{{0, 5}, {6, 12}, {0, 0}}}}, 232 {"\"carry carbon\"", 1, {{{0, 12}, {0, 0}}}}, 233 {"\"carry carbon\" care", 1, {{{0, 12}, {13, 17}, {0, 0}}}}, 235 {"\"carry carbo\"", 0, {{{0, 0}}}},
|
/external/iproute2/man/man8/ |
ip-l2tp.8 | 111 fixed. L2TPv3 tunnels can carry data of more than one session. Each 124 protocol value to carry L2TP data without the overhead of UDP. Use IP 153 Note that unmanaged tunnels carry only ethernet frames. If you need to 154 carry PPP traffic (L2TPv2) or your peer doesn't support unmanaged 306 To carry non-IP data, the L2TP network interface is added to a bridge 344 the tunnel. When the ethernet frames carry protocols which are
|
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 4891 uInt carry; \/* carry (NB not uLong) *\/ local 6353 eInt carry=0; \/* carry integer (could be Long) *\/ local [all...] |
/external/icu4c/i18n/ |
decNumber.c | 4914 uInt carry; \/* carry (NB not uLong) *\/ local 6384 eInt carry=0; \/* carry integer (could be Long) *\/ local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ceil.c | 64 if(j<i1) i0+=1; /* got a carry */
|
s_floor.c | 65 if(j<i1) i0 +=1 ; /* got a carry */
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs_ext.h | 88 Mnemonic_ADC, // Add with Carry 98 Mnemonic_CMC, // Complement Carry Flag 297 Mnemonic_RCR, // Rotate right through CARRY flag 299 Mnemonic_RCL, // Rotate left through CARRY flag
|
/external/chromium/base/memory/ |
ref_counted_memory.h | 18 // of its two subclasses own the data they carry, and we need to have
|
/external/chromium_org/content/plugin/ |
plugin_main.cc | 36 // doesn't carry into any processes that plugins might start.
|
/external/chromium_org/media/base/ |
demuxer.h | 46 // Carry out any actions required to seek to the given time, executing the
|
/external/chromium_org/ppapi/proxy/ |
udp_socket_resource_base.h | 30 // message is allowed to carry.
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
add.pl | 23 &xor($c,$c); # clear carry
|
sub.pl | 23 &xor($c,$c); # clear carry
|
/external/chromium_org/third_party/opus/src/celt/ |
mfrngcod.h | 42 /*Carry bit of the high-order range symbol.*/
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
floatnum.c | 312 boolean carry; local 362 carry = 0; 363 BitVector_add(operand[1], operand[0], flt->mantissa, &carry); 368 carry = 0; 369 BitVector_add(flt->mantissa, operand[1], operand[0], &carry); 398 carry = 0; 399 BitVector_add(operand[1], operand[0], flt->mantissa, &carry); 404 carry = 0; 405 BitVector_add(flt->mantissa, operand[1], operand[0], &carry);
|
/external/chromium_org/tools/valgrind/ |
gdb_helper.py | 69 ''' Carry out all lookup requests. '''
|
/external/fdlibm/ |
s_ceil.c | 68 if(j<i1) i0+=1; /* got a carry */
|
s_floor.c | 69 if(j<i1) i0 +=1 ; /* got a carry */
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 25 # For every mnemonic, compute whether or not it can have a carry setting
|