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

1 2 3 4 5 6 7 8 910

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 119 ULLong borrow, carry, y, ys; local
121 ULong borrow, carry, y, ys; local
144 borrow = 0;
150 y = *bx - (ys & 0xffffffffUL) - borrow;
151 borrow = y >> 32 & 1UL;
159 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
160 borrow = (y & 0x10000) >> 16;
161 z = (*bx >> 16) - (zs & 0xffff) - borrow;
162 borrow = (z & 0x10000) >> 16;
167 y = *bx - (ys & 0xffff) - borrow;
    [all...]
misc.c 559 ULLong borrow, y; local
561 ULong borrow, y; local
595 borrow = 0;
598 y = (ULLong)*xa++ - *xb++ - borrow;
599 borrow = y >> 32 & 1UL;
604 y = *xa++ - borrow;
605 borrow = y >> 32 & 1UL;
611 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
612 borrow = (y & 0x10000) >> 16;
613 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dmisc.c 119 ULLong borrow, carry, y, ys; local
121 ULong borrow, carry, y, ys; local
144 borrow = 0;
151 y = *bx - (ys & 0xffffffffUL) - borrow;
152 borrow = y >> 32 & 1UL;
161 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
162 borrow = (y & 0x10000) >> 16;
163 z = (*bx >> 16) - (zs & 0xffff) - borrow;
164 borrow = (z & 0x10000) >> 16;
169 y = *bx - (ys & 0xffff) - borrow;
    [all...]
misc.c 559 ULLong borrow, y; local
561 ULong borrow, y; local
595 borrow = 0;
598 y = (ULLong)*xa++ - *xb++ - borrow;
599 borrow = y >> 32 & 1UL;
605 y = *xa++ - borrow;
606 borrow = y >> 32 & 1UL;
613 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
614 borrow = (y & 0x10000) >> 16;
615 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
    [all...]
  /external/tpm2/
MathFunctions.c 91 // 1 if (a > b) so no borrow
92 // 0 if (a = b) so no borrow and b == a
93 // -1 if (a < b) so there was a borrow
105 int borrow = 0; local
119 borrow = *a-- - *b-- + borrow;
120 *c-- = (BYTE)borrow;
121 notZero = notZero || borrow;
122 borrow >>= 8;
128 borrow = *a-- + borrow
352 int borrow = 0; local
    [all...]
  /external/libconstrainedcrypto/
p256.c 93 p256_sddigit borrow = 0; local
96 borrow += *c;
97 borrow -= *a++;
98 *c++ = (p256_digit)borrow;
99 borrow >>= P256_BITSPERDIGIT;
101 borrow += top_c;
102 borrow -= top_a;
103 top_c = (p256_digit)borrow;
104 assert((borrow >> P256_BITSPERDIGIT) == 0);
115 p256_sddigit borrow = 0 local
238 p256_sddigit borrow = 0; local
254 p256_sddigit borrow = 0; local
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_event_set.h 22 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); }
48 BorrowedHandle event_fd() const { return epoll_fd_.Borrow(); }
  /external/skia/include/core/
SkExecutor.h 29 virtual void borrow() {} function in class:SkExecutor
  /external/skia/include/gpu/vk/
GrVkTypes.h 35 VkDeviceMemory fMemory; // can be VK_NULL_HANDLE iff Tex is an RT and uses borrow semantics
37 VkDeviceSize fSize; // this can be indeterminate iff Tex uses borrow semantics
  /external/vulkan-validation-layers/libs/glm/detail/
func_integer.inl 107 uint & Borrow
112 Borrow = x >= y ? static_cast<uint32>(0) : static_cast<uint32>(1);
124 uvec2 & Borrow
128 usubBorrow(x[0], y[0], Borrow[0]),
129 usubBorrow(x[1], y[1], Borrow[1]));
137 uvec3 & Borrow
141 usubBorrow(x[0], y[0], Borrow[0]),
142 usubBorrow(x[1], y[1], Borrow[1]),
143 usubBorrow(x[2], y[2], Borrow[2]));
151 uvec4 & Borrow
    [all...]
  /external/v8/src/
