| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \ 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \ 224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 226 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2() 227 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2() 231 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() 232 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, 1, pg[1], bsize); in nft_pipapo_avx2_lookup_4b_2() 235 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2() [all …]
|
| H A D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument 76 (field)->lt = (x); \ 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument 81 #define NFT_PIPAPO_LT_ASSIGN(field, x) ((field)->lt = (x)) 129 unsigned long *lt; member 194 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local 201 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 203 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() 206 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 208 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() [all …]
|
| H A D | nft_set_pipapo.c | 622 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() 701 pos = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_bucket_set() 841 sizeof(*f->lt); in pipapo_lt_bits_adjust() 849 sizeof(*f->lt); in pipapo_lt_bits_adjust() 856 sizeof(*f->lt); in pipapo_lt_bits_adjust() 874 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 878 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 886 kvfree(f->lt); in pipapo_lt_bits_adjust() 1308 memcpy(dst, src, offsetof(struct nft_pipapo_field, lt)); 1311 src->bsize * sizeof(*dst->lt) + [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | dp.c | 46 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument 48 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() 56 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6); in nvkm_dp_train_sense() 61 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, <->pc2stat, 1); in nvkm_dp_train_sense() 63 lt->pc2stat = 0x00; in nvkm_dp_train_sense() 65 lt->stat, lt->pc2stat); in nvkm_dp_train_sense() 67 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat); in nvkm_dp_train_sense() 74 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive() argument 76 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive() 86 u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_drive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | marvell_nand.c | 1026 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_read_page() local 1036 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); in marvell_nfc_hw_ecc_hmg_do_read_page() 1061 lt->data_bytes + oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1062 memcpy(data_buf, nfc->dma_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1063 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1065 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page() 1084 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local 1085 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_hmg_read_page() 1108 lt->data_bytes, true, page); in marvell_nfc_hw_ecc_hmg_read_page() 1140 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_write_page() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/detail/ |
| H A D | tst.hpp | 28 : id(id_), data(0), lt(0), eq(0), gt(0) in tst_node() 40 destruct_node(p->lt, alloc); in destruct_node() 56 clone->lt = clone_node(p->lt, alloc); in clone_node() 94 p = p->lt; in find() 142 pp = &p->lt; in add() 176 remove(p->lt, first, last, alloc); in remove() 183 if (p->data == 0 && p->lt == 0 && p->eq == 0 && p->gt == 0) in remove() 196 for_each(p->lt, prefix, f); in for_each() 207 tst_node* lt; // left pointer member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/ |
| H A D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local 54 lt = &offsets.left_top; in rga_get_addr_offset() 65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset() 66 lt->u_off = in rga_get_addr_offset() 68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset() 70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset() 71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset() 75 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset() [all …]
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | lt.po | 1 # translation of lt.po to Lithuanian 13 # Gintautas Miliauskas <gintas@akl.lt>, 2006, 2007. 16 "Project-Id-Version: lt\n" 20 "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" 21 "Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n" 22 "Language: lt\n"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unifdef.c | 831 Linetype lt; in eval_unary() local 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 838 if (lt == LT_ERROR) in eval_unary() 840 if (lt != LT_IF) { in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 848 if (lt == LT_ERROR) in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 871 lt = LT_IF; in eval_unary() 874 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() [all …]
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | timingsafe_memcmp.c | 32 int lt = (p1[i] - p2[i]) >> CHAR_BIT; in timingsafe_memcmp() local 38 int cmp = lt - gt; in timingsafe_memcmp() 44 done |= lt | gt; in timingsafe_memcmp()
|
| /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/bits/ |
| H A D | char_traits.h | 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function 158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 336 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 354 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 356 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 471 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 592 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 732 lt(const char_type& __c1, const char_type& __c2) noexcept 739 if (lt(__s1[__i], __s2[__i])) [all …]
|
| /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/bits/ |
| H A D | char_traits.h | 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function 158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 336 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 354 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 356 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 471 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 592 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 732 lt(const char_type& __c1, const char_type& __c2) noexcept 739 if (lt(__s1[__i], __s2[__i])) [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | bq25890_charger.c | 89 struct bq25890_lookup lt; member 103 [TBL_TREG] = { .lt = {bq25890_treg_tbl, BQ25890_TREG_TBL_SIZE} }, 104 [TBL_BOOSTI] = { .lt = {bq25890_boosti_tbl, BQ25890_BOOSTI_TBL_SIZE} } 139 const u32 *tbl = bq25890_tables[id].lt.tbl; in bq25890_find_idx() 140 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/fonts/ |
| H A D | qt_zh_CN.ts | 8 …<source><html>The audio playback device <b>%1</b> does not work.<br/>Falli… 9 …<translation><html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。&l… 13 …ource><html>Switching to the audio playback device <b>%1</b><br/>which jus… 14 …<translation><html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html>… 446 <source><qt>Are you sure you wish to delete %1 "%2"?</qt></source> 447 <translation><qt>你确认你想删除%1,“%2”?</qt></translation> 807 <source>< &Back</source> 808 <translation>< 上一步(&B)</translation> 1702 …<source><b>The name "%1" can not be used.</b><p>Try using another name… 1703 … <translation><b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。</translation> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | qt_zh_CN.ts | 8 …<source><html>The audio playback device <b>%1</b> does not work.<br/>Falli… 9 …<translation><html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。&l… 13 …ource><html>Switching to the audio playback device <b>%1</b><br/>which jus… 14 …<translation><html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html>… 446 <source><qt>Are you sure you wish to delete %1 "%2"?</qt></source> 447 <translation><qt>你确认你想删除%1,“%2”?</qt></translation> 807 <source>< &Back</source> 808 <translation>< 上一步(&B)</translation> 1702 …<source><b>The name "%1" can not be used.</b><p>Try using another name… 1703 … <translation><b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。</translation> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/fonts/ |
| H A D | qt_zh_CN.ts | 8 …<source><html>The audio playback device <b>%1</b> does not work.<br/>Falli… 9 …<translation><html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。&l… 13 …ource><html>Switching to the audio playback device <b>%1</b><br/>which jus… 14 …<translation><html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html>… 446 <source><qt>Are you sure you wish to delete %1 "%2"?</qt></source> 447 <translation><qt>你确认你想删除%1,“%2”?</qt></translation> 807 <source>< &Back</source> 808 <translation>< 上一步(&B)</translation> 1702 …<source><b>The name "%1" can not be used.</b><p>Try using another name… 1703 … <translation><b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。</translation> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/fonts/ |
| H A D | qt_zh_CN.ts | 8 …<source><html>The audio playback device <b>%1</b> does not work.<br/>Falli… 9 …<translation><html>音频回放设备 <b>%1</b> 没有工作。<br/>回滚到 <b>%2</b>。&l… 13 …ource><html>Switching to the audio playback device <b>%1</b><br/>which jus… 14 …<translation><html>切换到音频回放设备 <b>%1</b>,<br/>它刚刚变为可用并且具有更高的优先级。</html>… 446 <source><qt>Are you sure you wish to delete %1 "%2"?</qt></source> 447 <translation><qt>你确认你想删除%1,“%2”?</qt></translation> 807 <source>< &Back</source> 808 <translation>< 上一步(&B)</translation> 1702 …<source><b>The name "%1" can not be used.</b><p>Try using another name… 1703 … <translation><b>名称“%1“不能被使用。</b><p>请使用另外一个包含更少字符或者不含有标点符号的名称。</translation> [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-cobalt.c | 56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 67 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 68 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cpu-features.h | 63 #define __isa_range(ge, lt) \ argument 64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt))) 65 #define __isa_range_or_flag(ge, lt, flag) \ argument 66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag))) 67 #define __isa_range_and_ase(ge, lt, ase) \ argument 68 (__isa_range(ge, lt) && __ase(ase))
|
| /OK3568_Linux_fs/kernel/arch/arm64/lib/ |
| H A D | memset.S | 96 b.lt 2f 147 b.lt .Lnot_short /*count is at least 128 bytes*/ 167 b.lt .Lnot_short /* Not enough to reach alignment. */ 179 b.lt .Lnot_short
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep_proc.c | 447 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument 449 seq_printf(m, "%14lu", lt->nr); in seq_lock_time() 450 seq_time(m, lt->min); in seq_lock_time() 451 seq_time(m, lt->max); in seq_lock_time() 452 seq_time(m, lt->total); in seq_lock_time() 453 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch | 69 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 100 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 126 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 160 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 178 - msg = msg.replace(new RegExp('<', 'g'), '<'); 189 - msg = msg.replace(new RegExp('<', 'g'), '<'); 230 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 273 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 311 + var escapedValue = value.replace(new RegExp('<', 'g'), '<'); 349 + var escapedValue = value.replace(new RegExp('<', 'g'), '<');
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __string | 31 static constexpr bool lt(char_type c1, char_type c2) noexcept; 88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 121 if (lt(*__s1, *__s2)) 123 if (lt(*__s2, *__s1)) 212 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 256 if (lt(*__s1, *__s2)) 258 if (lt(*__s2, *__s1)) 302 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 346 if (lt(*__s1, *__s2)) 348 if (lt(*__s2, *__s1)) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __string | 31 static constexpr bool lt(char_type c1, char_type c2) noexcept; 88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 121 if (lt(*__s1, *__s2)) 123 if (lt(*__s2, *__s1)) 212 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 256 if (lt(*__s1, *__s2)) 258 if (lt(*__s2, *__s1)) 302 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 346 if (lt(*__s1, *__s2)) 348 if (lt(*__s2, *__s1)) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/ |
| H A D | lazy.hpp | 242 lazy_terminal<Terminal, Actor, Arity> const& lt in operator ()() 245 return result_type(lt.actor, modifiers); in operator ()() 254 lazy_terminal<Terminal, Actor, Arity> const& lt in operator ()() 257 return result_type(lt.actor, subject, modifiers); in operator ()()
|