Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dadd.hpp144 double_limb_type borrow = 0; in subtract_unsigned() local
189 borrow = static_cast<double_limb_type>(pa[i]) - static_cast<double_limb_type>(pb[i]) - borrow; in subtract_unsigned()
190 pr[i] = static_cast<limb_type>(borrow); in subtract_unsigned()
191 borrow = (borrow >> CppInt1::limb_bits) & 1u; in subtract_unsigned()
195 while(borrow && (i < x)) in subtract_unsigned()
197 borrow = static_cast<double_limb_type>(pa[i]) - borrow; in subtract_unsigned()
198 pr[i] = static_cast<limb_type>(borrow); in subtract_unsigned()
199 borrow = (borrow >> CppInt1::limb_bits) & 1u; in subtract_unsigned()
209 BOOST_ASSERT(0 == borrow); in subtract_unsigned()
227 …BOOST_STATIC_CONSTANT(double_limb_type, borrow = static_cast<double_limb_type>(CppInt1::max_limb_v… in subtract_unsigned()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cbq.c98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
354 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()
431 for (b = cl->borrow; b; b = b->borrow) { in cbq_overlimit()
539 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
664 cl = cl->borrow; in cbq_under_limit()
694 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local
697 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()
720 q->tx_borrowed = borrow; in cbq_dequeue_prio()
721 if (borrow != cl) { in cbq_dequeue_prio()
723 borrow->xstats.borrows++; in cbq_dequeue_prio()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Decc.c299 u64 borrow = 0; in vli_sub() local
305 diff = left[i] - right[i] - borrow; in vli_sub()
307 borrow = (diff > left[i]); in vli_sub()
312 return borrow; in vli_sub()
320 u64 borrow = right; in vli_usub() local
326 diff = left[i] - borrow; in vli_usub()
328 borrow = (diff > left[i]); in vli_usub()
333 return borrow; in vli_usub()
497 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
503 if (borrow) in vli_mod_sub()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Ddevtree.c159 int i, borrow = 0; in sub_reg() local
162 int prev_borrow = borrow; in sub_reg()
163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
167 return !borrow; in sub_reg()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dbiginteger.h194 Type borrow = 0; in Difference() local
196 Type d = a->digits_[i] - borrow; in Difference()
199 borrow = (d > a->digits_[i]) ? 1 : 0; in Difference()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddiagnostic-path.h114 return label_text::borrow (m_desc); in get_desc()
H A Dgcc-rich-location.h116 return label_text::borrow (m_text); in get_text()
H A Dline-map.h1778 static label_text borrow (const char *buffer) in borrow() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddiagnostic-path.h114 return label_text::borrow (m_desc); in get_desc()
H A Dgcc-rich-location.h116 return label_text::borrow (m_text); in get_text()
H A Dline-map.h1778 static label_text borrow (const char *buffer) in borrow() function
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
215 borrow = mpihelp_sub_n(wp, wp, ctx->p->d, wsize); in ec_addm_25519()
216 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_addm_25519()
226 mpi_limb_t borrow; in ec_subm_25519() local
236 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_25519()
237 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_25519()
331 mpi_limb_t borrow; in ec_subm_448() local
341 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_448()
342 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_448()
/OK3568_Linux_fs/kernel/drivers/counter/
H A D104-quad-8.c108 unsigned int borrow; in quad8_read_raw() local
121 borrow = flags & QUAD8_FLAG_BT; in quad8_read_raw()
125 *val = (borrow ^ carry) << 24; in quad8_read_raw()
647 unsigned int borrow; in quad8_count_read() local
652 borrow = flags & QUAD8_FLAG_BT; in quad8_count_read()
656 *val = (unsigned long)(borrow ^ carry) << 24; in quad8_count_read()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dnbd.rst13 to borrow disk space from another computer.
/OK3568_Linux_fs/buildroot/package/zip/
H A D0006-unix-configure-borrow-the-LFS-test-from-autotools.patch4 Subject: [PATCH 6/6] unix/configure: borrow the LFS test from autotools.
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Dregisters.rst78 C/B (carry/borrow bits) used by C code
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0004-CVE-2021-42574.patch380 + return label_text::borrow (bidi::to_str (ctxt.m_kind));
383 + return label_text::borrow (_("end of bidirectional context"));
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dsoftfloat-macros399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch15217 - /* calculate the borrow chain. See note at top */
15223 + /* calculate the borrow chain. See note at top */
15253 - /* calculate the borrow chain. See note at top */
15254 + /* calculate the borrow chain. See note at top */
15288 - /* calculate the borrow chain. See note at top */
15294 + /* calculate the borrow chain. See note at top */
15393 - /* calculate the borrow chain. See note at top */
15400 + /* calculate the borrow chain. See note at top */
15429 /* calculate the borrow chain. See note at top */
15462 /* calculate the borrow chain. See note at top */
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dparport-lowlevel.rst641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dpoly1305-core.S_shipped358 tst r0,#4 @ did it carry/borrow?
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info4028 compensate for the borrow when the low bits are added.
4047 to compensate for the borrow when the low bits are added.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info4028 compensate for the borrow when the low bits are added.
4047 to compensate for the borrow when the low bits are added.

12