Home
last modified time | relevance | path

Searched full:100 (Results 1 – 25 of 8675) sorted by relevance

12345678910>>...347

/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dyrw801.c58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}},
59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}},
62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
63 {0x40, 0x45, {0x131,3625,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}},
64 {0x46, 0x4b, {0x132,3116,100, 0,0,0x04,0xc8,0x20,0xf2,0x14,0x08,0x0}},
65 {0x4c, 0x52, {0x133,2081,100, 0,0,0x03,0xc8,0x20,0xf2,0x14,0x18,0x0}},
66 {0x53, 0x58, {0x134,1444,100, 0,0,0x07,0xc8,0x20,0xf3,0x14,0x18,0x0}},
67 {0x59, 0x6d, {0x135,1915,100, 0,0,0x00,0xc8,0x20,0xf4,0x15,0x08,0x0}}
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power8/
H A Dmetrics.json4 "MetricExpr": "PM_BR_BC_8_CONV / PM_BRU_FIN * 100",
10 "MetricExpr": "PM_BR_BC_8 / PM_BRU_FIN * 100",
16 "MetricExpr": "PM_BR_MPRED_CMPL / (PM_BR_PRED_BR0 + PM_BR_PRED_BR1) * 100",
22 "MetricExpr": "PM_BR_MPRED_CMPL / PM_RUN_INST_CMPL * 100",
28 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_RUN_INST_CMPL * 100",
34 "MetricExpr": "PM_BR_MPRED_CCACHE / (PM_BR_PRED_CCACHE_BR0 + PM_BR_PRED_CCACHE_BR1) * 100",
40 "MetricExpr": "PM_BR_MPRED_CR / PM_RUN_INST_CMPL * 100",
46 "MetricExpr": "(PM_BR_MPRED_TA - PM_BR_MPRED_CCACHE) / PM_RUN_INST_CMPL * 100",
52 …": "(PM_BR_MPRED_TA - PM_BR_MPRED_CCACHE) / (PM_BR_PRED_LSTACK_BR0 + PM_BR_PRED_LSTACK_BR1) * 100",
58 "MetricExpr": "PM_BR_MPRED_TA / PM_RUN_INST_CMPL * 100",
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power9/
H A Dmetrics.json3 "MetricExpr": "PM_BR_MPRED_CMPL / PM_BR_PRED * 100",
9 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_RUN_INST_CMPL * 100",
15 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_BR_PRED_CCACHE * 100",
21 "MetricExpr": "PM_BR_MPRED_LSTACK / PM_RUN_INST_CMPL * 100",
27 "MetricExpr": "PM_BR_MPRED_LSTACK/ PM_BR_PRED_LSTACK * 100",
33 "MetricExpr": "PM_BR_TAKEN_CMPL * 100 / PM_BRU_FIN",
602 "MetricExpr": "PM_DATA_FROM_DL2L3_MOD * 100 / PM_RUN_INST_CMPL",
608 "MetricExpr": "PM_DATA_FROM_DL2L3_SHR * 100 / PM_RUN_INST_CMPL",
614 "MetricExpr": "PM_DATA_FROM_DMEM * 100 / PM_RUN_INST_CMPL",
620 "MetricExpr": "PM_DATA_FROM_L21_MOD * 100 / PM_RUN_INST_CMPL",
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/predef/
H A Dmake.h50 #define BOOST_PREDEF_MAKE_10_VRP(V) BOOST_VERSION_NUMBER(((V)/100)%10,((V)/10)%10,(V)%10)
54 #define BOOST_PREDEF_MAKE_10_VRPP(V) BOOST_VERSION_NUMBER(((V)/1000)%10,((V)/100)%10,(V)%100)
56 #define BOOST_PREDEF_MAKE_10_VRR(V) BOOST_VERSION_NUMBER(((V)/100)%10,(V)%100,0)
58 #define BOOST_PREDEF_MAKE_10_VRRPP(V) BOOST_VERSION_NUMBER(((V)/10000)%10,((V)/100)%100,(V)%100)
60 #define BOOST_PREDEF_MAKE_10_VRR000(V) BOOST_VERSION_NUMBER(((V)/100000)%10,((V)/1000)%100,0)
62 #define BOOST_PREDEF_MAKE_10_VV00(V) BOOST_VERSION_NUMBER(((V)/100)%100,0,0)
64 #define BOOST_PREDEF_MAKE_10_VVRR(V) BOOST_VERSION_NUMBER(((V)/100)%100,(V)%100,0)
66 #define BOOST_PREDEF_MAKE_10_VVRRPP(V) BOOST_VERSION_NUMBER(((V)/10000)%100,((V)/100)%100,(V)%100)
68 …PREDEF_MAKE_10_VVRR0PP00(V) BOOST_VERSION_NUMBER(((V)/10000000)%100,((V)/100000)%100,((V)/100)%100)
70 #define BOOST_PREDEF_MAKE_10_VVRR0PPPP(V) BOOST_VERSION_NUMBER(((V)/10000000)%100,((V)/100000)%100,…
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dagic_head.h28 …// M4_ARRAY_DESC("ISO", "f32", M4_SIZE(1,100), M4_RANGE(0,10000000), "50",M4_DIGIT(4), M4_DYNAMIC(…
31 …// M4_ARRAY_DESC("min_busy_thre", "f32", M4_SIZE(1,100), M4_RANGE(0,1023), "160",M4_DIGIT(4), M4_D…
34 …// M4_ARRAY_DESC("min_grad_thr1", "f32", M4_SIZE(1,100), M4_RANGE(0,1023), "32",M4_DIGIT(4), M4_DY…
37 …// M4_ARRAY_DESC("min_grad_thr2", "f32", M4_SIZE(1,100), M4_RANGE(0,1023), "32",M4_DIGIT(4), M4_DY…
40 … // M4_ARRAY_DESC("k_grad1", "f32", M4_SIZE(1,100), M4_RANGE(0,15), "5",M4_DIGIT(4), M4_DYNAMIC(1))
43 … // M4_ARRAY_DESC("k_grad2", "f32", M4_SIZE(1,100), M4_RANGE(0,15), "1",M4_DIGIT(4), M4_DYNAMIC(1))
46 … // M4_ARRAY_DESC("gb_thre", "f32", M4_SIZE(1,100), M4_RANGE(0,15), "7",M4_DIGIT(4), M4_DYNAMIC(1))
49 …// M4_ARRAY_DESC("maxCorV", "f32", M4_SIZE(1,100), M4_RANGE(0,1023), "40",M4_DIGIT(4), M4_DYNAMIC(…
52 …// M4_ARRAY_DESC("maxCorVboth", "f32", M4_SIZE(1,100), M4_RANGE(0,1023), "8",M4_DIGIT(4), M4_DYNAM…
55 …// M4_ARRAY_DESC("dark_thre", "f32", M4_SIZE(1,100), M4_RANGE(0,2047), "120",M4_DIGIT(4), M4_DYNAM…
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/
H A Dgfx-x1148 'rect100' => [ 110000.0, "100x100 rectangle" ],
52 'srect100' => [ 110000.0, "100x100 stippled rectangle (8x8 stipple)" ],
56 'osrect100' => [ 110000.0, "100x100 opaque stippled rectangle (8x8 stipple)" ],
60 'tilerect100' => [ 110000.0, "100x100 tiled rectangle (4x4 tile)" ],
64 'oddsrect100' => [ 55600.0, "100x100 stippled rectangle (17x15 stipple)" ],
68 'oddosrect100' => [ 54500.0, "100x100 opaque stippled rectangle (17x15 stipple)" ],
72 'oddtilerect100' => [ 54500.0, "100x100 tiled rectangle (17x15 tile)" ],
76 'bigsrect100' => [ 12300.0, "100x100 stippled rectangle (161x145 stipple)" ],
80 'bigosrect100' => [ 12800.0, "100x100 opaque stippled rectangle (161x145 stipple)" ],
84 'bigtilerect100' => [ 16200.0, "100x100 tiled rectangle (161x145 tile)" ],
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c236 udelay(100); in ddr_init()
240 udelay(100); in ddr_init()
242 udelay(100); in ddr_init()
246 udelay(100); in ddr_init()
250 udelay(100); in ddr_init()
252 udelay(100); in ddr_init()
254 udelay(100); in ddr_init()
258 udelay(100); in ddr_init()
262 udelay(100); in ddr_init()
266 udelay(100); in ddr_init()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Ditoa.h43 const uint32_t d1 = (value / 100) << 1; in u32toa()
44 const uint32_t d2 = (value % 100) << 1; in u32toa()
48 if (value >= 100) in u32toa()
59 const uint32_t d1 = (b / 100) << 1; in u32toa()
60 const uint32_t d2 = (b % 100) << 1; in u32toa()
62 const uint32_t d3 = (c / 100) << 1; in u32toa()
63 const uint32_t d4 = (c % 100) << 1; in u32toa()
95 const uint32_t d1 = (b / 100) << 1; in u32toa()
96 const uint32_t d2 = (b % 100) << 1; in u32toa()
98 const uint32_t d3 = (c / 100) << 1; in u32toa()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dusercopy_32.c151 "100:\n" in __copy_user_intel()
154 " jmp 100b\n" in __copy_user_intel()
156 _ASM_EXTABLE_UA(1b, 100b) in __copy_user_intel()
157 _ASM_EXTABLE_UA(2b, 100b) in __copy_user_intel()
158 _ASM_EXTABLE_UA(3b, 100b) in __copy_user_intel()
159 _ASM_EXTABLE_UA(4b, 100b) in __copy_user_intel()
160 _ASM_EXTABLE_UA(5b, 100b) in __copy_user_intel()
161 _ASM_EXTABLE_UA(6b, 100b) in __copy_user_intel()
162 _ASM_EXTABLE_UA(7b, 100b) in __copy_user_intel()
163 _ASM_EXTABLE_UA(8b, 100b) in __copy_user_intel()
[all …]
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dcoretemp.rst89 980X 100
100 D2700/2550/2500 100
101 N2850/2800/2650/2600 100
117 D525/510/425/410 100
118 K525/510/425/410 100
122 N570/550 100
123 N475/470/455/450 100
135 Solo ULV SU3500/3300 100
146 Q9100/9000 100
150 QX9300 100
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-power.json10 …requency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz units). One can …
14 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
20 …requency that is configured in the filter. (filter_band1=XXX, with XXX in 100Mhz units). One can …
24 "MetricExpr": "(UNC_P_FREQ_BAND1_CYCLES / UNC_P_CLOCKTICKS) * 100.",
30 …requency that is configured in the filter. (filter_band2=XXX, with XXX in 100Mhz units). One can …
34 "MetricExpr": "(UNC_P_FREQ_BAND2_CYCLES / UNC_P_CLOCKTICKS) * 100.",
40 …requency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz units). One can …
44 "MetricExpr": "(UNC_P_FREQ_BAND3_CYCLES / UNC_P_CLOCKTICKS) * 100.",
50 …requency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz units). One can …
55 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/jaketown/
H A Duncore-power.json10 …frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units). One can …
14 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
20 …frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units). One can …
24 "MetricExpr": "(UNC_P_FREQ_BAND1_CYCLES / UNC_P_CLOCKTICKS) * 100.",
30 …frequency that is configured in the filter. (filter_band2=XXX with XXX in 100Mhz units). One can …
34 "MetricExpr": "(UNC_P_FREQ_BAND2_CYCLES / UNC_P_CLOCKTICKS) * 100.",
40 …requency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz units). One can …
44 "MetricExpr": "(UNC_P_FREQ_BAND3_CYCLES / UNC_P_CLOCKTICKS) * 100.",
50 …frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units). One can …
55 "MetricExpr": "(UNC_P_FREQ_BAND0_CYCLES / UNC_P_CLOCKTICKS) * 100.",
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh192 $(lacp_payload_get $h1mac) -p 100 -q
213 $(lldp_payload_get $h1mac) -p 100 -q
221 -A 192.0.2.1 -B 224.0.0.1 -t ip proto=2,p=11 -p 100 -q
229 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=12 -p 100 -q
237 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=16 -p 100 -q
245 -A 192.0.2.1 -B 244.0.0.1 -t ip proto=2,p=22 -p 100 -q
253 -A 192.0.2.1 -B 224.0.0.2 -t ip proto=2,p=17 -p 100 -q
278 -t ip hop=1,next=0,payload=$(mld_payload_get 130) -p 100 -q
286 -t ip hop=1,next=0,payload=$(mld_payload_get 131) -p 100 -q
294 -t ip hop=1,next=0,payload=$(mld_payload_get 143) -p 100 -q
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c36 * @Valid Range: 0, 10, 100, 1000
39 * - 100: only link at 100 Mbps
71 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10
169 { 0x04, AA "100/HD" },
170 { 0x05, AA "100/HD, 10/HD" },
171 { 0x06, AA "100/HD, 10/FD" },
172 { 0x07, AA "100/HD, 10/FD, 10/HD" },
173 { 0x08, AA "100/FD" },
174 { 0x09, AA "100/FD, 10/HD" },
175 { 0x0a, AA "100/FD, 10/FD" },
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg15 …4q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -…
29100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q…
30 …36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -…
32100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 …
40 …l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 10…
45100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10…
53 …50 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-1…
56100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 2…
69 …-141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t2…
70 <glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17…
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst120 | | | | | | | Eth0.100 | | Eth1 | |
195 $ tc qdisc replace dev eth0 handle 100: parent root mqprio num_tc 3 \
205 $ tc qdisc replace dev eth1 handle 100: parent root mqprio num_tc 1 \
212 +---(100:ffe2) mqprio
213 | +---(100:3) mqprio
214 | +---(100:4) mqprio
216 +---(100:ffe1) mqprio
217 | +---(100:2) mqprio
219 +---(100:ffe0) mqprio
220 +---(100:1) mqprio
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir2 10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
3 10x20-ISO8859-10.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-10
4 10x20-ISO8859-11.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-11
5 10x20-ISO8859-13.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-13
6 10x20-ISO8859-14.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-14
7 10x20-ISO8859-15.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15
8 10x20-ISO8859-16.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-16
9 10x20-ISO8859-2.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-2
10 10x20-ISO8859-3.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-3
11 10x20-ISO8859-4.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-4
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc_msr.c25 * is the source clk for a root PLL which outputs 1600 and 100 MHz. It is
31 * clock of 100 MHz plus a quotient which gets us as close to the frequency
33 * For the 83.3 MHz example from above this would give us 100 MHz * 5 / 6 =
80 * 000: 100 * 5 / 6 = 83.3333 MHz
81 * 001: 100 * 1 / 1 = 100.0000 MHz
82 * 010: 100 * 4 / 3 = 133.3333 MHz
83 * 011: 100 * 7 / 6 = 116.6667 MHz
84 * 100: 100 * 4 / 5 = 80.0000 MHz
95 * 0000: 100 * 5 / 6 = 83.3333 MHz
96 * 0001: 100 * 1 / 1 = 100.0000 MHz
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dfixes.c63 int x = 100; in fixes_pointer_barrier_direction_test()
64 int y = 100; in fixes_pointer_barrier_direction_test()
67 {x, y, x, y + 100}, /* S */ in fixes_pointer_barrier_direction_test()
68 {x + 50, y, x - 50, y + 100}, /* SW */ in fixes_pointer_barrier_direction_test()
69 {x + 100, y, x, y}, /* W */ in fixes_pointer_barrier_direction_test()
70 {x + 100, y + 50, x, y - 50}, /* NW */ in fixes_pointer_barrier_direction_test()
71 {x, y + 100, x, y}, /* N */ in fixes_pointer_barrier_direction_test()
72 {x - 50, y + 100, x + 50, y}, /* NE */ in fixes_pointer_barrier_direction_test()
73 {x, y, x + 100, y}, /* E */ in fixes_pointer_barrier_direction_test()
74 {x, y - 50, x + 100, y + 50}, /* SE */ in fixes_pointer_barrier_direction_test()
[all …]
/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dthree.c41 100,
47 100,
49 -100
53 100,
59 100,
61 -100
65 100,
71 100,
73 -100
77 100,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_param.c48 * Valid Range: 0, 10, 100, 1000
51 * - 100 - only link at 100 Mbps
78 * Speed (Mbps) N/A N/A 1000 N/A 100 100 10 10
151 * Valid Range: 100-100000 (0=off, 1=dynamic, 3=dynamic conservative)
156 #define MIN_ITR 100
599 { 0x04, AA "100/HD" }, in e1000_check_copper_options()
600 { 0x05, AA "100/HD, 10/HD" }, in e1000_check_copper_options()
601 { 0x06, AA "100/HD, 10/FD" }, in e1000_check_copper_options()
602 { 0x07, AA "100/HD, 10/FD, 10/HD" }, in e1000_check_copper_options()
603 { 0x08, AA "100/FD" }, in e1000_check_copper_options()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_globals.c11 * 100ths of a second) with the exception of eofb_timer and cowb_timer, which
20 .syncd_timer = { 1*100, 30*100, 7200*100},
25 .xfs_buf_timer = { 100/2, 1*100, 30*100 },
26 .xfs_buf_age = { 1*100, 15*100, 7200*100},
30 .fstrm_timer = { 1, 30*100, 3600*100},
/OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_hdr.c83 40, 28, 25, 40, 60, 100, 128, 160,
85 36, 34, 40, 60, 100, 144, 176, 144,
95 20, 20, 23, 32, 44, 96, 100, 92,
108 18, 21, 28, 36, 64, 112, 100, 80,
111 62, 80, 100, 112, 136, 152, 152, 128,
123 72, 92, 96, 100, 124, 100, 104, 100
133 40, 52, 62, 72, 84, 100, 96, 84,
134 58, 76, 76, 80, 100, 80, 84, 80
239 17, 18, 24, 48, 100, 100, 100, 100,
240 18, 21, 26, 68, 100, 100, 100, 100,
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
H A Dia_css_anr2_table.host.c28100, 100, 60, 60, 120, 120, 80, 80, 100, 100, 60, 60, 120, 120, 80, 80, 100, 100, 60, 60, 120, 120…
34100, 100, 60, 60, 80, 80, 40, 40, 100, 100, 60, 60, 80, 80, 40, 40, 100, 100, 60, 60, 80, 80, 40, …
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_output.c54 struct perf_sample sample = { .period = 100, }; in add_hist_entries()
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
245 * 30.00% 1 perf : 100 in test2()
[all …]

12345678910>>...347