| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | add.hpp | 144 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 D | sch_cbq.c | 98 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 D | ecc.c | 299 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 D | devtree.c | 159 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 D | biginteger.h | 194 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 D | diagnostic-path.h | 114 return label_text::borrow (m_desc); in get_desc()
|
| H A D | gcc-rich-location.h | 116 return label_text::borrow (m_text); in get_text()
|
| H A D | line-map.h | 1778 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 D | diagnostic-path.h | 114 return label_text::borrow (m_desc); in get_desc()
|
| H A D | gcc-rich-location.h | 116 return label_text::borrow (m_text); in get_text()
|
| H A D | line-map.h | 1778 static label_text borrow (const char *buffer) in borrow() function
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | ec.c | 204 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 D | 104-quad-8.c | 108 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 D | nbd.rst | 13 to borrow disk space from another computer.
|
| /OK3568_Linux_fs/buildroot/package/zip/ |
| H A D | 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch | 4 Subject: [PATCH 6/6] unix/configure: borrow the LFS test from autotools.
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 236 |..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 D | registers.rst | 78 C/B (carry/borrow bits) used by C code
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-CVE-2021-42574.patch | 380 + 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 D | softfloat-macros | 399 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 D | Update-x86emu-from-X.org.patch | 15217 - /* 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 D | parport-lowlevel.rst | 641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-core.S_shipped | 358 tst r0,#4 @ did it carry/borrow?
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 9559 #..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 D | bfd.info | 4028 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 D | bfd.info | 4028 compensate for the borrow when the low bits are added. 4047 to compensate for the borrow when the low bits are added.
|