Searched refs:Alloc (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/lib/lzma/ |
H A D | Types.h | 211 void *(*Alloc)(void *p, size_t size); member 215 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
|
H A D | LzmaTools.c | 96 g_Alloc.Alloc = SzAlloc; in lzmaBuffToBuffDecompress()
|
H A D | history.txt | 139 It used Alloc/Free functions from different memory pools.
|
H A D | LzmaDec.c | 956 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2() 983 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
|
H A D | lzma.txt | 65 Alloc.* - Memory allocation functions
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 3912 template <class CharT, class Traits, class Duration, class Alloc> 4388 template <class CharT, class Traits, class Alloc, std::size_t N> 4390 std::basic_string<CharT, Traits, Alloc> 6292 std::basic_string<CharT, Traits, Alloc>{}) 6294 std::basic_ostringstream<CharT, Traits, Alloc> os; 6305 std::basic_string<CharT, Traits, Alloc>{}) 6307 std::basic_ostringstream<CharT, Traits, Alloc> os; 8085 class Alloc = std::allocator<CharT>> 8088 const std::basic_string<CharT, Traits, Alloc> format_; 8090 std::basic_string<CharT, Traits, Alloc>* abbrev_; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7637.patch | 151 /* Alloc aligned mem for current->pixels */
|
/openbmc/qemu/hw/virtio/ |
H A D | trace-events | 125 virtio_iommu_get_endpoint(uint32_t ep_id) "Alloc endpoint=%d" 127 virtio_iommu_get_domain(uint32_t domain_id) "Alloc domain=%d"
|
/openbmc/linux/Documentation/usb/ |
H A D | acm.rst | 75 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
|
/openbmc/intel-ipmi-oem/ |
H A D | ipmi-allowlist.conf | 109 0x0a:0x21:0xff7f //<Storage>:<Get SDR Alloc Info> 119 0x0a:0x41:0xff7f //<Storage>:<Get SEL Alloc Info>
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sdr.robot | 35 # SDR Repository Alloc info supported : no
|
H A D | test_ipmi_inband_sdr.robot | 482 # SDR Repository Alloc info supported : yes
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 253 Alloc is not so slow when filesystem becomes full
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | usb.rst | 793 B: Alloc=ddd/ddd us (xx%), #Int=ddd, #Iso=ddd 975 B: Alloc= 28/900 us ( 3%), #Int= 2, #Iso= 0
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 158 * ID: 3016359 - ipmi_sel - Get SEL Alloc Information is incorrect
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 4350 + // Alloc pic 9028 + // Alloc from vcsm
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 33003 +static const ipe_init_info_t ipe_init_infos[9] = { // Alloc for bit depths of 8-16 46161 + printf("%s: Alloc %#x bytes @ h=%d\n", __func__, alloc_size, zp->vcsm_handle); 47382 +// NULL Alloc failed 49509 + // Alloc inside lock to make sure we only ever alloc one 54661 + request_log("%s: Alloc: %zd, total=%zd, bufs=%d\n", __func__, dh->size, total_size, total_bufs… 55935 + // Alloc almost certainly wants to be serialised if there is any chance of blocking 57577 + * Alloc a dst buffer or Create dst slots
|