| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 298 list_add(&new_ps->head, &pde->sequences); in pseq_handler_create_sequences() 309 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs() 341 if (list_empty(&pde->sequences)) in pseq_handler_check_detection() 344 list_for_each_entry(ps, &pde->sequences, head) { in pseq_handler_check_detection() 363 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset() 429 INIT_LIST_HEAD(&de->sequences); in pri_detector_init()
|
| H A D | dfs_pri_detector.h | 69 struct list_head sequences; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-chromeos-driver-cros-ec-lightbar | 32 sequences, you probably won’t see anything change because 49 This allows you to upload and run custom lightbar sequences. 55 The Pixel lightbar has a number of built-in sequences 68 sequences.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/ |
| H A D | zip_view.hpp | 122 typedef typename fusion::result_of::as_vector<Sequences>::type sequences; typedef 131 sequences sequences_;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_dfs.c | 220 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x02_dfs_detector_reset() 506 list_add(&seq_p->head, &dfs_pd->sequences); in mt76x02_dfs_create_sequence() 523 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x02_dfs_add_event_to_sequence() 550 if (list_empty(&dfs_pd->sequences)) in mt76x02_dfs_check_detection() 553 list_for_each_entry(seq, &dfs_pd->sequences, head) { in mt76x02_dfs_check_detection() 859 INIT_LIST_HEAD(&dfs_pd->sequences); in mt76x02_dfs_init_detector()
|
| H A D | mt76x02_dfs.h | 116 struct list_head sequences; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dram/ |
| H A D | rk3399_dram_timing.txt | 18 This parameter defines the number of long count sequences that can elapse 24 This parameter defines the number of long count sequences that can elapse before 30 This parameter defines the number of long count sequences that can elapse
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/ |
| H A D | CVE-2021-45444_3.patch | 39 +CVE-2021-45444: Some prompt expansion sequences, such as %F, support 71 +expansion sequences such as %F.
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | compress.c | 46 ssPtr->sequences = ssPtr->sequencesStart; in ZSTD_resetSeqStore() 567 const seqDef *const sequences = seqStorePtr->sequencesStart; in ZSTD_seqToCodes() local 571 U32 const nbSeq = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_seqToCodes() 574 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() 575 U32 const mlv = sequences[u].matchLength; in ZSTD_seqToCodes() 577 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 594 const seqDef *const sequences = seqStorePtr->sequencesStart; in ZSTD_compressSequences_internal() local 601 size_t const nbSeq = seqStorePtr->sequences - seqStorePtr->sequencesStart; in ZSTD_compressSequences_internal() 762 BIT_addBits(&blockStream, sequences[nbSeq - 1].litLength, LL_bits[llCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal() 765 BIT_addBits(&blockStream, sequences[nbSeq - 1].matchLength, ML_bits[mlCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/ |
| H A D | value_at_impl.hpp | 63 typename Sequence::sequences,
|
| H A D | begin_impl.hpp | 79 … typename result_of::transform<typename Sequence::sequences, detail::poly_begin>::type,
|
| H A D | at_impl.hpp | 83 typename Seq::sequences, detail::poly_at<N> >::type>::type type;
|
| H A D | end_impl.hpp | 93 …typename result_of::transform<typename Sequence::sequences, detail::endpoints<typename Sequence::s…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | streambuf | 65 * pair of character sequences: one for input, and one for output. 71 * -# Stream buffers can impose various constraints on the sequences 75 * - The controlled sequences can be associated with the contents of 76 * other representations for character sequences, such as external 78 * - The controlled sequences can support operations @e directly to or 79 * from associated sequences. 80 * - The controlled sequences can impose limitations on how the 90 * from associated sequences, and alter <em>the stream position</em> and 626 * @brief Synchronizes the buffer arrays with the controlled sequences.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | streambuf | 65 * pair of character sequences: one for input, and one for output. 71 * -# Stream buffers can impose various constraints on the sequences 75 * - The controlled sequences can be associated with the contents of 76 * other representations for character sequences, such as external 78 * - The controlled sequences can support operations @e directly to or 79 * from associated sequences. 80 * - The controlled sequences can impose limitations on how the 90 * from associated sequences, and alter <em>the stream position</em> and 626 * @brief Synchronizes the buffer arrays with the controlled sequences.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/vte9/vte9/ |
| H A D | cve-2012-2738.patch | 10 To guard against malicious sequences containing excessively big numbers, 56 Don't allow malicious sequences to cause excessive repetitions.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | remote-controller.rst | 14 pulse/space sequences and then to scan codes, returning such codes to 16 sequences ("raw mode").
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-event_print.txt | 102 Header file to include in order to have access to trace sequences related APIs. 103 Trace sequences are used to allow a function to call several other functions
|
| H A D | libtraceevent-field_print.txt | 98 Header file to include in order to have access to trace sequences related APIs. 99 Trace sequences are used to allow a function to call several other functions
|
| H A D | libtraceevent-field_get_val.txt | 94 Header file to include in order to have access to trace sequences 95 related APIs. Trace sequences are used to allow a function to call
|
| H A D | libtraceevent-tseq.txt | 32 Trace sequences are used to allow a function to call several other functions 132 Header file to include in order to have access to trace sequences related APIs.
|
| H A D | libtraceevent-reg_print_func.txt | 127 Header file to include in order to have access to trace sequences 128 related APIs. Trace sequences are used to allow a function to call
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | fix_for_mips_with_gcc-4.5.0.patch | 1 …was necessary to remove this constraint in order to avoid generating unpredictable code sequences.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 37 indent-sequences: true
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | input-reset.txt | 8 Key sequences are global to the system but all the keys in a set must be coming
|