Home
last modified time | relevance | path

Searched full:backwards (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/openbmc/linux/net/ipv4/netfilter/
H A DKconfig73 This is a backwards-compat option for the user's convenience
81 This is a backwards-compat option for the user's convenience
148 This is a backwards-compat option for the user's convenience
168 This is a backwards-compat option for the user's convenience
228 This is a backwards-compat option for the user's convenience
236 This is a backwards-compat option for the user's convenience
245 This is a backwards-compat option for the user's convenience
282 This is a backwards-compatible option for the user's convenience
/openbmc/linux/mm/kmsan/
H A Dcore.c91 bool backwards; in kmsan_internal_memmove_metadata() local
124 backwards = dst > src; in kmsan_internal_memmove_metadata()
125 i = backwards ? min(src_slots, dst_slots) - 1 : 0; in kmsan_internal_memmove_metadata()
126 iter = backwards ? -1 : 1; in kmsan_internal_memmove_metadata()
183 * needs to be duplicated, depending on the copy direction (@backwards) in kmsan_internal_memmove_metadata()
188 * backwards = 0: in kmsan_internal_memmove_metadata()
191 * backwards = 1: in kmsan_internal_memmove_metadata()
196 if (backwards) { in kmsan_internal_memmove_metadata()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dgeneric_timer.c29 * value than the previous one, thus reporting the time to go backwards.
52 * to all 0's or all 1's, leading to jumps forwards or backwards.
53 * Backwards jumps might be interpreted all roll-overs and be treated as
/openbmc/linux/net/ipv6/netfilter/
H A DKconfig66 This is a backwards-compat option for the user's convenience
126 This is a backwards-compat option for the user's convenience
182 This is a backwards-compatible option for the user's convenience
271 This is a backwards-compat option for the user's convenience
/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/
H A Dicon-naming-utils_0.8.90.bb2 SUMMARY = "Enables backwards compatibility with current desktop icon themes"
3 DESCRIPTION = "A Perl script used for maintaining backwards \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/
H A D0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch8 then a backwards-compatibility shim was belatedly added in
32 + * backwards-compatibility shim was added in a subsequent commit, but
/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h18 * 2) Increment MINOR version if you add backwards compatible features or
21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
/openbmc/qemu/include/exec/
H A Dreplay-core.h33 * Used by gdbstub for backwards debugging.
39 * Used by gdbstub for backwards debugging.
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h49 /* signal 31 is no longer "unused", but the SIGUNUSED macro remains for backwards compatibility */
71 * in wrong. ;-( To preserve backwards compatibility, we leave the kernel at the
/openbmc/linux/include/uapi/linux/
H A Dshm.h27 /* Obsolete, used only for backwards compatibility and libc5 compiles */
92 /* Obsolete, used only for backwards compatibility */
/openbmc/qemu/tests/vm/
H A Daarch64vm.py31 # parameters that works for backwards compatibility.
61 # set the config values for backwards compatibility.
/openbmc/linux/drivers/scsi/
H A Dst_options.h27 that can't space backwards over records. NOTE: The tape will be
28 spaced backwards over an "accidentally" crossed filemark in any case. */
/openbmc/qemu/docs/interop/
H A Dqed_spec.txt40 …es'' bits enabled must not be opened. File format changes that are not backwards-compatible must …
41 …e opened safely. The unknown features are simply ignored and represent backwards-compatible chang…
42 … can be opened safely after clearing the unknown bits. This allows for backwards-compatible chang…
/openbmc/linux/fs/fuse/
H A Dacl.c63 * the host to retain backwards compatibility. in fuse_no_acl()
87 * vfs. Retain that behavior for backwards compatibility as there are in fuse_get_inode_acl()
/openbmc/linux/include/uapi/drm/
H A Dmsm_drm.h35 * subject to backwards-compatibility constraints:
42 * value should have a backwards compatible meaning. And for
90 /* For backwards compat. The original support for preemption was based on
341 * backwards compatibility as a "default" submitqueue
/openbmc/linux/tools/include/linux/
H A Dlist.h423 * list_for_each_prev - iterate over a list backwards
441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
463 * list_for_each_entry_reverse - iterate backwards over list of given type.
499 * list_for_each_entry_continue_reverse - iterate backwards from the given point
504 * Start to iterate over list of given type backwards, continuing after
569 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
575 * Iterate backwards over list of given type, safe against removal
/openbmc/qemu/docs/system/
H A Dreplay.rst199 commands. The first one steps single instruction backwards in time,
203 execute the code in backwards direction, but can load a snapshot and
208 - ``reverse-stepi`` (or ``rsi``) - step one instruction backwards
/openbmc/qemu/hw/rtc/
H A Dpl031.c232 * subsection, and the backwards-compatible time-relative-to-vm_clock in pl031_pre_save()
260 * go backwards compared to the host RTC, but this is unavoidable. in pl031_post_load()
326 * at the expense of the guest RTC going backwards compared with the
/openbmc/linux/include/linux/
H A Dcrc32c.h9 /* This macro exists for backwards-compatibility. */
/openbmc/qemu/tests/qapi-schema/
H A Dreserved-member-u.json5 # struct to union while remaining backwards compatible in QMP.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-monotonic_1.6.bb1 …() function which returns the value (in fractional seconds) of a clock which never goes backwards."
/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst35 ``CLOCK_REALTIME`` (NTP corrections including going backwards),
36 ``CLOCK_MONOTONIC`` (NTP corrections but never going backwards),
87 For backwards compatibility with previous implementations that did not
/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c302 * we saw a time-warp of the TSC going backwards: in check_tsc_warp()
310 * one CPU should observe time going backwards. in check_tsc_warp()
499 * observed time going backwards so this TSC was ahead and in check_tsc_sync_target()
500 * needs to move backwards. in check_tsc_sync_target()
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.c69 increases. For the deflate format, these bits are stored backwards in zlib_inflate_table()
72 are incremented backwards. in zlib_inflate_table()
227 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
299 /* backwards increment the len-bit code huff */ in zlib_inflate_table()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c79 increases. For the deflate format, these bits are stored backwards in inflate_table()
82 are incremented backwards. in inflate_table()
237 /* backwards increment the len-bit code huff */ in inflate_table()
309 /* backwards increment the len-bit code huff */ in inflate_table()

12345678910>>...35