| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | openbmc_message_registry.readmefirst.md | 25 require an increment to the subminor revision. Changes to existing messages 26 require an increment to the patch version. If the copyright year is different 27 than the current date, increment it when the version is changed.
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7_asm.S | 46 clz r5, r4 @ find bit position of way size increment 64 add r10, r10, #2 @ increment cache number 116 clz r5, r4 @ find bit position of way size increment 134 add r10, r10, #2 @ increment cache number
|
| H A D | psci.S | 213 clz r5, r4 @ find bit position of way size increment 227 add r10, r10, #2 @ increment cache number
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | tablefilter.py | 179 increment = timedelta(days=1) 180 wanted_date = now - increment
|
| /openbmc/qemu/target/xtensa/ |
| H A D | xtensa-isa.c | 132 int fence_post, start, increment, i, byte_count; in xtensa_insnbuf_to_chars() local 141 increment = -1; in xtensa_insnbuf_to_chars() 144 increment = 1; in xtensa_insnbuf_to_chars() 167 fence_post = start + (byte_count * increment); in xtensa_insnbuf_to_chars() 169 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_to_chars() 192 int max_size, insn_size, fence_post, start, increment, i; in xtensa_insnbuf_from_chars() local 212 increment = -1; in xtensa_insnbuf_from_chars() 215 increment = 1; in xtensa_insnbuf_from_chars() 218 fence_post = start + (num_chars * increment); in xtensa_insnbuf_from_chars() 221 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_from_chars()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
| H A D | makedevs.c | 369 unsigned long start = 0, increment = 1, count = 0; in interpret_table_entry() local 373 &increment, &count)) in interpret_table_entry() 416 rdev = MKDEV(major, minor + (i - start) * increment); in interpret_table_entry()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0013-adb-Support-riscv64.patch | 141 +int32_t android_atomic_add(int32_t increment, volatile int32_t *ptr) 147 + status = android_atomic_cas(prev, prev + increment, ptr);
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_poh_counter.robot | 101 # the poh counter reading should not increment. 122 # the pon counter reading should increment by 1.
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | session.hpp | 74 auto increment() in increment() function
|
| H A D | message_parsers.cpp | 314 auto seqNum = session->sequenceNums.increment(); in addSequenceNumber()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/ |
| H A D | fix-csv2html-data.patch | 94 // (sort_ind == 0) then increment col count 145 // (sort_ind == 0) then increment col count
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 74 …`All decisions on auto-increment or decrement of previously accessed memory locations, etc., are t… 80 Based on this, the others EEPROM (not ONSEMI EEPROM) auto-increment - observed
|
| /openbmc/u-boot/board/freescale/mpc8315erdb/ |
| H A D | README | 87 the next 0x20000 increment.
|
| /openbmc/u-boot/board/freescale/mpc8313erdb/ |
| H A D | README | 93 the next 0x20000 increment.
|
| /openbmc/qemu/qapi/ |
| H A D | migration.json | 797 # @cpu-throttle-increment: throttle percentage increase each time 803 # CPU percentage while the @cpu-throttle -increment is excessive 807 # Then we will choose a smaller throttle increment between the one 808 # specified by @cpu-throttle-increment and the one generated by 810 # traditional throttling, meanwhile the throttle increment won't 938 'cpu-throttle-initial', 'cpu-throttle-increment', 978 # @cpu-throttle-increment: throttle percentage increase each time 984 # CPU percentage while the @cpu-throttle -increment is excessive 988 # Then we will choose a smaller throttle increment between the one 989 # specified by @cpu-throttle-increment and the one generated by [all …]
|
| /openbmc/phosphor-fan-presence/docs/monitor/ |
| H A D | method.md | 67 increment/decrement the counter. Defaults to 1s if not present.
|
| /openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
| H A D | ncsi_fsm.c | 445 const ncsi_passthrough_stats_t* increment, network_debug_t* network_debug) { in ncsi_fsm_update_passthrough_stats() argument 448 #define ACCUMULATE_PT_STATS(stat) accumulated->stat += increment->stat; in ncsi_fsm_update_passthrough_stats()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | gitpkgv.bbclass | 21 # v1.2, xtest, v2.0" will force you to increment PE to get upgradeable
|
| /openbmc/qemu/docs/devel/ |
| H A D | lockcnt.rst | 81 to increment and decrement the counter, and to take and release the 129 to increment the ``walking_handlers`` variable. And of course
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 100-use-xtools.patch | 58 # where X.Y.Z is version # (major.minor.increment) of the library
|
| /openbmc/u-boot/common/ |
| H A D | dlmalloc.c | 581 void *sbrk(ptrdiff_t increment) in sbrk() argument 584 ulong new = old + increment; in sbrk() 590 if (increment < 0) in sbrk() 591 memset((void *)new, 0, -increment); in sbrk()
|
| /openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/ |
| H A D | CVE-2025-47268.patch | 11 2) tsum2 increment which uses triptime
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 5057 bool roundNearestEven, increment, isTiny; in roundAndPackFloatx80() local 5146 increment = ((int64_t)zSig1 < 0); in roundAndPackFloatx80() 5149 increment = 0; in roundAndPackFloatx80() 5152 increment = !zSign && zSig1; in roundAndPackFloatx80() 5155 increment = zSign && zSig1; in roundAndPackFloatx80() 5164 && increment in roundAndPackFloatx80() 5181 || !increment in roundAndPackFloatx80() 5194 increment = ((int64_t)zSig1 < 0); in roundAndPackFloatx80() 5197 increment = 0; in roundAndPackFloatx80() 5200 increment = !zSign && zSig1; in roundAndPackFloatx80() [all …]
|
| /openbmc/u-boot/doc/device-tree-bindings/net/ |
| H A D | micrel-ksz90x1.txt | 35 value is 0, and the maximum is property-dependent. The increment
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | parser-helpers.h | 264 HexValue *increment,
|