Home
last modified time | relevance | path

Searched full:actual (Results 1 – 25 of 5038) sorted by relevance

12345678910>>...202

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_check.h23 #define CHECK_OP(name, op, actual, exp) \ argument
25 if (actual op exp) { \
28 RT_LOGE("%s(%d): %s failed. actual %d vs exp %d\n", \
29 __FUNCTION__, __LINE__, name, actual, exp); \
34 #define RET_CHECK_OP(name, op, actual, exp) \ argument
36 if (actual op exp) { \
57 #define CHECK_EQ(actual, exp) CHECK_OP("CHECK_EQ", ==, actual, exp) argument
58 #define CHECK_UE(actual, exp) CHECK_OP("CHECK_UE", !=, actual, exp) argument
59 #define CHECK_LE(actual, exp) CHECK_OP("CHECK_LE", <=, actual, exp) argument
60 #define CHECK_LT(actual, exp) CHECK_OP("CHECK_LT", < , actual, exp) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c291 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp21_validate_dml_output()
294 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
297 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
300 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
303 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
307 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
310 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp21_validate_dml_output()
313 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output()
316 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp21_validate_dml_output()
319 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp21_validate_dml_output()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Damd_freq_sensitivity.c32 u64 actual; member
45 struct msr actual, reference; in amd_powersave_bias_target() local
55 &actual.l, &actual.h); in amd_powersave_bias_target()
58 actual.h &= 0x00ffffff; in amd_powersave_bias_target()
62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target()
67 d_actual = actual.q - data->actual; in amd_powersave_bias_target()
103 data->actual = actual.q; in amd_powersave_bias_target()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1316 …DC_LOG_DEBUG("DML Validation | HUBPRET_CONTROL:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual:… in hubp2_validate_dml_output()
1319 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:DRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1322 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:MRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1325 …BUG("DML Validation | DCN_EXPANSION_MODE:DET_BUF_PLANE1_BASE_ADDRESS - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1328 …DC_LOG_DEBUG("DML Validation | DCN_EXPANSION_MODE:CRQ_EXPANSION_MODE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1332 DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1335 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_CHUNK_SIZE - Expected: %u Actual: %u\… in hubp2_validate_dml_output()
1338 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:META_CHUNK_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output()
1341 …DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:MIN_META_CHUNK_SIZE - Expected: %u Actual: %u\n", in hubp2_validate_dml_output()
1344 …DC_LOG_DEBUG("DML Validation | DCHUBP_REQ_SIZE_CONFIG_C:DPTE_GROUP_SIZE - Expected: %u Actual: %u… in hubp2_validate_dml_output()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dselftest-rtl.h50 #define ASSERT_RTX_EQ(EXPECTED, ACTUAL) \ argument
52 const char *desc_ = "ASSERT_RTX_EQ (" #EXPECTED ", " #ACTUAL ")"; \
54 (ACTUAL)); \
59 /* Evaluate rtx EXPECTED and ACTUAL and compare them with ==
63 #define ASSERT_RTX_PTR_EQ(EXPECTED, ACTUAL) \ argument
65 const char *desc_ = "ASSERT_RTX_PTR_EQ (" #EXPECTED ", " #ACTUAL ")"; \
67 (ACTUAL)); \
70 /* Compare rtx EXPECTED and ACTUAL by pointer equality, calling
75 rtx expected, rtx actual);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dselftest-rtl.h50 #define ASSERT_RTX_EQ(EXPECTED, ACTUAL) \ argument
52 const char *desc_ = "ASSERT_RTX_EQ (" #EXPECTED ", " #ACTUAL ")"; \
54 (ACTUAL)); \
59 /* Evaluate rtx EXPECTED and ACTUAL and compare them with ==
63 #define ASSERT_RTX_PTR_EQ(EXPECTED, ACTUAL) \ argument
65 const char *desc_ = "ASSERT_RTX_PTR_EQ (" #EXPECTED ", " #ACTUAL ")"; \
67 (ACTUAL)); \
70 /* Compare rtx EXPECTED and ACTUAL by pointer equality, calling
75 rtx expected, rtx actual);
/OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/
H A Dcorenet_ds.c51 /* Display the actual SERDES reference clocks as configured by the in checkboard()
135 u32 actual[NUM_SRDS_BANKS]; in misc_init_r() local
146 actual[i] = SRDS_PLLCR0_RFCK_SEL_100; in misc_init_r()
149 actual[i] = SRDS_PLLCR0_RFCK_SEL_125; in misc_init_r()
152 actual[i] = SRDS_PLLCR0_RFCK_SEL_156_25; in misc_init_r()
162 * actual reference clocks. This needs to be done after calling in misc_init_r()
166 actual[0] = (sw & 0x40) ? in misc_init_r()
168 actual[1] = (sw & 0x20) ? in misc_init_r()
170 actual[2] = (sw & 0x10) ? in misc_init_r()
176 if (expected != actual[i]) { in misc_init_r()
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A DJniTest.java5 Object actual, in Test() argument
10 if (!actual.equals(expected)) in Test()
13 "Test: %s failed\nExpected: \"%s\", Actual: \"%s\"", in Test()
16 actual)); in Test()
27 String actual, in Test() argument
30 JniTest.Test(name, actual, expected, actual, expected); in Test()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dsst.c49 size_t actual = 0; in sst_write() local
78 actual++; in sst_write()
82 for (; actual < len - 1; actual += 2) { in sst_write()
86 ret = spi_nor_write_data(nor, to, 2, buf + actual); in sst_write()
107 if (actual != len) { in sst_write()
113 ret = spi_nor_write_data(nor, to, 1, buf + actual); in sst_write()
121 actual += 1; in sst_write()
126 *retlen += actual; in sst_write()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dassert.h153 * @value: The actual evaluated pointer value of the expression.
173 * @val: The actual evaluated pointer value of the expression.
192 * @left_value: The actual evaluated value of the expression in the left slot.
194 * @right_value: The actual evaluated value of the expression in the right slot.
219 * @left_val: The actual evaluated value of the expression in the left slot.
221 * @right_val: The actual evaluated value of the expression in the right slot.
249 * @left_value: The actual evaluated value of the expression in the left slot.
251 * @right_value: The actual evaluated value of the expression in the right slot.
276 * @left_val: The actual evaluated value of the expression in the left slot.
278 * @right_val: The actual evaluated value of the expression in the right slot.
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py42 for expected, actual in zip(test_data, self.flatten(process_tree)):
44 self.assertEqual(int(tokens[0]), actual.pid // 1000)
45 self.assertEqual(tokens[1], actual.cmd)
46 self.assertEqual(long(tokens[2]), 10 * actual.start_time)
47 self.assert_(long(tokens[3]) - 10 * actual.duration < 5, "duration")
48 self.assertEqual(int(tokens[4]), len(actual.child_list))
49 self.assertEqual(int(tokens[5]), len(actual.samples))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-float-tests.patch11 …void compare_double(double expected, double actual) { compare_floating(expected, actual, DBL_EPSIL…
12 …void compare_float(float expected, float actual) { compare_floating(expected, actual, FLT_EPSILON)…
19 if (expected == 0) VERIFY_ARE_EQUAL(1 / expected, 1 / actual);
/OK3568_Linux_fs/kernel/include/linux/
H A Dinstrumented.h19 * before the actual read happens.
34 * before the actual write happens.
49 * before the actual write happens.
64 * before the actual read happens.
79 * before the actual write happens.
94 * inserted before the actual write happens.
H A Dbcm963xx_nvram.h76 * @actual_out: optional pointer to store actual checksum value
84 u32 expected, actual; in bcm963xx_nvram_checksum() local
101 actual = crc32_le_combine( in bcm963xx_nvram_checksum()
108 *actual_out = actual; in bcm963xx_nvram_checksum()
110 return expected == actual ? 0 : -EINVAL; in bcm963xx_nvram_checksum()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_2835_arm.c55 * the VCHIQ node and will overwrite it with the actual L2 cache size,
77 int actual);
246 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()
248 bulk->actual); in vchiq_complete_bulk()
499 int actual) in free_pagelist() argument
506 __func__, pagelistinfo->pagelist, actual); in free_pagelist()
525 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
528 if ((actual >= 0) && (head_bytes != 0)) { in free_pagelist()
529 if (head_bytes > actual) in free_pagelist()
530 head_bytes = actual; in free_pagelist()
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/t1040qds/
H A Dt1040qds.c63 * Display the actual SERDES reference clocks as configured by the in checkboard()
206 u32 actual[NUM_SRDS_BANKS] = { 0 }; in misc_init_r() local
214 actual[i] = SRDS_PLLCR0_RFCK_SEL_100; in misc_init_r()
217 actual[i] = SRDS_PLLCR0_RFCK_SEL_125; in misc_init_r()
220 actual[i] = SRDS_PLLCR0_RFCK_SEL_156_25; in misc_init_r()
229 if (expected != actual[i]) { in misc_init_r()
230 printf("expects ref clk%d %sMHz, but actual is %sMHz\n", in misc_init_r()
232 serdes_clock_to_string(actual[i])); in misc_init_r()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_connector.c66 long actual, requested; in mdp4_lvds_connector_mode_valid() local
69 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid()
71 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid()
73 if (actual != requested) in mdp4_lvds_connector_mode_valid()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi_flash.c28 /* cmd[0] is actual command */ in spi_flash_addr()
390 size_t chunk_len, actual; in spi_flash_cmd_write_ops() local
405 for (actual = 0; actual < len; actual += chunk_len) { in spi_flash_cmd_write_ops()
418 chunk_len = min(len - actual, (size_t)(page_size - byte_addr)); in spi_flash_cmd_write_ops()
427 buf + actual, cmd[0], cmd[1], cmd[2], cmd[3], chunk_len); in spi_flash_cmd_write_ops()
430 buf + actual, chunk_len); in spi_flash_cmd_write_ops()
740 size_t actual, cmd_len; in sst_write_wp() local
751 actual = offset % 2; in sst_write_wp()
752 if (actual) { in sst_write_wp()
757 offset += actual; in sst_write_wp()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_progs.h133 #define ASSERT_EQ(actual, expected, name) ({ \ argument
135 typeof(actual) ___act = (actual); \
139 "unexpected %s: actual %lld != expected %lld\n", \
144 #define ASSERT_STREQ(actual, expected, name) ({ \ argument
146 const char *___act = actual; \
150 "unexpected %s: actual '%s' != expected '%s'\n", \
/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A Dp2041rdb.c40 * Display the actual SERDES reference clocks as configured by the in checkboard()
166 u32 actual[NUM_SRDS_BANKS]; in misc_init_r() local
187 actual[i] = freq[i][clock]; in misc_init_r()
197 actual[i] = freq[i-1][clock]; in misc_init_r()
204 if (expected != actual[i]) { in misc_init_r()
206 " %sMHz, but actual is %sMHz\n", i + 1, in misc_init_r()
208 serdes_clock_to_string(actual[i])); in misc_init_r()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-subdev.rst387 Actual targets
390 Actual targets (without a postfix) reflect the actual hardware
392 corresponding to every actual target.
398 BOUNDS targets is the smallest rectangle that contains all valid actual
399 rectangles. It may not be possible to set the actual rectangle as large
417 The coordinates to a step always refer to the actual size of the
426 2. Sink pad actual crop selection. The sink pad crop defines the crop
429 3. Sink pad actual compose selection. The size of the sink pad compose
432 the location of the actual sink compose rectangle in the sink compose
435 4. Source pad actual crop selection. Crop on the source pad defines crop
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js90 …ion(result,actual,expected,message){var source,details={module:this.module.name,name:this.testName… property
91 …{result:!!result,message:message});},pushFailure:function(message,source,actual){if(!this instance… argument
93 ….module.name,name:this.testName,result:false,message:message||"error",actual:actual||null,testId:t… property
113actual,expected,message){this.push(expected==actual,actual,expected,message);},notEqual:function(a… argument
114 currentTest.ignoreGlobalErrors=true;try{block.call(currentTest.testEnvironment);}catch(e){actual=e;}
115actual){expectedType=QUnit.objectType(expected);if(!expected){ok=true;expectedOutput=null;}else if…
116 currentTest.assert.push(ok,actual,expectedOutput,message);}};(function(){Assert.prototype.raises=As…
326 …}});QUnit.log(function(details){var assertList,assertLi,message,expected,actual,testItem=id("qunit…
327 …cted=escapeText(QUnit.dump.parse(details.expected));actual=escapeText(QUnit.dump.parse(details.act…
329 "</pre></td></tr>";if(actual!==expected){message+="<tr class='test-actual'><th>Result: </th><td><pr…
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/edp/
H A Dedp_connector.c65 long actual, requested; in edp_connector_mode_valid() local
68 actual = kms->funcs->round_pixclk(kms, in edp_connector_mode_valid()
71 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid()
72 if (actual != requested) in edp_connector_mode_valid()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddebug.h139 * (if level <= actual debug level)
160 * (if level <= actual debug level)
182 * (if level <= actual debug level)
204 * debug area (if level <= actual debug level)
233 * (if level $<=$ actual debug level).
262 * (if level <= actual debug level)
284 * (if level <= actual debug level)
307 * (if level <= actual debug level)
330 * debug area (if level <= actual debug level)
362 * (if level <= actual debug level)
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dfifo.c79 pkt->actual = 0; in usbhs_pkt_push()
421 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done()
533 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push()
534 len = pkt->length - pkt->actual; in usbhsf_pio_try_push()
562 pkt->actual += total_len; in usbhsf_pio_try_push()
564 if (pkt->actual < pkt->length) in usbhsf_pio_try_push()
583 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push()
671 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop()
672 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop()
677 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop()
[all …]

12345678910>>...202