Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 47) sorted by relevance

12

/u-boot/fs/yaffs2/
A Dyaffs_yaffs2.c269 int ok; in yaffs2_rd_checkpt_validity_marker() local
273 if (ok) in yaffs2_rd_checkpt_validity_marker()
315 int ok; in yaffs2_wr_checkpt_dev() local
344 int ok; in yaffs2_rd_checkpt_dev() local
475 if (ok) in yaffs2_checkpt_tnode_worker()
494 if (ok) in yaffs2_wr_checkpt_tnodes()
581 if (ok) in yaffs2_wr_checkpt_objs()
633 if (ok) in yaffs2_rd_checkpt_objs()
642 int ok; in yaffs2_wr_checkpt_sum() local
659 int ok; in yaffs2_rd_checkpt_sum() local
[all …]
A Dyaffs_checkptrw.c261 int ok = 1; in yaffs2_checkpt_wr() local
270 while (i < n_bytes && ok) { in yaffs2_checkpt_wr()
282 ok = yaffs2_checkpt_flush_buffer(dev); in yaffs2_checkpt_wr()
291 int ok = 1; in yaffs2_checkpt_rd() local
303 while (i < n_bytes && ok) { in yaffs2_checkpt_rd()
314 ok = 0; in yaffs2_checkpt_rd()
334 ok = 0; in yaffs2_checkpt_rd()
/u-boot/post/lib_powerpc/fpu/
A Dcompare-fp-1.c22 #define TEST(c) if ((c) != ok) failed++
36 static void iuneq (float x, float y, int ok) in iuneq() argument
43 static void ieq (float x, float y, int ok) in ieq() argument
48 static void iltgt (float x, float y, int ok) in iltgt() argument
55 static void ine (float x, float y, int ok) in ine() argument
60 static void iunlt (float x, float y, int ok) in iunlt() argument
66 static void ilt (float x, float y, int ok) in ilt() argument
75 static void iunle (float x, float y, int ok) in iunle() argument
81 static void ile (float x, float y, int ok) in ile() argument
96 static void igt (float x, float y, int ok) in igt() argument
[all …]
A Dmul-subnormal-single-1.c42 static int ok = 1; variable
53 ok = 0; in tstmul()
78 if (!ok) { in fpu_post_test_math7()
/u-boot/arch/arm/lib/
A Dcache.c56 int ok = 1; in check_cache_range() local
59 ok = 0; in check_cache_range()
62 ok = 0; in check_cache_range()
64 if (!ok) { in check_cache_range()
69 return ok; in check_cache_range()
/u-boot/tools/patman/
A Dcontrol.py90 ok = checkpatch.check_patches(verbose, patch_files, use_tree)
92 ok = True
93 return ok
170 ok = check_patches(series, patch_files, args.check_patch,
173 ok = ok and gitutil.check_suppress_cc_config()
175 its_a_go = ok or args.ignore_errors
A Dtest_checkpatch.py299 self.assertEqual(result.ok, True)
310 self.assertEqual(result.ok, False)
321 self.assertEqual(result.ok, False)
332 self.assertEqual(result.ok, False)
343 self.assertEqual(result.ok, False)
A Dcheckpatch.py144 result.ok = False
179 result.ok = True
181 result.ok = False
256 if not result.ok:
/u-boot/tools/u_boot_pylib/
A Dtest_util.py76 ok = False
79 ok = True
85 ok = False
86 if not ok:
/u-boot/doc/board/actions/
A Dcubieboard7.rst75 35% write p0 size = 2048 : ok
77 35% write p1 size = 2048 : ok
79 36% write p2 size = 98304 : ok
81 94% write p3 size = 4608000 : ok
83 94% write p4 size = 20480 : ok
/u-boot/lib/
A Dsscanf.c696 goto ok; in vsscanf()
703 goto ok; in vsscanf()
711 goto ok; in vsscanf()
722 goto ok; in vsscanf()
728 goto ok; in vsscanf()
737 goto ok; in vsscanf()
747 ok: in vsscanf()
A Dmembuff.c295 bool ok = false; in membuff_readline() local
303 ok = true; in membuff_readline()
313 if (!ok) { in membuff_readline()
/u-boot/drivers/block/
A Dblk_legacy.c77 int devnum, ok; in blk_list_part() local
83 for (ok = 0, devnum = 0; devnum < drv->max_devs; ++devnum) { in blk_list_part()
87 ++ok; in blk_list_part()
94 if (!ok) in blk_list_part()
A Dblk-uclass.c237 int devnum, ok; in blk_list_part() local
240 for (ok = 0, devnum = 0;; ++devnum) { in blk_list_part()
247 ++ok; in blk_list_part()
253 if (!ok) in blk_list_part()
/u-boot/tools/binman/etype/
A Dblob_dtb.py71 ok = super().WriteData(data, decomp)
77 return ok
/u-boot/tools/binman/test/
A D266_blob_ext_opt.dts10 ok {
/u-boot/arch/arm/dts/
A Darmada-385-atl-x530DP.dtsi68 output-ok-gpio = <&gpio1 16 GPIO_ACTIVE_HIGH>;
79 output-ok-gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
A Dkirkwood-dockstar.dts37 status = "ok";
A Dkirkwood-dreamplug.dts41 status = "ok";
A Dkirkwood-guruplug-server-plus.dts41 status = "ok";
/u-boot/cmd/
A Dmii.c421 int ok = 1; in do_mii() local
430 ok = 0; in do_mii()
437 if (ok) in do_mii()
/u-boot/tools/buildman/
A Dtoolchain.py104 self.ok = result.return_code == 0
107 if self.ok:
116 self.ok = True
304 add_it = toolchain.ok
/u-boot/doc/sphinx/
A Dkfigure.py276 ok = False
281 ok = dot2format(app, src_fname, dst_fname)
285 ok = svg2pdf(app, src_fname, dst_fname)
287 if not ok:
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_emac.h30 u32 ok; member
/u-boot/scripts/kconfig/
A Dqconf.cc56 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) in readSizes() argument
68 *ok = true; in readSizes()
71 *ok = false; in readSizes()
1279 bool ok; in ConfigSearchWindow() local
1289 QList<int> sizes = configSettings->readSizes("/split", &ok); in ConfigSearchWindow()
1290 if (ok) in ConfigSearchWindow()
1337 bool ok = true; in ConfigMainWindow() local
1512 QList<int> sizes = configSettings->readSizes("/split1", &ok); in ConfigMainWindow()
1513 if (ok) in ConfigMainWindow()
1516 sizes = configSettings->readSizes("/split2", &ok); in ConfigMainWindow()
[all …]

Completed in 51 milliseconds

12