bignum.cc 201 Chunk borrow = 0; local
204 DCHECK((borrow == 0) || (borrow == 1));
205 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow;
207 borrow = difference >> (kChunkSize - 1);
209 while (borrow != 0) {
210 Chunk difference = bigits_[i + offset] - borrow;
212 borrow = difference >> (kChunkSize - 1);
623 Chunk borrow = 0;
631 if (sum > chunk_c + borrow) {
    [all...]
  /external/autotest/client/tests/tracing_microbenchmark/src/
getuid_microbench.c 15 /* borrow a second */
  /external/clang/test/Index/
comment-cplus11-specific.cpp 13 namespace borrow { namespace
  /external/skia/src/core/
SkTaskGroup.cpp 38 fExecutor.borrow();
  /system/bt/stack/smp/
p_256_multprecision.cc 98 uint32_t borrow; local
101 borrow = 0;
103 temp = a[i] - borrow;
104 borrow = (temp > a[i]);
106 borrow |= (c[i] > temp);
109 return borrow;
192 uint32_t borrow; local
202 borrow = multiprecision_sub(c, a, b, keyLength);
203 if (borrow) multiprecision_add(c, c, modp, keyLength);
  /external/iproute2/examples/diffserv/
efcbq 26 "maxburst 21 borrow split 2:0 defmap 0xffff \n";
  /prebuilts/ndk/r11/sources/android/support/src/
stdlib_support.c 38 //FIXME: Although in Android long double is the same as double, can we borrow stdtod?
  /prebuilts/ndk/r13/sources/android/support/src/
stdlib_support.c 38 //FIXME: Although in Android long double is the same as double, can we borrow stdtod?
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 127 status = ReceiveData(socket_.Borrow(), &connection_info);
142 status = SendData(socket_.Borrow(), request);
146 status = ReceiveData(socket_.Borrow(), &response);
service_endpoint.cpp 233 // Borrow the local channel handle before we move it into OnNewChannel().
234 BorrowedHandle channel_handle = local_socket.Borrow();
242 status = SendData(connection_fd.Borrow(), connection_info);
444 remote_socket.Borrow(),
445 channel_data.get().second->event_set.event_fd().Borrow());
471 handle = channel_data->second.data_fd.Borrow();
480 handle = channel_data->second.event_set.event_fd().Borrow();
494 auto status = ReceiveData(channel_fd.Borrow(), &request);
592 return ReenableEpollEvent(socket_fd_.Borrow());
654 auto ref = state->PushChannelHandle(handle.Borrow());
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 1176 Long borrow, y; /* We need signed shifts here. */ local
1213 borrow = 0;
1216 y = (*xa & 0xffff) - (*xb & 0xffff) + borrow;
1217 borrow = (ULong)y >> 16;
1218 Sign_Extend(borrow, y);
1219 z = (*xa++ >> 16) - (*xb++ >> 16) + borrow;
1220 borrow = (ULong)z >> 16;
1221 Sign_Extend(borrow, z);
1226 y = (*xa & 0xffff) + borrow;
1227 borrow = (ULong)y >> 16
2193 Long borrow, y; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 1176 Long borrow, y; /* We need signed shifts here. */ local
1213 borrow = 0;
1216 y = (*xa & 0xffff) - (*xb & 0xffff) + borrow;
1217 borrow = (ULong)y >> 16;
1218 Sign_Extend(borrow, y);
1219 z = (*xa++ >> 16) - (*xb++ >> 16) + borrow;
1220 borrow = (ULong)z >> 16;
1221 Sign_Extend(borrow, z);
1226 y = (*xa & 0xffff) + borrow;
1227 borrow = (ULong)y >> 16
2193 Long borrow, y; local
    [all...]
  /external/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 80 vmovdqu 0x20($const),$T2 # borrow $T2, .Lone_msb
106 vmovups 0x10-0x80($key),$T2 # borrow $T2 for $rndkey
164 vmovdqu 0x30-0x20($Xip),$Z1 # borrow $Z1 for $Hkey^3
182 vmovdqu 0x40-0x20($Xip),$T1 # borrow $T1 for $Hkey^4
204 vmovdqu 0x60-0x20($Xip),$T2 # borrow $T2 for $Hkey^5
268 vmovups 0x80-0x80($key),$T1 # borrow $T1 for $rndkey
323 vmovdqu ($const),$Ii # borrow $Ii for .Lbswap_mask
325 vmovdqu 0x30($const),$Z1 # borrow $Z1, .Ltwo_lsb
363 vmovdqu 0x20($const),$T2 # borrow $T2, .Lone_msb
452 lea -0x80($key),$in0 # borrow $in
    [all...]
  /external/boringssl/src/crypto/bn/
rsaz_exp.c 76 *R2 = table_s; /* borrow */
234 rsaz_1024_gather5_avx2(a_inv,table_s,wvalue); /* borrow a_inv */
243 rsaz_1024_gather5_avx2(a_inv,table_s,wvalue); /* borrow a_inv */
  /frameworks/native/libs/vr/libpdx/private/pdx/
channel_handle.h 96 ChannelHandle<ChannelHandleMode::Borrowed> Borrow() const {

Completed in 1189 milliseconds

1 2 3 4 5 6 7 8 910