Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/u-boot/lib/
H A Dsha512.c206 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_update() local
212 if (unlikely((partial + len) >= SHA512_BLOCK_SIZE)) { in sha512_base_do_update()
215 if (partial) { in sha512_base_do_update()
216 int p = SHA512_BLOCK_SIZE - partial; in sha512_base_do_update()
218 memcpy(sctx->buf + partial, data, p); in sha512_base_do_update()
232 partial = 0; in sha512_base_do_update()
235 memcpy(sctx->buf + partial, data, len); in sha512_base_do_update()
242 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_finalize() local
244 sctx->buf[partial++] = 0x80; in sha512_base_do_finalize()
245 if (partial > bit_offset) { in sha512_base_do_finalize()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/
H A Dacx22-yaml-config.bb49 -o fru-read-partial.yaml ${EXTRA_MRW_SCRIPT_ARGS}
50 cat fru-read-partial.yaml ${ACx22_IPMI_EXTRA_FRU_READ_YAMLS} \
64 -o sensors-partial.yaml ${EXTRA_MRW_SCRIPT_ARGS}
65 cat sensors-partial.yaml ${ACx22_IPMI_EXTRA_SENSOR_YAMLS} \
/openbmc/qemu/target/hppa/
H A Dmachine.c128 HPPATLBEntry *partial = NULL; in tlb_post_load() local
142 } else if (partial == NULL && e->itree.start < e->itree.last) { in tlb_post_load()
143 partial = e; in tlb_post_load()
149 env->tlb_partial = partial; in tlb_post_load()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py655 partial = ''
659 partial += ' ' + line.strip()
660 if partial.endswith('\\'):
661 partial = partial[:-1]
664 process_macro(in_keyword, partial)
665 partial = ''
672 partial = line.strip()
673 if partial.endswith('\\'):
674 partial = partial[:-1]
681 process_macro(in_keyword, partial)
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_esel.robot117 ... oem partial add command with incorrect reservation id.
118 ... It simulates sending partial add command with fake content
132 ... oem partial add command with correct reservation id. It
133 ... simulates sending partial add command with fake content
177 [Documentation] Check if IPMI rejects the OEM partial add command.
218 [Documentation] Check if IPMI accepts the OEM partial add command.
/openbmc/u-boot/drivers/video/
H A Dipu_disp.c422 int partial = 0; in ipu_dp_init() local
427 partial = 1; in ipu_dp_init()
430 partial = 0; in ipu_dp_init()
433 partial = 0; in ipu_dp_init()
441 if (partial) { in ipu_dp_init()
507 int partial = 0; in ipu_dp_uninit() local
511 partial = 1; in ipu_dp_uninit()
514 partial = 0; in ipu_dp_uninit()
517 partial = 0; in ipu_dp_uninit()
522 if (partial) in ipu_dp_uninit()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAdobe-Utopia3 whole and partial copies of the software and that the following trademark
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A D0003-gen_def.patch6 This is partial port because half of this patch is already present in our
/openbmc/qemu/host/include/i386/host/
H A Dbufferiszero.c.inc26 /* Collect a partial block at tail end. */
72 /* Collect a partial block at tail end. */
/openbmc/u-boot/common/
H A Dusb_storage.c368 int partial; in us_one_transfer() local
392 this_xfer, &partial, in us_one_transfer()
395 result, partial, this_xfer); in us_one_transfer()
409 if (this_xfer == partial) { in us_one_transfer()
424 if (this_xfer == partial) { in us_one_transfer()
431 us->pusb_dev->status, partial); in us_one_transfer()
436 this_xfer -= partial; in us_one_transfer()
437 buf += partial; in us_one_transfer()
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor_nuvoton_npcm8xx.bbclass7 # link images for we only need to flash partial image with idea name
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces/
H A D0001-netifaces-initialize-msghdr-in-a-portable-way.patch7 full structure will cause wrong assignments, doing partial assignment is
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-Initialize-msghdr-struct-in-a-portable-way.patch7 compile errors on musl, therefore do partial intialization and then
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-isns/
H A Dopen-isns_0.102.bb5 DESCRIPTION = "This is a partial implementation of RFC4171, the Internet \
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.sol31 regarding acks, partial acks, sequence numbers. SOL acknowledgements
32 packets be acks, partial acks (the remote destination processed only some
/openbmc/qemu/host/include/aarch64/host/
H A Dbufferiszero.c.inc26 /* Collect a partial block at tail end. */
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/
H A DAdd-target-to-only-build-tests-not-run-them.patch43 …VALGRIND = valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes @IF_ASM@ --partial-l…
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction26 b) Multiple times in the past people have wanted to report partial results.
100 misleading marketing which tries to sell systems based on partial
103 We have seen many cases in the past where partial or misleading
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch23 + - (#1499) repeat read and write attempts on partial buffer fill/empty to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/
H A D0001-Fix-build-error-in-gcc-15.0.1-due-to-function-redecl.patch51 /* gaussian elimination with partial pivoting */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch44 - status("Files partially matched: %"PRIu64, this->match.partial);
49 + status("Files partially matched: %" PRIu64, this->match.partial);
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py17 from functools import partial
65 newfunc = partial(self.remoteCommand, name)
81 newfunc = partial(self.remoteCommand, name)
108 newfunc = partial(self.remoteCommand, name)
/openbmc/u-boot/doc/
H A DREADME.autoboot123 partial match is detected, the first non-matching character
125 for a shorter partial match, so it's best if the first
/openbmc/qemu/io/
H A Dchannel.c143 bool partial = false; in qio_channel_readv_full_all_eof() local
178 } else if (!partial) { in qio_channel_readv_full_all_eof()
209 partial = true; in qio_channel_readv_full_all_eof()
/openbmc/webui-vue/docs/customization/
H A Dbuild.md99 2. Create a `_<ENV_NAME>.scss` partial in `src/env/assets/styles`. **danger**
163 | CUSTOM_STYLES | Load env-specific SCSS partial

1234