Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 29) sorted by relevance

12

/SCP-firmware-master/framework/test/
A Dtest_fwk_interrupt.c162 int result; in test_fwk_interrupt_before_init() local
202 int result; in test_fwk_interrupt_init() local
229 int result; in test_fwk_interrupt_is_enabled() local
241 int result; in test_fwk_interrupt_enable() local
250 int result; in test_fwk_interrupt_disable() local
259 int result; in test_fwk_interrupt_is_pending() local
272 int result; in test_fwk_interrupt_set_pending() local
281 int result; in test_fwk_interrupt_clear_pending() local
290 int result; in test_fwk_interrupt_set_isr() local
307 int result; in test_fwk_interrupt_set_isr_param() local
[all …]
A Dtest_fwk_notification.c130 int result; in test_fwk_notification_subscribe() local
145 assert(result == FWK_E_PARAM); in test_fwk_notification_subscribe()
153 assert(result == FWK_E_PARAM); in test_fwk_notification_subscribe()
160 assert(result == FWK_E_PARAM); in test_fwk_notification_subscribe()
166 assert(result == FWK_SUCCESS); in test_fwk_notification_subscribe()
172 assert(result == FWK_E_STATE); in test_fwk_notification_subscribe()
178 assert(result == FWK_SUCCESS); in test_fwk_notification_subscribe()
184 assert(result == FWK_E_STATE); in test_fwk_notification_subscribe()
189 int result; in test_fwk_notification_unsubscribe() local
204 assert(result == FWK_E_PARAM); in test_fwk_notification_unsubscribe()
[all …]
A Dtest_fwk_macros.c45 unsigned int result; in test_fwk_macros_align_next() local
52 assert(result == 64); in test_fwk_macros_align_next()
56 result = FWK_ALIGN_NEXT(value, interval); in test_fwk_macros_align_next()
57 assert(result == 0); in test_fwk_macros_align_next()
62 assert(result == 8); in test_fwk_macros_align_next()
67 assert(result == 16); in test_fwk_macros_align_next()
74 unsigned int result; in test_fwk_macros_align_previous() local
81 assert(result == 0); in test_fwk_macros_align_previous()
86 assert(result == 0); in test_fwk_macros_align_previous()
91 assert(result == 8); in test_fwk_macros_align_previous()
[all …]
A Dtest_fwk_module.c301 bool result; in test_fwk_module_is_valid_module_id() local
306 assert(result); in test_fwk_module_is_valid_module_id()
311 assert(result); in test_fwk_module_is_valid_module_id()
316 assert(!result); in test_fwk_module_is_valid_module_id()
321 assert(!result); in test_fwk_module_is_valid_module_id()
327 bool result; in test_fwk_module_is_valid_event_id() local
332 assert(result); in test_fwk_module_is_valid_event_id()
337 assert(result); in test_fwk_module_is_valid_event_id()
363 bool result; in test_fwk_module_is_valid_notification_id() local
368 assert(result); in test_fwk_module_is_valid_notification_id()
[all …]
A Dtest_fwk_core.c150 int result; in test___fwk_init() local
157 assert(result == FWK_SUCCESS); in test___fwk_init()
168 int result; in test___fwk_run_main_loop() local
207 result = __fwk_init(1); in test___fwk_run_main_loop()
208 assert(result == FWK_SUCCESS); in test___fwk_run_main_loop()
339 int result; in test_fwk_put_event() local
361 result = __fwk_init(2); in test_fwk_put_event()
407 int result; in test_fwk_put_event_light() local
428 result = __fwk_init(2); in test_fwk_put_event_light()
478 int result; in test___fwk_put_notification() local
[all …]
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_iic_dvfs.c218 return result; in IIC_DVFS_FUNC()
228 int32_t result; in IIC_DVFS_FUNC() local
247 return result; in IIC_DVFS_FUNC()
270 return result; in IIC_DVFS_FUNC()
293 return result; in IIC_DVFS_FUNC()
316 return result; in IIC_DVFS_FUNC()
360 return result; in IIC_DVFS_FUNC()
386 return result; in IIC_DVFS_FUNC()
415 return result; in IIC_DVFS_FUNC()
438 return result; in IIC_DVFS_FUNC()
[all …]
/SCP-firmware-master/product/synquacer/module/f_i2c/src/
A Di2c_depend.c43 I2C_ST_PACKET_INFO_t *result = NULL; in i2c_get_channel_structure() local
48 result = &m_stI2C0; in i2c_get_channel_structure()
54 result = &m_stI2C1; in i2c_get_channel_structure()
60 result = &m_stI2C2; in i2c_get_channel_structure()
65 result = NULL; in i2c_get_channel_structure()
69 return result; in i2c_get_channel_structure()
A Di2c_driver.c278 bool result; in i2c_packet_get_send_data() local
285 return result; in i2c_packet_get_send_data()
292 return result; in i2c_packet_put_recv_data()
300 bool result = false; in i2c_handler_buserror() local
308 return result; in i2c_handler_buserror()
318 bool result = false; in i2c_handler_normal() local
401 return result; in i2c_handler_normal()
479 return result; in i2c_handler_common()
486 uint32_t result; in i2c_handler_polling() local
492 for (result = 0; result == 0; /*nop*/) { in i2c_handler_polling()
[all …]
/SCP-firmware-master/tools/
A Dcheck_pycodestyle.py28 result = subprocess.Popen(
34 (stdout, stderr) = result.communicate()
38 if result.returncode != 0:
A Dcheck_doc.py22 result = subprocess.Popen(
28 (stdout, stderr) = result.communicate()
A Dcheck_framework.py27 result = subprocess.Popen(
33 (stdout, stderr) = result.communicate()
A Dcheck_module_utest.py27 result = subprocess.Popen(
33 (stdout, stderr) = result.communicate()
A Dyaml-format.py80 result = os.EX_OK
108 result = os.EX_DATAERR
125 return result
A Dci_cmake.py96 result = check.main()
98 results.append(('Check {}'.format(test_name), result))
135 for result in results:
136 if result[1] == 0:
141 print("{}: {}".format(result[0], verbose_result))
A Dcheck_copyright.py163 result = subprocess.Popen(
172 for line in result.stdout:
/SCP-firmware-master/module/sensor/src/
A Dsensor_extended.c82 uint64_t result = 1; in pow_unsigned() local
84 result *= base; in pow_unsigned()
86 return result; in pow_unsigned()
/SCP-firmware-master/module/cmn_booker/src/
A Dcmn_booker.c116 uint64_t result; in sam_encode_region_size() local
125 result = fwk_math_log2(blocks); in sam_encode_region_size()
127 return result; in sam_encode_region_size()
/SCP-firmware-master/module/cmn_skeena/src/
A Dcmn_skeena.c108 uint64_t result; in sam_encode_region_size() local
117 result = fwk_math_log2(blocks); in sam_encode_region_size()
119 return result; in sam_encode_region_size()
/SCP-firmware-master/module/cmn600/src/
A Dcmn600.c135 uint64_t result; in sam_encode_region_size() local
144 result = fwk_math_log2(blocks); in sam_encode_region_size()
146 return result; in sam_encode_region_size()
/SCP-firmware-master/module/cmn650/src/
A Dcmn650.c152 uint64_t result; in sam_encode_region_size() local
161 result = fwk_math_log2(blocks); in sam_encode_region_size()
163 return result; in sam_encode_region_size()
/SCP-firmware-master/product/rcar/module/rcar_reg_sensor/src/
A Dmod_rcar_reg_sensor.c78 int result, round_offs; in rcar_gen3_thermal_round() local
81 result = (temp + round_offs) / RCAR3_THERMAL_GRAN; in rcar_gen3_thermal_round()
82 return result * RCAR3_THERMAL_GRAN; in rcar_gen3_thermal_round()
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dsysoc.c346 int result; in bus_sysoc_init() local
349 (void)result; in bus_sysoc_init()
358 result = sysoc_wait_status_change( in bus_sysoc_init()
361 fwk_assert(result == FWK_SUCCESS); in bus_sysoc_init()
/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/
A Dsynquacer_ddr.c106 int result = 0; in fw_ddr_init() local
111 result = ddr_ch0_init_mp(); in fw_ddr_init()
113 result = ddr_ch1_init_mp(); in fw_ddr_init()
115 result = ddr_dual_ch_init_mp(); in fw_ddr_init()
117 if (result != 0) { in fw_ddr_init()
120 FWK_LOG_ERR("DDR Initialize Failed.(0x%x)", result); in fw_ddr_init()
/SCP-firmware-master/doc/
A Ddeferred_response_architecture.md125 *driver_response_api* providing the result of operation.
127 to defer post-processing and to provide the result of the operation.
130 retrieving the result of the operation from the event E2's parameters. At the
132 event (PE3) containing the result of the operation.
/SCP-firmware-master/module/cmn700/src/
A Dcmn700.c223 uint64_t result; in sam_encode_region_size() local
232 result = fwk_math_log2(blocks); in sam_encode_region_size()
234 return result; in sam_encode_region_size()

Completed in 57 milliseconds

12