Home
last modified time | relevance | path

Searched refs:result (Results 76 – 100 of 5828) sorted by relevance

12345678910>>...234

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/ddr_dq_eye/
H A Dddr_dq_eye.c31 struct rw_trn_result result; variable
33 static void calc_print_border(struct cs_rw_trn_result *result, u8 byte_en, in calc_print_border() argument
54 if (result->dqs[dqs].dq_min[dq] < far_left) in calc_print_border()
55 far_left = result->dqs[dqs].dq_min[dq]; in calc_print_border()
56 if (result->dqs[dqs].dq_max[dq] > far_right) in calc_print_border()
57 far_right = result->dqs[dqs].dq_max[dq]; in calc_print_border()
101 struct cs_rw_trn_result *result = &fsp_result->cs[cs]; in print_ddr_dq_eye() local
109 result->dqs[dqs].dq_deskew[dq]; in print_ddr_dq_eye()
110 min = result->dqs[dqs].dq_min[dq]; in print_ddr_dq_eye()
111 max = result->dqs[dqs].dq_max[dq]; in print_ddr_dq_eye()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dconvert.hpp27 vt_line_string result; in operator ()() local
31 return result; in operator ()()
33 result.reserve(len); in operator ()()
36 result.push_back(operator()(p)); in operator ()()
40 const auto& a = result[i]; in operator ()()
41 const auto& b = result[i + 1]; in operator ()()
44 result.dist += std::abs(b.x - a.x) + std::abs(b.y - a.y); in operator ()()
47 simplify(result, tolerance); in operator ()()
49 return result; in operator ()()
53 vt_linear_ring result; in operator ()() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmultiply.hpp21 cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& result, in eval_multiply() argument
27 result = static_cast<limb_type>(0); in eval_multiply()
30 if((void*)&a != (void*)&result) in eval_multiply()
31 result.resize(a.size(), a.size()); in eval_multiply()
33 …_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::limb_pointer p = result.limbs(); in eval_multiply()
34 …its1, MaxBits1, SignType1, Checked1, Allocator1>::limb_pointer pe = result.limbs() + result.size(); in eval_multiply()
49 unsigned i = result.size(); in eval_multiply()
50 result.resize(i + 1, i + 1); in eval_multiply()
51 if(result.size() > i) in eval_multiply()
52 result.limbs()[i] = static_cast<limb_type>(carry); in eval_multiply()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dfcnvfu.c52 register unsigned int src, result; in sgl_to_sgl_fcnvfu() local
64 result = 0; in sgl_to_sgl_fcnvfu()
66 result = 0xffffffff; in sgl_to_sgl_fcnvfu()
72 *dstptr = result; in sgl_to_sgl_fcnvfu()
84 result = 0; in sgl_to_sgl_fcnvfu()
89 *dstptr = result; in sgl_to_sgl_fcnvfu()
93 Suint_from_sgl_mantissa(src,src_exponent,result); in sgl_to_sgl_fcnvfu()
101 result++; in sgl_to_sgl_fcnvfu()
108 (result & 1))) { in sgl_to_sgl_fcnvfu()
109 result++; in sgl_to_sgl_fcnvfu()
[all …]
H A Dsfdiv.c40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local
50 if (Sgl_sign(opnd1) ^ Sgl_sign(opnd2)) Sgl_setnegativezero(result); in sgl_fdiv()
51 else Sgl_setzero(result); in sgl_fdiv()
66 Sgl_makequietnan(result); in sgl_fdiv()
67 *dstptr = result; in sgl_fdiv()
73 Sgl_setinfinity_exponentmantissa(result); in sgl_fdiv()
74 *dstptr = result; in sgl_fdiv()
118 Sgl_setzero_exponentmantissa(result); in sgl_fdiv()
119 *dstptr = result; in sgl_fdiv()
146 Sgl_makequietnan(result); in sgl_fdiv()
[all …]
H A Dfcnvfx.c52 register int src_exponent, result; in sgl_to_sgl_fcnvfx() local
65 if (Sgl_iszero_sign(src)) result = 0x7fffffff; in sgl_to_sgl_fcnvfx()
66 else result = 0x80000000; in sgl_to_sgl_fcnvfx()
72 *dstptr = result; in sgl_to_sgl_fcnvfx()
83 if (Sgl_isone_sign(src)) result = -Sgl_all(temp); in sgl_to_sgl_fcnvfx()
84 else result = Sgl_all(temp); in sgl_to_sgl_fcnvfx()
92 if (Sgl_iszero_sign(src)) result++; in sgl_to_sgl_fcnvfx()
95 if (Sgl_isone_sign(src)) result--; in sgl_to_sgl_fcnvfx()
101 if (Sgl_iszero_sign(src)) result++; in sgl_to_sgl_fcnvfx()
102 else result--; in sgl_to_sgl_fcnvfx()
[all …]
H A Dsfmpy.c43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local
53 if (Sgl_sign(opnd1) ^ Sgl_sign(opnd2)) Sgl_setnegativezero(result); in sgl_fmpy()
54 else Sgl_setzero(result); in sgl_fmpy()
69 Sgl_makequietnan(result); in sgl_fmpy()
70 *dstptr = result; in sgl_fmpy()
76 Sgl_setinfinity_exponentmantissa(result); in sgl_fmpy()
77 *dstptr = result; in sgl_fmpy()
130 Sgl_setinfinity_exponentmantissa(result); in sgl_fmpy()
131 *dstptr = result; in sgl_fmpy()
166 Sgl_setzero_exponentmantissa(result); in sgl_fmpy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchresult/
H A Dtst_qplacesearchresult.cpp49 QPlaceSearchResult result; in constructorTest() local
51 QCOMPARE(result.type(), QPlaceSearchResult::UnknownSearchResult); in constructorTest()
52 QVERIFY(result.title().isEmpty()); in constructorTest()
53 QVERIFY(result.icon().isEmpty()); in constructorTest()
55 result.setTitle(QStringLiteral("title")); in constructorTest()
60 result.setIcon(icon); in constructorTest()
62 QPlaceSearchResult result2(result); in constructorTest()
67 QCOMPARE(result2, result); in constructorTest()
72 QPlaceSearchResult result; in title() local
73 QVERIFY(result.title().isEmpty()); in title()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dls_stk3171.c91 int result = 0; in sensor_active() local
109 result = sensor_write_reg(client, sensor->ops->ctrl_reg, sensor->ops->ctrl_data); in sensor_active()
110 if(result) in sensor_active()
116 return result; in sensor_active()
125 int result = 0; in sensor_init() local
127 result = sensor->ops->active(client,0,0); in sensor_init()
128 if(result) in sensor_init()
131 return result; in sensor_init()
136 result = sensor_write_reg(client, SW_RESET, 0); in sensor_init()
137 if(result) in sensor_init()
[all …]
H A Dls_al3006.c56 int result = 0; in sensor_power_updown() local
66 result = sensor_write_reg(client, CONFIG_REG, value); in sensor_power_updown()
67 if(result) in sensor_power_updown()
68 return result; in sensor_power_updown()
75 result = sensor_write_reg(client, CONFIG_REG, value); in sensor_power_updown()
76 if(result) in sensor_power_updown()
77 return result; in sensor_power_updown()
80 if(!result) in sensor_power_updown()
87 return result; in sensor_power_updown()
96 int result = 0; in sensor_active() local
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A Dps_al3006.c56 int result = 0; in sensor_power_updown() local
66 result = sensor_write_reg(client, CONFIG_REG, value); in sensor_power_updown()
67 if(result) in sensor_power_updown()
68 return result; in sensor_power_updown()
75 result = sensor_write_reg(client, CONFIG_REG, value); in sensor_power_updown()
76 if(result) in sensor_power_updown()
77 return result; in sensor_power_updown()
80 if(!result) in sensor_power_updown()
87 return result; in sensor_power_updown()
97 int result = 0; in sensor_active() local
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Drk29.c68 int result; in rk_make_ext4fs() local
73 result = run(mke2fs_argv[0], (char **) mke2fs_argv); in rk_make_ext4fs()
74 if(result) { in rk_make_ext4fs()
76 return result; in rk_make_ext4fs()
79 result = run(e2fsck_argv[0], (char **) e2fsck_argv); in rk_make_ext4fs()
80 if(result) { in rk_make_ext4fs()
82 return result; in rk_make_ext4fs()
93 return result; in rk_make_ext4fs()
97 int result; in rk_check_and_resizefs() local
102 result = run(e2fsck_argv[0], (char **) e2fsck_argv); in rk_check_and_resizefs()
[all …]
/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c54 int result = 0; in open_png() local
60 result = -1; in open_png()
66 result = -2; in open_png()
71 result = -3; in open_png()
77 result = -4; in open_png()
83 result = -5; in open_png()
88 result = -6; in open_png()
117 result = -7; in open_png()
121 return result; in open_png()
124 if (result < 0) { in open_png()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c52 int result = 0; in open_png() local
58 result = -1; in open_png()
64 result = -2; in open_png()
69 result = -3; in open_png()
75 result = -4; in open_png()
81 result = -5; in open_png()
86 result = -6; in open_png()
115 result = -7; in open_png()
119 return result; in open_png()
122 if (result < 0) { in open_png()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dfreecom.c157 int result; in freecom_readdata() local
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_readdata()
169 if (result != USB_STOR_XFER_GOOD) { in freecom_readdata()
176 result = usb_stor_bulk_srb(us, ipipe, srb); in freecom_readdata()
179 if (result > USB_STOR_XFER_SHORT) in freecom_readdata()
190 int result; in freecom_writedata() local
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr, in freecom_writedata()
202 if (result != USB_STOR_XFER_GOOD) { in freecom_writedata()
209 result = usb_stor_bulk_srb(us, opipe, srb); in freecom_writedata()
212 if (result > USB_STOR_XFER_SHORT) in freecom_writedata()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Ddist.h114 ResultType result = ResultType();
118 result += diff*diff;
120 return result;
156 ResultType result = ResultType();
167 result += diff0 * diff0 + diff1 * diff1 + diff2 * diff2 + diff3 * diff3;
171 if ((worst_dist>0)&&(result>worst_dist)) {
172 return result;
178 result += diff0 * diff0;
180 return result;
218 ResultType result = ResultType();
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dmodule.c53 int result; in ibmasm_init_one() local
56 if ((result = pci_enable_device(pdev))) { in ibmasm_init_one()
58 return result; in ibmasm_init_one()
60 if ((result = pci_request_regions(pdev, DRIVER_NAME))) { in ibmasm_init_one()
70 result = -ENOMEM; in ibmasm_init_one()
83 result = ibmasm_event_buffer_init(sp); in ibmasm_init_one()
84 if (result) { in ibmasm_init_one()
89 result = ibmasm_heartbeat_init(sp); in ibmasm_init_one()
90 if (result) { in ibmasm_init_one()
99 result = -ENODEV; in ibmasm_init_one()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAtmoHandle.cpp295 tmo_param->result.Res.sw_hdrtmo_lgmax = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_lgmax; in genIspResult()
296 tmo_param->result.Res.sw_hdrtmo_lgscl = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_lgscl; in genIspResult()
297 tmo_param->result.Res.sw_hdrtmo_lgscl_inv = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_lgscl_inv; in genIspResult()
298 tmo_param->result.Res.sw_hdrtmo_clipratio0 = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_clipratio0; in genIspResult()
299 tmo_param->result.Res.sw_hdrtmo_clipratio1 = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_clipratio1; in genIspResult()
300 tmo_param->result.Res.sw_hdrtmo_clipgap0 = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_clipgap0; in genIspResult()
301 tmo_param->result.Res.sw_hdrtmo_clipgap1 = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_clipgap1; in genIspResult()
302 tmo_param->result.Res.sw_hdrtmo_ratiol = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_ratiol; in genIspResult()
303 tmo_param->result.Res.sw_hdrtmo_hist_min = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_hist_min; in genIspResult()
304 tmo_param->result.Res.sw_hdrtmo_hist_low = atmo_rk->AtmoProcRes.Res.sw_hdrtmo_hist_low; in genIspResult()
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Datomic.h62 int result; \
70 : [result] "=&a" (result), [tmp] "=&a" (tmp) \
80 int result; \
89 : [result] "=&a" (result), [tmp] "=&a" (tmp) \
94 return result; \
101 int result; \
109 : [result] "=&a" (result), [tmp] "=&a" (tmp) \
122 int result; \
130 : [result] "=&a" (result), [tmp] "=&a" (tmp), \
141 int result; \
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Didmouse.c127 int result; in idmouse_create_image() local
133 result = ftip_command(dev, FTIP_RELEASE, 0, 0); in idmouse_create_image()
134 if (result < 0) in idmouse_create_image()
136 result = ftip_command(dev, FTIP_BLINK, 1, 0); in idmouse_create_image()
137 if (result < 0) in idmouse_create_image()
142 result = ftip_command(dev, FTIP_ACQUIRE, 0, 0); in idmouse_create_image()
143 if (result < 0) in idmouse_create_image()
145 result = ftip_command(dev, FTIP_ACQUIRE, 0, 0); in idmouse_create_image()
146 if (result < 0) in idmouse_create_image()
151 result = ftip_command(dev, FTIP_RESET, 0, 0); in idmouse_create_image()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c10 .result = ACCEPT,
22 .result = ACCEPT,
34 .result = ACCEPT,
46 .result = ACCEPT,
58 .result = ACCEPT,
70 .result = REJECT,
82 .result = REJECT,
94 .result = ACCEPT,
106 .result = REJECT,
118 .result = ACCEPT,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dfw.c250 int result; in i2400m_barker_db_add() local
254 result = i2400m_zrealloc_2x( in i2400m_barker_db_add()
257 if (result < 0) in i2400m_barker_db_add()
258 return result; in i2400m_barker_db_add()
285 int result; in i2400m_barker_db_known_barkers() local
287 result = i2400m_barker_db_add(I2400M_NBOOT_BARKER); in i2400m_barker_db_known_barkers()
288 if (result < 0) in i2400m_barker_db_known_barkers()
290 result = i2400m_barker_db_add(I2400M_SBOOT_BARKER); in i2400m_barker_db_known_barkers()
291 if (result < 0) in i2400m_barker_db_known_barkers()
293 result = i2400m_barker_db_add(I2400M_SBOOT_BARKER_6050); in i2400m_barker_db_known_barkers()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dlogparser.py42 result = section_regex['begin'].search(line)
43 if result:
44 current_section['name'] = result.group(1)
47 result = section_regex['end'].search(line)
48 if result:
49 if current_section['name'] != result.group(1):
50 … bb.warn("Ptest END log section mismatch %s vs. %s" % (current_section['name'], result.group(1)))
58 result = section_regex['timeout'].search(line)
59 if result:
60 if current_section['name'] != result.group(1):
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py11 result = Version("100") > Version("99")
12 self.assertTrue( result, msg="Failed to compare version '100' > '99'")
13 result = Version("2.3.1") > Version("2.2.3")
14 self.assertTrue( result, msg="Failed to compare version '2.3.1' > '2.2.3'")
15 result = Version("2021-01-21") > Version("2020-12-25")
16 self.assertTrue( result, msg="Failed to compare version '2021-01-21' > '2020-12-25'")
17 result = Version("1.2-20200910") < Version("1.2-20200920")
18 self.assertTrue( result, msg="Failed to compare version '1.2-20200910' < '1.2-20200920'")
20 result = Version("1.0") >= Version("1.0beta")
21 self.assertTrue( result, msg="Failed to compare version '1.0' >= '1.0beta'")
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/angle/
H A Dangle_kxtik.c123 int result = 0; in sensor_active() local
141 result = sensor_write_reg(client, sensor->ops->ctrl_reg, sensor->ops->ctrl_data); in sensor_active()
142 if(result) in sensor_active()
145 return result; in sensor_active()
153 int result = 0; in sensor_init() local
159 result = sensor->ops->active(client,0,0); in sensor_init()
160 if(result) in sensor_init()
163 return result; in sensor_init()
170 result = sensor_rx_data(client, &id_reg, 1); in sensor_init()
172 if(!result) in sensor_init()
[all …]

12345678910>>...234