Home
last modified time | relevance | path

Searched +full:0 +full:- +full:5 (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c4 * SPDX-License-Identifier: GPL-2.0
17 0, /*DDR_FREQ_LOW_FREQ */
42 /* DDR3-800D */
43 { {6, 5, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 5, 0, 5, 0} },
44 /* DDR3-800E */
45 { {6, 6, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 6, 0, 6, 0} },
46 /* DDR3-1066E */
47 { {6, 5, 6, 0, 0, 0, 0, 5, 5, 6, 0, 0, 5, 0, 5, 0} },
48 /* DDR3-1066F */
49 { {6, 6, 7, 0, 0, 0, 0, 6, 6, 7, 0, 0, 6, 0, 6, 0} },
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7 <font-face units-per-em="1200" ascent="960" descent="-240" />
8 <missing-glyph horiz-adv-x="500" />
9 <glyph horiz-adv-x="0" />
10 <glyph horiz-adv-x="400" />
120 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19…
130 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-35…
150 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-1…
16 <glyph unicode="&#x2000;" horiz-adv-x="650" />
[all …]
H A Dfontawesome-webfont.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="fontawesomeregular" horiz-adv-x="1536" >
7 <font-face units-per-em="1792" ascent="1536" descent="-256" />
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
[all …]
/OK3568_Linux_fs/buildroot/dl/perl/
HDperl-cross-1.3.5.tar.gz ... -1.3.5/cnf/diffs/cperl-5.26.0/ perl-cross-1.3. ...
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c_bus.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13 inkscape:version="0.92.3 (2405546, 2018-03-11)"
16 viewBox="0 0 813.34215 261.01596"
24 refY="0"
25 refX="0"
30 inkscape:connector-curvature="0"
32 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/rtl8188f/
H A Dhalhwimg8188f_rf.c1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2017 Realtek Corporation.
31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/rtl8188f/
H A Dhalhwimg8188f_rf.c1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2017 Realtek Corporation.
31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/rtl8188e/
H A Dhalhwimg8188e_rf.c1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2017 Realtek Corporation.
31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dhalhwimg8188e_rf.c3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
35 u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ in CheckPositive()
36 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ in CheckPositive()
37 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ in CheckPositive()
38 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive()
39 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ in CheckPositive()
42 u4Byte driver1 = pDM_Odm->CutVersion << 24 | in CheckPositive()
43 (pDM_Odm->SupportInterface & 0xF0) << 16 | in CheckPositive()
44 pDM_Odm->SupportPlatform << 16 | in CheckPositive()
45 pDM_Odm->PackageType << 12 | in CheckPositive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/
H A Dhalhwimg8723d_rf.c1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright(c) 2007 - 2017 Realtek Corporation.
31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c9 * http://www.apache.org/licenses/LICENSE-2.0
57 // 0 1 2 3 4 5
59 // Mode 0
60 0, 0, 0, 4, 4, 4, 5, 5,
61 0, 0, 3, 3, 3, 3, 5, 5,
62 0, 3, 2, 2, 1, 1, 5, 5,
63 4, 3, 2, 2, 1, 5, 5, 5,
64 4, 3, 1, 1, 5, 5, 5, 5,
65 4, 3, 1, 5, 5, 5, 5, 5,
66 5, 5, 5, 5, 5, 5, 5, 5,
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/
H A Dhalhwimg8723d_rf.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dbiginteger.h37 digits_[0] = u; in BigInteger()
41 RAPIDJSON_ASSERT(length > 0); in BigInteger()
42 digits_[0] = 0; in BigInteger()
43 size_t i = 0; in BigInteger()
47 length -= kMaxDigitPerIteration; in BigInteger()
51 if (length > 0) in BigInteger()
65 digits_[0] = u;
71 Type backup = digits_[0];
72 digits_[0] += u;
73 for (size_t i = 0; i < count_ - 1; i++) {
[all …]
/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/uclibc/
HDlibaec_bf_process_wakeup_mode2_nn.so ... (): %d), %s arc->next_state >= 0 arc->next_state < ...
HDlibaec_bf_process_wakeup_mode1_nn.so ... (): %d), %s arc->next_state >= 0 arc->next_state < ...
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dballoc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd.
14 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/
15 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/
16 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/
17 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/
18 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/
19 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/
20 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/
21 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt1 execve("/usr/bin/gimp", ["gimp"], [/* 99 vars */]) = 0
2 brk(0) = 0x8360000
3 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7efc000
4 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
5 open("/user/folk/clint/lib/tls/i686/sse2/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such f…
6 stat64("/user/folk/clint/lib/tls/i686/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
7 open("/user/folk/clint/lib/tls/i686/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file o…
8 stat64("/user/folk/clint/lib/tls/i686", 0xbfcdba08) = -1 ENOENT (No such file or directory)
9 open("/user/folk/clint/lib/tls/sse2/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file o…
10 stat64("/user/folk/clint/lib/tls/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/rtl8703b/
H A Dhalhwimg8703b_rf.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()
31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()
32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()
33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()
34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()
35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()
36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()
40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/halrf/rtl8822b/
H A Dhalhwimg8822b_rf.c3 * Copyright(c) 2007 - 2017 Realtek Corporation.
29 #define ODM_WIN 0x08
57 (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()
60 (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()
63 (dm->support_interface & 0xF0) << 16 | in check_positive()
64 dm->support_platform << 16 | in check_positive()
66 (dm->support_interface & 0x0F) << 8 | in check_positive()
67 dm->rfe_type; in check_positive()
69 u32 driver2 = (dm->type_glna & 0xFF) << 0 | in check_positive()
70 (dm->type_gpa & 0xFF) << 8 | in check_positive()
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/tegra/
H A Dpinctrl-tegra210.c1 // SPDX-License-Identifier: GPL-2.0-only
14 #include "pinctrl-tegra.h"
22 #define TEGRA_PIN_PEX_L0_RST_N_PA0 _GPIO(0)
27 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5)
177 /* All non-GPIO pins follow */
181 /* Non-GPIO pins */
182 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0)
187 #define TEGRA_PIN_BATT_BCL _PIN(5)
1269 #define DRV_PINGROUP_REG_A 0x8d4 /* bank 0 */
1270 #define PINGROUP_REG_A 0x3000 /* bank 1 */
[all …]
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sha256.c1 /* SHA-256 and SHA-512 implementation based on code by Oliver Gay
2 * <olivier.gay@a3.epfl.ch> under a BSD-style license. See below.
6 * FIPS 180-2 SHA-224/256/384/512 implementation
43 ctx->crypto_ctx.algo = CRYPTO_SHA256; in avb_sha256_init()
44 ctx->crypto_ctx.length = ctx->tot_len; in avb_sha256_init()
45 memset(ctx->buf, 0, sizeof(ctx->buf)); in avb_sha256_init()
47 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha256_init()
48 if (!ctx->crypto_dev) in avb_sha256_init()
51 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha256_init()
55 if (ctx->crypto_dev) in avb_sha256_update()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dsettings.cpp14 ui->setupUi(this); in Settings()
16 // this->setWindowFlags(Qt::FramelessWindowHint); in Settings()
18 #if 0 in Settings()
19 ui->settingTab->setStyleSheet("QTabWidget::pane{ \ in Settings()
20 border-left: 0px solid #eeeeee;\ in Settings()
31 btnGroup1->addButton(ui->previewButton); in Settings()
32 btnGroup1->addButton(ui->AdasButton); in Settings()
33 btnGroup1->addButton(ui->reverseLineButton); in Settings()
34 btnGroup1->addButton(ui->timeSetButton); in Settings()
35 btnGroup1->addButton(ui->aboutButton); in Settings()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dsha2_impl.c1 // SPDX-License-Identifier: (BSD-2-Clause AND BSD-3-Clause)
8 * FIPS 180-2 SHA-224/256/384/512 implementation
46 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n)))
47 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))
61 *((str) + 0) = (uint8_t) ((x) >> 24); \
69 | ((uint32_t) *((str) + 0) << 24); \
75 w[i] = SHA256_F4(w[i - 2]) + w[i - 7] \
76 + SHA256_F3(w[i - 15]) + w[i - 16]; \
89 0xc1059ed8, 0x367cd507, 0x3070dd17, 0xf70e5939,
90 0xffc00b31, 0x68581511, 0x64f98fa7, 0xbefa4fa4
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Ddebug_font_data.hpp6 const int8_t simplex_1[] = { 5, 21, 5, 7, -1, -1, 5, 2, 4, 1, 5, 0, 6, 1, 5, 2 };
7 const int8_t simplex_2[] = { 4, 21, 4, 14, -1, -1, 12, 21, 12, 14 };
8 const int8_t simplex_3[] = { 11, 25, 4, -7, -1, -1, 17, 25, 10, -7, -1, -1, 4, 12, 18, 12, -1, -1, …
9-4, -1, -1, 12, 25, 12, -4, -1, -1, 17, 18, 15, 20, 12, 21, 8, 21, 5, 20, 3, 18, 3, 16, 4, 14, 5, …
100, -1, -1, 8, 21, 10, 19, 10, 17, 9, 15, 7, 14, 5, 14, 3, 16, 3, 18, 4, 20, 6, 21, 8, 21, 10, 20, …
110, 7, 0, 5, 1, 4, 2, 3, 4, 3, 6, 4, 8, 5, 9, 12, 13, 13, 14, 14, 16, 14, 18, 13, 20, 11, 21, 9, 20…
12 const int8_t simplex_7[] = { 5, 19, 4, 20, 5, 21, 6, 20, 6, 18, 5, 16, 4, 15 };
13 const int8_t simplex_8[] = { 11, 25, 9, 23, 7, 20, 5, 16, 4, 11, 4, 7, 5, 2, 7, -2, 9, -5, 11, -7 };
14 const int8_t simplex_9[] = { 3, 25, 5, 23, 7, 20, 9, 16, 10, 11, 10, 7, 9, 2, 7, -2, 5, -5, 3, -7 };
15 const int8_t simplex_10[] = { 8, 21, 8, 9, -1, -1, 3, 18, 13, 12, -1, -1, 13, 18, 3, 12 };
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dpipeline.json4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve…
6 "UMask": "0x1",
10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event"
15 …R) feature to mitigate some bias in how retired instructions get sampled. Use on Fixed Counter 0.",
17 "UMask": "0x1",
27 "UMask": "0x2",
37 "UMask": "0x3",
45-on-Store blocking code preventing store forwarding. This includes cases when: a. preceding store …
46 "EventCode": "0x03",
47 "Counter": "0,1,2,3",
[all …]

12345678910>>...51