HomeSort by relevance Sort by last modified time
    Searched full:borrow (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/iproute2/examples/diffserv/
efcbq 26 "maxburst 21 borrow split 2:0 defmap 0xffff \n";
  /bionic/libc/stdlib/
strtod.c 928 Long borrow, y; /* We need signed shifts here. */ local
965 borrow = 0;
968 y = (*xa & 0xffff) - (*xb & 0xffff) + borrow;
969 borrow = (ULong)y >> 16;
970 Sign_Extend(borrow, y);
971 z = (*xa++ >> 16) - (*xb++ >> 16) + borrow;
972 borrow = (ULong)z >> 16;
973 Sign_Extend(borrow, z);
978 y = (*xa & 0xffff) + borrow;
979 borrow = (ULong)y >> 16
1913 Long borrow, y; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1022 ULLong borrow, y; local
1024 ULong borrow, y; local
1054 borrow = 0;
1057 y = (ULLong)*xa++ - *xb++ - borrow;
1058 borrow = y >> 32 & (ULong)1;
1063 y = *xa++ - borrow;
1064 borrow = y >> 32 & (ULong)1;
1070 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
1071 borrow = (y & 0x10000) >> 16;
1072 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
2428 ULLong borrow, carry, y, ys; local
2430 ULong borrow, carry, y, ys; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 746 unsigned long long borrow = 0; local
748 unsigned long long y = (unsigned long long)*xa++ - *xb++ - borrow;
749 borrow = y >> 32 & (uint32_t)1;
753 unsigned long long y = *xa++ - borrow;
754 borrow = y >> 32 & (uint32_t)1;
758 uint32_t borrow = 0; local
761 uint32_t y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
762 borrow = (y & 0x10000) >> 16;
763 uint32_t z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
764 borrow = (z & 0x10000) >> 16
1739 unsigned long long borrow, carry, y, ys; local
1741 uint32_t borrow, carry, y, ys; local
    [all...]
  /external/openssl/crypto/bn/asm/
alpha-mont.pl 224 cmplt $j,$num,$tj #U0 # borrow $tj
257 cmplt $i,$num,$tj # borrow $tj
266 mov 0,$hi0 # clear borrow bit
289 bis $bp,$ap,$ap # ap=borrow?tp:rp
armv4-mont.s 114 mov r1,r4 @ "borrow" r1
130 orr r1,r1,r3 @ ap=borrow?tp:rp
armv4-mont.pl 165 mov $ap,$tp @ "borrow" $ap
181 orr $ap,$ap,$np @ ap=borrow?tp:rp
mips3-mont.pl 274 li $hi0,0 # clear borrow bit
298 or $ap,$ap,$bp # ap=borrow?tp:rp
s390x-mont.pl 190 ahi $num,1 # restore $num, incidentally clears "borrow"
206 ogr $ap,$np # ap=borrow?tp:rp
x86_64-mont.pl 176 lea (%rsp),$ap # borrow ap for tp
196 or $np,$ap # ap=borrow?tp:rp
s390x.S 289 jnz .Loop4_sub // borrow is incidentally cleared if branch taken
290 slgr %r2,%r2 // clear borrow
  /external/v8/test/es5conform/
harness-adapt.js 49 // Borrow sth's registerTest method.
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1070 ULLong borrow, y; variable
1072 ULong borrow, y; variable
1102 borrow = 0;
1105 y = (ULLong)*xa++ - *xb++ - borrow;
1106 borrow = y >> 32 & (ULong)1;
1111 y = *xa++ - borrow;
1112 borrow = y >> 32 & (ULong)1;
1118 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
1119 borrow = (y & 0x10000) >> 16;
1120 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
2116 ULLong borrow, carry, y, ys; variable
2118 ULong borrow, carry, y, ys; variable
    [all...]
  /external/iproute2/man/man8/
tc-cbq-details.8 235 it will try to borrow avgidle from siblings that are not
238 to borrow enough avgidle to send a packet, it is throttled and not asked
356 Signifies that this class will not borrow bandwidth from its siblings.
359 Means that this class will not borrow bandwidth to its siblings
tc-cbq.8 145 Classes by default borrow bandwidth from their siblings. A class can be
273 Signifies that this class will not borrow bandwidth from its siblings.
276 Means that this class will not borrow bandwidth to its siblings
  /external/libvpx/examples/includes/geshi/geshi/
lolcode.php 63 'HOW DOES I', 'IF U SAY SO', 'FOUND YR', 'BORROW', 'OWN', 'ALONG',
  /external/tcpdump/
print-ntp.c 260 if (ouf > uf) /* must borrow from high-order bits */
  /system/core/libnetutils/
packet.c 217 * Since we don't need the IP header anymore, we "borrow" it
  /external/iproute2/examples/
cbq.init-v0.7.3 116 # to borrow bandwidth from their parents.
260 # to "no". To allow the class to borrow bandwith (provided it is not
269 # If set to "yes", the class is not allowed to borrow bandwidth from
271 # will be allowed to borrow bandwidth from its parent.
274 # have TBF attached to itself and will not be able to borrow unused
    [all...]
  /external/iproute2/tc/
q_htb.c 40 " rate rate allocated to this class (class can still borrow)\n"
  /external/libffi/
configure.ac 15 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
  /external/openssl/crypto/
sparccpuid.S 46 ! "negative" and "borrow" bits set in both %icc and %xcc.
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 166 // Borrow the mBody to hold the URL of the message.
  /external/iproute2/doc/actions/
actions-general 155 # next attempt to borrow b/width from a meter
161 # and then attempt to borrow from a meter used by all devices in the
  /libcore/luni/src/main/java/java/math/
Logical.java 70 // Here a borrow -1 was generated
72 // Now, the carry/borrow can be absorbed

Completed in 606 milliseconds

1 2 3 4