Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 54) sorted by relevance

123

/buildroot/support/testing/tests/package/
A Dsample_gst1_python.py11 def on_message(bus, message, loop): argument
14 loop.quit()
25 loop = GLib.MainLoop()
26 bus.connect("message", on_message, loop)
27 loop.run()
/buildroot/package/gcc/8.4.0/
A D0001-xtensa-fix-PR-target-91880.patch6 Xtensa hwloop_optimize segfaults when zero overhead loop is about to be
8 Insert zero overhead loop instruction into new basic block before the
9 loop when basic block that precedes the loop is empty.
14 loop instruction into new basic block before the loop when basic
15 block that precedes the loop is empty.
30 @@ -4232,7 +4232,9 @@ hwloop_optimize (hwloop_info loop)
34 - if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1)
36 + if (!single_succ_p (entry_bb) || vec_safe_length (loop->incoming) > 1
41 @@ -4253,7 +4255,6 @@ hwloop_optimize (hwloop_info loop)
/buildroot/package/aespipe/
A DConfig.in8 It can be used to encrypt and decrypt loop-AES compatible
11 http://loop-aes.sourceforge.net/
A DConfig.in.host7 archives. It can be used to encrypt and decrypt loop-AES
10 http://loop-aes.sourceforge.net/
A Daespipe.mk9 AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
A Daespipe.hash1 # From https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4g/
/buildroot/package/libuev/
A DConfig.in4 Simple event loop for Linux.
/buildroot/package/libwebsockets/
A DConfig.in15 bool "enable external poll loop support"
18 Enable external poll loop support code. This was
/buildroot/package/libblockdev/
A Dlibblockdev.mk18 --with-loop \
44 LIBBLOCKDEV_CONF_OPTS += --with-loop
46 LIBBLOCKDEV_CONF_OPTS += --without-loop
/buildroot/package/python-anyio/
A DConfig.in7 event loop implementations.
/buildroot/package/coxpcall/
A DConfig.in5 based loop, so errors can be handled without the usual
/buildroot/package/babeld/
A DConfig.in5 Babel is a loop-avoiding distance-vector routing protocol for
/buildroot/package/lxc/
A Dlxc.mk46 LXC_CONF_OPTS += -Dio-uring-event-loop=true
49 LXC_CONF_OPTS += -Dio-uring-event-loop=false
/buildroot/package/python-uvloop/
A DConfig.in11 Fast implementation of asyncio event loop on top of libuv.
/buildroot/package/makedevs/
A Dmakedevs.c569 goto loop; in main()
574 goto loop; in main()
584 goto loop; in main()
589 goto loop; in main()
594 goto loop; in main()
603 goto loop; in main()
622 goto loop; in main()
644 loop: in main()
/buildroot/package/dbus-cpp/
A DConfig.in12 It also offers an optional own main loop.
/buildroot/package/shellinabox/
A D0002-CVE-2018-16789-fix-for-broken-multipart-form-data.patch6 Malformed multipart/form-data payload results in infinite loop and thus denial of service
/buildroot/package/keyutils/
A D0002-cifs.patch11 create user debug:loop:* * |/bin/cat
/buildroot/boot/grub2/
A Dreadme.txt12 3. Setup loop device and loop partitions
24 6. Cleanup loop device
67 3. Setup loop device and loop partitions
81 6 Cleanup loop device
/buildroot/package/libsoup3/
A DConfig.in12 and the GLib main loop, to integrate well with GNOME
/buildroot/package/libsoup/
A DConfig.in12 and the GLib main loop, to integrate well with GNOME
/buildroot/package/cairo/
A D0001-_arc_max_angle_for_tolerance_normalized-fix-infinite.patch4 Subject: [PATCH] _arc_max_angle_for_tolerance_normalized: fix infinite loop
/buildroot/package/freerdp/
A D0001-Fix-variable-declaration-in-loop.patch4 Subject: [PATCH] Fix variable declaration in loop
A D0002-Fixed-variable-declaration-in-loop.patch4 Subject: [PATCH] Fixed variable declaration in loop
/buildroot/package/tinyxml/
A D0001-In-stamp-always-advance-the-pointer-if-p-0xef.patch9 loop. (CVE-2021-42260)

Completed in 47 milliseconds

123