| /openbmc/qemu/tests/bench/ |
| H A D | benchmark-crypto-cipher.c | 29 size_t remain; in test_cipher_speed() local 62 remain = total; in test_cipher_speed() 63 while (remain) { in test_cipher_speed() 69 remain -= chunk_size; in test_cipher_speed() 79 remain = total; in test_cipher_speed() 80 while (remain) { in test_cipher_speed() 86 remain -= chunk_size; in test_cipher_speed()
|
| H A D | benchmark-crypto-hash.c | 29 size_t remain; in test_hash_speed() local 40 remain = total; in test_hash_speed() 41 while (remain) { in test_hash_speed() 47 remain -= opts->chunk_size; in test_hash_speed()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | prservice.py | 54 (remain, sep, checksum) = v.rpartition('$') 55 (remain, sep, pkgarch) = remain.rpartition('$') 56 (remain, sep, version) = remain.rpartition('$') 57 if (remain + '$' != prefix) or \ 63 value = int(d.getVar(remain + '$' + version + '$' + pkgarch + '$' + checksum))
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0029-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch | 58 +remain="" 81 + remain="${remain} ${arg}" 86 +if [ "${remain}" != "" ]; then 87 + output="${output} "$("$NEXT_LLVM_CONFIG" ${remain})
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | sh_spi.c | 137 int remain = (int)len; in sh_spi_send() local 142 while (remain > 0) { in sh_spi_send() 143 cur_len = (remain < SH_SPI_FIFO_SIZE) ? in sh_spi_send() 144 remain : SH_SPI_FIFO_SIZE; in sh_spi_send() 161 remain -= cur_len; in sh_spi_send() 164 if (remain > 0) in sh_spi_send()
|
| /openbmc/phosphor-ipmi-blobs/example/ |
| H A D | example.cpp | 86 uint32_t remain = sizeof(sess->buffer) - offset; in read() local 87 uint32_t numBytes = std::min(remain, requestedSize); in read() 108 uint32_t remain = sizeof(sess->buffer) - offset; in write() local 109 if (data.size() > remain) in write()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/ |
| H A D | tda38640a.cpp | 60 sdbusplus::async::task<bool> TDA38640A::getUserRemainingWrites(uint8_t* remain) in getUserRemainingWrites() argument 81 *remain = (16 - std::popcount(remainBits)); in getUserRemainingWrites() 390 uint8_t remain = 0; in verifyImage() local 400 if (!(co_await getUserRemainingWrites(&remain))) in verifyImage() 405 debug("User Remaining Writes from device: {REMAIN}", "REMAIN", lg2::dec, in verifyImage() 406 remain); in verifyImage() 408 if (!remain) in verifyImage()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.cpp | 168 sdbusplus::async::task<bool> XDPE1X2XX::getRemainingWrites(uint8_t* remain) in getRemainingWrites() argument 196 *remain = REMAINING_TIMES(rBuf, configSize); in getRemainingWrites() 249 uint8_t remain = 0; in program() local 271 if (!(co_await this->getRemainingWrites(&remain))) in program() 278 debug("Remaining write cycles of VR: {REMAIN}", "REMAIN", remain); in program() 280 if (!remain) in program() 286 if (!force && (remain <= VRWarnRemaining)) in program() 289 "Failed to program the VR - {REMAIN} remaining writes left and not force", in program() 290 "REMAIN", remain); in program()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
| H A D | chassis_status.md | 71 property for the system object path will remain set to 1 for a period of time. 117 chassis will remain set to 0. 146 chassis will remain set to 0. 169 chassis will remain set to 0. 204 chassis will remain set to 0. An error will be logged indicating that the 226 chassis will remain set to 0. An error will be logged indicating that the
|
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.c | 218 struct timespec Wait, Remain; in sigwrap_nanosleep() local 221 rem = &Remain; in sigwrap_nanosleep() 238 …k_nanosleep(clockid_t clock_id, int flags, const struct timespec *request, struct timespec *remain) in sigwrap_clock_nanosleep() argument 240 struct timespec Wait, Remain; in sigwrap_clock_nanosleep() local 242 if (!remain) in sigwrap_clock_nanosleep() 243 remain = &Remain; in sigwrap_clock_nanosleep() 249 int Result = clock_nanosleep(clock_id, flags, &Wait, remain); in sigwrap_clock_nanosleep() 258 Wait = *remain; in sigwrap_clock_nanosleep()
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | serial-howto.txt | 5 ones remain: 33 - (if no boards remain that don't use driver model) remove the old code
|
| H A D | i2c-howto.txt | 5 ones remain: 43 - (if no boards remain that don't use driver model) remove the old code
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | control.h | 49 * is 4*versions_count. The versions buffer must remain 53 * response for this type. The buffer must remain
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.c | 245 struct timespec Wait, Remain; in sigwrap_nanosleep() local 248 rem = &Remain; in sigwrap_nanosleep() 265 …k_nanosleep(clockid_t clock_id, int flags, const struct timespec *request, struct timespec *remain) in sigwrap_clock_nanosleep() argument 267 struct timespec Wait, Remain; in sigwrap_clock_nanosleep() local 269 if (!remain) in sigwrap_clock_nanosleep() 270 remain = &Remain; in sigwrap_clock_nanosleep() 276 int Result = clock_nanosleep(clock_id, flags, &Wait, remain); in sigwrap_clock_nanosleep() 285 Wait = *remain; in sigwrap_clock_nanosleep()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0015-libsparse-Split-off-most-of-sparse_file_read_normal-.patch | 27 + int64_t remain) 32 - int64_t remain = s->len;
|
| /openbmc/webui-vue/src/env/assets/styles/ |
| H A D | _default.scss | 1 // This file shall remain empty.
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | BSD-Systemics-W3Works | 8 modifications remain copyright of W3Works, LLC and attribution for these 10 this copyright must remain with this package.
|
| H A D | hdparm | 7 remain in the source code as-is.
|
| H A D | mailprio | 5 and this list of conditions remain intact and modified versions are
|
| H A D | Xfig | 7 with the only requirement being that this copyright notice remain intact.
|
| H A D | OFL-1.1 | 19 requirement for fonts to remain under this license does not apply 71 remain under this license does not apply to any document created
|
| H A D | OFL-1.1-RFN | 9 …e released under any other type of license. The requirement for fonts to remain under this license… 35 …not be distributed under any other license. The requirement for fonts to remain under this license…
|
| /openbmc/qemu/include/qapi/ |
| H A D | qobject-input-visitor.h | 40 * remain. 46 * remain.
|
| /openbmc/u-boot/include/ |
| H A D | lcd.h | 182 # define CONSOLE_COLOR_WHITE 15 /* Must remain last / highest */ 192 #define CONSOLE_COLOR_WHITE 0x00ffffff /* Must remain last / highest */ 203 # define CONSOLE_COLOR_WHITE 0xffff /* Must remain last / highest */
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inflate.h | 47 DONE, /* finished check, done -- remain here until reset */ 48 BAD, /* got a data error -- remain here until reset */ 49 MEM, /* got an inflate() memory error -- remain here until reset */
|