Home
last modified time | relevance | path

Searched refs:repeatable (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/u-boot/cmd/
H A Dtime.c31 int repeatable = 0; in do_time() local
36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
H A Ddtimg.c120 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_dtimg()
H A Dmmc.c395 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcrpmb()
981 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_mmcops()
H A Dboot_android.c625 if (flag == CMD_FLAG_REPEAT && !cp->repeatable) in do_boot_avb()
/OK3568_Linux_fs/u-boot/common/
H A Dcli_simple.c184 int repeatable = 1; in cli_simple_run_command() local
249 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command()
257 return rc ? rc : repeatable; in cli_simple_run_command()
H A Dcommand.c505 int *repeatable, ulong *ticks) in cmd_process() argument
540 *repeatable &= cmdtp->repeatable; in cmd_process()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.commands6 U_BOOT_CMD(name,maxargs,repeatable,command,"usage","help")
10 repeatable: either 0 or 1 to indicate if autorepeat is allowed
/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h33 int repeatable; /* autorepeat allowed? */ member
143 int *repeatable, unsigned long *ticks);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgsrt.c123 time_t now = sox_globals.repeatable? 0 : time(NULL); in start_write()
124 struct tm const * t = sox_globals.repeatable? gmtime(&now) : localtime(&now); in start_write()
H A Dcvsd.c580 hdr->Unixtime = sox_globals.repeatable? 0 : time(NULL); in make_dvms_hdr()
H A Dsox.h1315 sox_bool repeatable; /**< true to use pre-determined timestamps and PRNG seed */ member
H A Daiff.c721 lsx_writedw(ft, (unsigned)((sox_globals.repeatable? 0 : time(NULL)) + 2082844800)); in aiffwriteheader()
H A Dsox.c2376 sox_globals.repeatable = sox_true; in parse_gopts_and_fopts()
2967 if (!sox_globals.repeatable) {/* Re-seed PRNG? */ in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-tempdir_2019.10.12.bb1 DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
/OK3568_Linux_fs/buildroot/package/python-docopt/
H A DConfig.in7 you don't need to write this stupid repeatable parser-code,
/OK3568_Linux_fs/buildroot/package/nodejs/
H A DConfig.in60 for available installation methods. For repeatable builds,
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-cargo.txt8 manages their dependencies, to ensure repeatable builds. Cargo packages are
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DREADME116 produce more consistent and repeatable results. Check the log file
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog364 o Fix missing documentation for -R (repeatable), and pulseaudio driver.
488 o Rationalise use of and make repeatable across different platforms
610 o Writing aiff, aifc & dvms now repeatable with -R. (robs)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191130.patch.gz1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig1685 It is, however, intended as a diagnostic tool; if repeatable
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt2831 repeatable BIOS-originated corruption always
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-92126 You can obtain repeatable sequences of numbers on a particular
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-92126 You can obtain repeatable sequences of numbers on a particular
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info49475 optional elements and ... marking repeatable elements. The elements are

12