Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp26 #define BOOST_CRC_PARM_TYPE typename ::boost::uint_t<Bits>::fast
79 typename uint_t<Bits>::fast crc( void const *buffer,
84 typename uint_t<Bits>::fast augmented_crc( void const *buffer,
85 std::size_t byte_count, typename uint_t<Bits>::fast initial_remainder
89 typename uint_t<Bits>::fast augmented_crc( void const *buffer,
202 typedef typename masking_type::fast value_type;
280 typedef typename base_type::fast fast; typedef
284 static const fast high_bit_fast = 1ul << ( Bits - 1u );
288 BOOST_STATIC_CONSTANT( fast, high_bit_fast = (fast( 1u ) << ( Bits
300 typedef typename boost::uint_t<Bits>::fast value_type;
[all …]
H A Dinteger.hpp47 typedef LeastInt fast; typedef
48 typedef fast type;
131 typedef typename int_fast_t<least>::type fast; typedef
163 typedef typename int_fast_t<least>::type fast; typedef
189 typedef typename int_fast_t<least>::type fast; typedef
211 typedef typename int_fast_t<least>::type fast; typedef
256 typedef typename int_fast_t<least>::type fast; typedef
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dqcom_smbb.txt22 - charge fast mode
35 "chg-fast",
43 - qcom,fast-charge-current-limit:
48 - qcom,fast-charge-low-threshold-voltage:
51 Description: Battery voltage limit above which fast charging may operate;
55 - qcom,fast-charge-high-threshold-voltage:
58 Description: Battery voltage limit below which fast charging may operate;
59 The fast charger will attempt to charge the battery to this
62 - qcom,fast-charge-safe-voltage:
67 'fast-charge-high-watermark' will be clamped by this value.
[all …]
H A Dmax8925_battery.txt7 - fast-charge: set charging current in fast mode
15 fast-charge = <7>;
/OK3568_Linux_fs/external/xserver/m4/
H A Dltoptions.m483 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
270 # implement the --enable-fast-install flag, and support the 'fast-install'
271 # and 'disable-fast-install' LT_INIT options.
275 AC_ARG_ENABLE([fast-install],
276 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
277 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
298 [Whether or not to optimize for fast installation])dnl
301 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
302 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
306 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Dfs_probe.c22 struct afs_server *server, bool fast) in afs_schedule_fs_probe() argument
30 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe()
359 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local
376 fast = slow = server = NULL; in afs_fs_probe_dispatcher()
381 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher()
382 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher()
386 fast = NULL; in afs_fs_probe_dispatcher()
401 server = fast ?: slow; in afs_fs_probe_dispatcher()
406 afs_dispatch_fs_probe(net, server, server == fast); in afs_fs_probe_dispatcher()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nios2/
H A Dnios2.txt30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address
35 - altr,implementation: Nios II core implementation, this should be "fast";
50 altr,implementation = "fast";
58 altr,fast-tlb-miss-addr = <0xc7fff400>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dspear_smi.txt12 - st,smi-fast-mode : Flash supports read in fast mode
26 st,smi-fast-mode;
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst139 fast commits. In order to use fast commits, you will need to set following
143 fast commit.
145 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit
148 File system is free to perform fast commits as and when it wants as long as it
150 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
153 commit immediately after stopping the fast commit it can do so by calling
154 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
158 JBD2 helper functions to manage fast commit buffers. File system can use
160 and wait on IO completion of fast commit buffers.
162 Currently, only Ext4 implements fast commits. For details of its implementation
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dlocking.rst29 Fast page fault is the fast path which fixes the guest page fault out of
30 the mmu-lock on x86. Currently, the page fault can be fast in one of the
49 On fast page fault path, we will use cmpxchg to atomically set the spte W
70 | On fast page fault path: |
99 to gfn. For indirect sp, we disabled fast page fault for simplicity.
113 In the origin code, the spte can be fast updated (non-atomically) if the
117 But it is not true after fast page fault since the spte can be marked
138 | | on fast page fault path:: |
170 fast page fault path, in order to easily audit the path, we see if TLBs need
175 atomically update the spte, the race caused by fast page fault can be avoided,
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Dimg,pistachio-gptimer.txt11 "fast", fast counter clock
26 clock-names = "fast", "slow", "sys";
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dtraps.c85 int fast; member
427 int fast = dispatch_init_table[i].fast; in trap_init() local
431 if (fast == 0) in trap_init()
433 if ((fast & USER) != 0) in trap_init()
435 if ((fast & KRNL) != 0) in trap_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/
H A Dcore-image-ptest-fast.bb7 # Include only fast (< 30 sec) ptests
10 DESCRIPTION += "Also includes ptest packages with fast execution times to allow for more automated …
23 # Sadly at the moment the fast set of ptests is not robust enough and sporadically fails in a coupl…
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt37x.c414 u8 fast; in hpt370_set_mode() local
420 pci_read_config_byte(pdev, addr2, &fast); in hpt370_set_mode()
421 fast &= ~0x02; in hpt370_set_mode()
422 fast |= 0x01; in hpt370_set_mode()
423 pci_write_config_byte(pdev, addr2, fast); in hpt370_set_mode()
508 u8 fast; in hpt372_set_mode() local
514 pci_read_config_byte(pdev, addr2, &fast); in hpt372_set_mode()
515 fast &= ~0x07; in hpt372_set_mode()
516 pci_write_config_byte(pdev, addr2, fast); in hpt372_set_mode()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/cpu/
H A Dnios2.txt27 - altr,implementation: Nios II core implementation, this should be "fast";
42 altr,implementation = "fast";
50 altr,fast-tlb-miss-addr = <0xc7fff400>;
/OK3568_Linux_fs/rkbin/doc/release/
H A DRV1106_CN.md212 1. fast ae最大默认支持20帧收敛。
216 5. 支持配置fast ae收敛帧数。
280 2. fast ae最大默认支持20帧收敛。
284 6. 支持配置fast ae收敛帧数。
432 4. fast ae 效果优化,曝光分解与AIQ完全一致,支持db 增益synsensor,支持check 曝光寄存器。
/OK3568_Linux_fs/buildroot/package/lz4/
H A DConfig.in4 LZ4 is a very fast lossless compression algorithm, providing
6 multi-cores CPU. It also features an extremely fast decoder,
/OK3568_Linux_fs/buildroot/package/libfastjson/
H A DConfig.in6 Libfastjson - A fast json library for C
15 - be very fast in processing
/OK3568_Linux_fs/buildroot/package/flite/
H A DConfig.in5 Flite: a small, fast run time synthesis engine.
7 Flite (festival-lite) is a small, fast run-time synthesis
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/xxhash/
H A Dxxhash_0.8.1.bb1 SUMMARY = "Extremely fast non-cryptographic hash algorithm"
2 DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsbutils.c376 bool fast = FALSE; in sb_corereg() local
389 fast = TRUE; in sb_corereg()
403 fast = TRUE; in sb_corereg()
410 fast = TRUE; in sb_corereg()
422 if (!fast) { in sb_corereg()
452 if (!fast) { in sb_corereg()
476 bool fast = FALSE; in sb_corereg_addr() local
488 fast = TRUE; in sb_corereg_addr()
502 fast = TRUE; in sb_corereg_addr()
509 fast = TRUE; in sb_corereg_addr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsbutils.c376 bool fast = FALSE; in sb_corereg() local
389 fast = TRUE; in sb_corereg()
403 fast = TRUE; in sb_corereg()
410 fast = TRUE; in sb_corereg()
422 if (!fast) { in sb_corereg()
452 if (!fast) { in sb_corereg()
476 bool fast = FALSE; in sb_corereg_addr() local
488 fast = TRUE; in sb_corereg_addr()
502 fast = TRUE; in sb_corereg_addr()
509 fast = TRUE; in sb_corereg_addr()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsbutils.c376 bool fast = FALSE; in sb_corereg() local
389 fast = TRUE; in sb_corereg()
403 fast = TRUE; in sb_corereg()
410 fast = TRUE; in sb_corereg()
422 if (!fast) { in sb_corereg()
452 if (!fast) { in sb_corereg()
476 bool fast = FALSE; in sb_corereg_addr() local
488 fast = TRUE; in sb_corereg_addr()
502 fast = TRUE; in sb_corereg_addr()
509 fast = TRUE; in sb_corereg_addr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsbutils.c380 bool fast = FALSE; in sb_corereg() local
393 fast = TRUE; in sb_corereg()
407 fast = TRUE; in sb_corereg()
414 fast = TRUE; in sb_corereg()
426 if (!fast) { in sb_corereg()
456 if (!fast) { in sb_corereg()
480 bool fast = FALSE; in sb_corereg_addr() local
492 fast = TRUE; in sb_corereg_addr()
506 fast = TRUE; in sb_corereg_addr()
513 fast = TRUE; in sb_corereg_addr()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c120 const char fast[] = "FAST!!!"; in sk_fds_connect() local
130 sk_fds->active_fd = fastopen_connect(sk_fds->srv_fd, fast, in sk_fds_connect()
131 sizeof(fast), 0); in sk_fds_connect()
160 char bytes_in[sizeof(fast)]; in sk_fds_connect()
164 if (CHECK(ret != sizeof(fast), "read fastopen syn data", in sk_fds_connect()
165 "expected=%lu actual=%d\n", sizeof(fast), ret)) { in sk_fds_connect()

12345678910>>...33