Home
last modified time | relevance | path

Searched refs:succ (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.c1091 int tests = 0, succ = 0, fail = 0; in main() local
1092 tests++; if (T_div_s8()) succ++; else fail++; in main()
1093 tests++; if (T_div_s16()) succ++; else fail++; in main()
1094 tests++; if (T_div_s32()) succ++; else fail++; in main()
1095 tests++; if (T_div_s64()) succ++; else fail++; in main()
1096 tests++; if (T_div_long()) succ++; else fail++; in main()
1097 tests++; if (T_div_longlong()) succ++; else fail++; in main()
1098 tests++; if (T_div_ssizet()) succ++; else fail++; in main()
1099 tests++; if (T_div_u8()) succ++; else fail++; in main()
1100 tests++; if (T_div_u16()) succ++; else fail++; in main()
[all …]
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.c1167 int tests = 0, succ = 0, fail = 0; in main() local
1168 tests++; if (T_div_s8()) succ++; else fail++; in main()
1169 tests++; if (T_div_s16()) succ++; else fail++; in main()
1170 tests++; if (T_div_s32()) succ++; else fail++; in main()
1171 tests++; if (T_div_s64()) succ++; else fail++; in main()
1172 tests++; if (T_div_long()) succ++; else fail++; in main()
1173 tests++; if (T_div_longlong()) succ++; else fail++; in main()
1174 tests++; if (T_div_ssizet()) succ++; else fail++; in main()
1175 tests++; if (T_div_u8()) succ++; else fail++; in main()
1176 tests++; if (T_div_u16()) succ++; else fail++; in main()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch66 + succ = BlockDev.lvm_pvcreate(self.loop_dev, 0, 0, None)
67 + self.assertTrue(succ)
69 + succ = BlockDev.lvm_vgcreate("testVG", [self.loop_dev], 0, None)
70 + self.assertTrue(succ)
72 + succ = BlockDev.lvm_lvcreate("testVG", "testLV", 10 * 1024**2)
73 + self.assertTrue(succ)
80 + succ = BlockDev.lvm_lvcreate("testVG", "testLV2", 10 * 1024**2)
81 + self.assertTrue(succ)
88 + succ = BlockDev.lvm_lvresize("testVG", "testLV", 20 * 1024**2, None)
89 + self.assertTrue(succ)
/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 Dshortest-paths.h110 edge_t *succ; in shortest_paths() local
111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
114 node_t *dest = succ->m_dest; in shortest_paths()
119 m_prev[dest->m_index] = succ; in shortest_paths()
H A Dgraphds.h37 struct graph_edge *pred, *succ; member
H A Dbasic-block.h280 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) argument
/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 Dshortest-paths.h110 edge_t *succ; in shortest_paths() local
111 FOR_EACH_VEC_ELT (n->m_succs, i, succ) in shortest_paths()
114 node_t *dest = succ->m_dest; in shortest_paths()
119 m_prev[dest->m_index] = succ; in shortest_paths()
H A Dgraphds.h37 struct graph_edge *pred, *succ; member
H A Dbasic-block.h280 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) argument
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_recent.c568 bool add, succ; in recent_mt_proc_write() local
601 succ = in6_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
604 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write()
607 if (!succ) in recent_mt_proc_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/
H A Dast_mode.c759 bool succ; in ast_crtc_helper_atomic_check() local
770 succ = ast_get_vbios_mode_info(format, &state->mode, in ast_crtc_helper_atomic_check()
773 if (!succ) in ast_crtc_helper_atomic_check()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c2436 bool succ = true; in sh_css_create_isp_params() local
2476 succ &= (ddr_ptrs->isp_param != mmgr_NULL); in sh_css_create_isp_params()
2482 succ &= (ddr_ptrs->macc_tbl != mmgr_NULL); in sh_css_create_isp_params()
2486 if (!succ) in sh_css_create_isp_params()
4012 bool succ; in write_ia_css_isp_parameter_set_info_to_ddr() local
4021 succ = (*out != mmgr_NULL); in write_ia_css_isp_parameter_set_info_to_ddr()
4022 if (succ) in write_ia_css_isp_parameter_set_info_to_ddr()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c1869 u32 entry = 0, size = 0, succ = 0; in prom_instantiate_sml() local
1888 if (call_prom_ret("call-method", 2, 2, &succ, in prom_instantiate_sml()
1890 ibmvtpm_inst) != 0 || succ == 0) { in prom_instantiate_sml()