| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | tps65090_regulator.c | 90 int loops; in tps65090_fet_set_enable() local 96 for (loops = 0;; loops++) { in tps65090_fet_set_enable() 110 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable() 111 else if (loops) in tps65090_fet_set_enable() 113 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ |
| H A D | syslib.c | 20 void sdelay(unsigned long loops) in sdelay() argument 23 "bne 1b":"=r" (loops):"0"(loops)); in sdelay()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | cpu.c | 27 void sdelay(unsigned long loops) in sdelay() argument 30 "b.ne 1b" : "=r" (loops) : "0"(loops) : "cc"); in sdelay()
|
| /openbmc/u-boot/board/isee/igep00x0/ |
| H A D | common.c | 32 int loops = 100; in board_init() local 44 if (--loops == 0) { in board_init()
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | spl_id_nand.c | 30 int loops = 1000; in identify_nand_chip() local 43 if (--loops == 0) in identify_nand_chip()
|
| /openbmc/u-boot/board/armltd/vexpress/ |
| H A D | vexpress_common.c | 43 static inline void delay(ulong loops) in delay() argument 47 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inffast.c | 257 unsigned long loops; in inflate_fast() local 271 loops = len >> 1; in inflate_fast() 274 while (--loops); in inflate_fast() 289 loops = len >> 1; in inflate_fast() 292 while (--loops); in inflate_fast()
|
| /openbmc/u-boot/board/cirrus/edb93xx/ |
| H A D | edb93xx.c | 46 register uint32_t loops = (usecs * 1000) / 20; in early_udelay() local 50 "bne 1b" : "=r" (loops) : "0" (loops)); in early_udelay()
|
| /openbmc/u-boot/arch/arm/mach-k3/include/mach/ |
| H A D | sys_proto.h | 10 void sdelay(unsigned long loops);
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_reset_loop.robot | 33 # By default run test for 50 loops, else user input iteration. 43 # By default run test for 50 loops, else user input iteration. 53 # By default run test for 50 loops, else user input iteration. 63 # By default run test for 50 loops, else user input iteration.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-avoid-gcc-optimize-away-the-loops.patch | 4 Subject: [PATCH] [PATCH] avoid gcc optimize-away the loops 9 benchmarks so GCC doesn't optimize-away the loops, other
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | 0004-Remove-clang-unsupported-compiler-flags.patch | 50 - : #> optimize="$optimize -funroll-loops" 51 - : #> optimize="$optimize -funroll-all-loops"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/ |
| H A D | caps_0.9.26.bb | 16 CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-switch-to-python3.patch | 32 - print " -c, --loop-count=NUMBER number of loops (default 1)" 37 + print(" -c, --loop-count=NUMBER number of loops (default 1)")
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | README | 8 FanController PID loops.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/ |
| H A D | nostrip.patch | 25 - CFLAGS="$CFLAGS -Os -fomit-frame-pointer -fno-unroll-loops "
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | imap-2007f-format-security.patch | 20 sleep (5); /* slow down in case it loops */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
| H A D | CVE-2021-42260.patch | 22 + // there is something wrong here. Just advance the pointer to evade infinite loops
|
| /openbmc/u-boot/board/kosagi/novena/ |
| H A D | video.c | 282 int ret, loops = 250; in detect_lvds() local 293 while (--loops) { in detect_lvds()
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/ |
| H A D | alsa-equal_0.6.bb | 25 CFLAGS='${CFLAGS} -I. -funroll-loops -ffast-math -fPIC -DPIC' \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/ |
| H A D | support-cross-compile-for-linux.patch | 24 #CCO_LINUX+=-O9 -pipe -fomit-frame-pointer -finline-functions -funroll-loops -fstrength-reduce
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 8 the function increase_datafile_size can loops forever
|
| /openbmc/openbmc/poky/meta/recipes-support/ptest-runner/ |
| H A D | ptest-runner_2.4.5.1.bb | 3 program which loops through all installed ptest test suites and \
|
| /openbmc/u-boot/doc/ |
| H A D | README.watchdog | 4 This enables hw_watchdog_reset to be called during various loops,
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch | 9 I suspect something in the musl memory allocation code loops indefinitely
|