Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/qemu/tests/qemu-iotests/
H A D175.out5 size=1048576, min allocation
9 size=1048576, min allocation
13 size=1048576, max allocation
17 size=1048576, max allocation
21 size=4096, min allocation
25 size=1048576, min allocation
H A D307.out24 base:allocation
53 base:allocation
85 base:allocation
95 base:allocation
122 base:allocation
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-qemu-allocation.out1 QA output created by nbd-qemu-allocation
12 === Check allocation over NBD ===
26 base:allocation
27 qemu:allocation-depth
/openbmc/qemu/docs/interop/
H A Dnbd.rst18 QEMU supports the ``base:allocation`` metadata context as defined in the
41 qemu:allocation-depth
43 In the allocation depth context, the entire 32-bit value represents a
49 in addition to the specific ``qemu:allocation-depth`` and
77 ``NBD_CMD_BLOCK_STATUS`` for ``base:allocation``
85 ``NBD_CMD_BLOCK_STATUS`` for ``qemu:allocation-depth``
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig17 int "Maximum horizontal resolution (for memory allocation purposes)"
26 int "Maximum vertical resolution (for memory allocation purposes)"
35 int "Maximum bits per pixel (for memory allocation purposes)"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A DCVE-2024-45775.patch4 Subject: [PATCH] commands/extcmd: Missing check for failed allocation
7 a grub_arg_list struct but it does not verify the allocation was successful.
8 In case of failed allocation the NULL state pointer can be accessed in
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py208 def on_allocation_size_changed(self, widget, allocation): argument
209 self.hadj.page_size = allocation.width
210 self.hadj.page_increment = allocation.width * 0.9
211 self.vadj.page_size = allocation.height
212 self.vadj.page_increment = allocation.height * 0.9
213 self.our_width = allocation.width
216 self.our_height = allocation.height
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/
H A D0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch8 anything in '*t'. After the loop the uppercase string's allocation is
10 '*t', which points into the freed allocation, for the purpose of NULL-
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A Davoid-glibc-clashes.patch2 Subject: [PATCH] Avoid aligned allocation function name clashes
4 glibc added new methods for aligned allocation and it clashes with the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A DCVE-2017-8374.patch128 unsigned char allocation[2][32], scalefactor[2][32];
175 if (allocation[ch][sb]) {
186 nb = allocation[ch][sb];
197 if ((nb = allocation[0][sb])) {
253 unsigned char allocation[2][32], scfsi[2][32], scalefactor[2][32][3];
272 allocation[ch][sb] = mad_bit_read(&stream->ptr, nbal);
284 allocation[0][sb] =
285 allocation[1][sb] = mad_bit_read(&stream->ptr, nbal);
291 - if (allocation[ch][sb])
292 + if (allocation[ch][sb]) {
[all …]
/openbmc/u-boot/drivers/video/rockchip/
H A DKconfig23 int "Maximum horizontal resolution (for memory allocation purposes)"
32 int "Maximum vertical resolution (for memory allocation purposes)"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dnz-Manawatu3 # Channel allocation details for NZ can be found at
H A Dnz-Waikato3 # Channel allocation details for NZ can be found at
H A Dnz-WellingtonKaukau3 # Channel allocation details for NZ can be found at
H A Dnz-AucklandWaiatarua3 # Channel allocation details for NZ can be found at
H A Dnz-WellingtonNgarara3 # Channel allocation details for NZ can be found at
H A Dnz-Christchurch3 # Channel allocation details for NZ can be found at
H A Dnz-Dunedin3 # Channel allocation details for NZ can be found at
H A Dnz-Tauranga3 # Channel allocation details for NZ can be found at
H A Dnz-Hamilton3 # Channel allocation details for NZ can be found at
H A Dnz-AucklandInfill3 # Channel allocation details for NZ can be found at
H A Dnz-HawkesBayNapier3 # Channel allocation details for NZ can be found at
H A Dnz-WellingtonInfill3 # Channel allocation details for NZ can be found at
H A Dnz-HawkesBayMtErin3 # Channel allocation details for NZ can be found at
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc29 - Hardware buffer management for buffer allocation and de-allocation (BMan)
100 congestion management, buffer allocation and de-allocation (QBMan)
185 - Hardware buffer management for buffer allocation and de-allocation (BMan)
227 congestion management, buffer allocation and de-allocation (QBMan)

12345