Home
last modified time | relevance | path

Searched refs:psf (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A DCVE-2024-50612.patch19 @@ -211,12 +211,16 @@ ogg_read_first_page (SF_PRIVATE *psf, OGG_PRIVATE *odata)
22 ogg_write_page (SF_PRIVATE *psf, ogg_page *page)
26 - bytes = psf_fwrite (page->header, 1, page->header_len, psf) ;
27 - bytes += psf_fwrite (page->body, 1, page->body_len, psf) ;
28 + n = psf_fwrite (page->header, 1, page->header_len, psf) ;
30 + n += psf_fwrite (page->body, 1, page->body_len, psf) ;
44 @@ -827,15 +827,16 @@ ogg_opus_write_header (SF_PRIVATE *psf, int UNUSED (calc_length))
49 - { if (! (nn = ogg_write_page (psf, &odata->opage)))
51 + { nn = ogg_write_page (psf, &odata->opage) ;
53 { psf_log_printf (psf, "Opus : Failed to write header!\n") ;
[all …]
H A Dcve-2022-33065.patch34 @@ -320,7 +320,7 @@ mat4_read_header (SF_PRIVATE *psf)
35 psf->filelength - psf->dataoffset, psf->sf.channels * psf->sf.frames * psf->bytewidth) ;
37 else if ((psf->filelength - psf->dataoffset) > psf->sf.channels * psf->sf.frames * psf->bytewidth)
38 - psf->dataend = psf->dataoffset + rows * cols * psf->bytewidth ;
39 + psf->dataend = psf->dataoffset + (sf_count_t) rows * (sf_count_t) cols * psf->bytewidth ;
41 psf->datalength = psf->filelength - psf->dataoffset - psf->dataend ;
69 au_read_header (SF_PRIVATE *psf)
75 psf_binheader_readf (psf, "pm", 0, &marker) ;
76 @@ -317,14 +318,15 @@ au_read_header (SF_PRIVATE *psf)
81 if (psf->fileoffset > 0)
[all …]
/openbmc/linux/net/ipv4/
H A Digmp.c185 static void ip_sf_list_clear_all(struct ip_sf_list *psf) in ip_sf_list_clear_all() argument
189 while (psf) { in ip_sf_list_clear_all()
190 next = psf->sf_next; in ip_sf_list_clear_all()
191 kfree(psf); in ip_sf_list_clear_all()
192 psf = next; in ip_sf_list_clear_all()
272 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() argument
280 if (!(pmc->gsquery && !psf->sf_gsresp)) { in is_in()
286 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
289 psf->sf_count[MCAST_EXCLUDE]; in is_in()
295 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
[all …]
/openbmc/linux/net/ipv6/
H A Dmcast.c127 #define for_each_psf_mclock(mc, psf) \ argument
128 for (psf = mc_dereference((mc)->mca_sources, mc->idev); \
129 psf; \
130 psf = mc_dereference(psf->sf_next, mc->idev))
132 #define for_each_psf_rcu(mc, psf) \ argument
133 for (psf = rcu_dereference((mc)->mca_sources); \
134 psf; \
135 psf = rcu_dereference(psf->sf_next))
137 #define for_each_psf_tomb(mc, psf) \ argument
138 for (psf = mc_dereference((mc)->mca_tomb, mc->idev); \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/
H A Duse-no-name-option-for-gzip.patch31 @@ -193,7 +193,7 @@ psf: $(PSF)
33 install-psf: $(PSF)
38 uninstall-psf:
40 @@ -202,7 +202,7 @@ psf-vgaw: $(PSF_VGAW)
42 install-psf-vgaw: $(PSF_VGAW)
47 uninstall-psf-vgaw:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/
H A Dterminus-font_4.49.1.bb35 oe_runmake DESTDIR=${D} psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'pcf', '', d)}
39 …oe_runmake DESTDIR=${D} install-psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'install-pcf', ''…
/openbmc/u-boot/cmd/
H A Dflash.c48 abbrev_spec (char *str, flash_info_t ** pinfo, int *psf, int *psl) in abbrev_spec() argument
82 *psf = first; in abbrev_spec()
/openbmc/linux/sound/pci/rme9652/
H A Dhdspm.c2976 int psf = hdspm_pref_sync_ref(hdspm); in snd_hdspm_get_pref_sync_ref() local
2978 if (psf >= 0) { in snd_hdspm_get_pref_sync_ref()
2979 ucontrol->value.enumerated.item[0] = psf; in snd_hdspm_get_pref_sync_ref()
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt778 0: /usr/share/mime/audio/x-psf.xml
1030 0: /usr/share/mime/application/x-gz-font-linux-psf.xml
1357 0: /usr/share/mime/application/x-font-linux-psf.xml
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt8537 -rw-r--r-- root root 3800 ./usr/share/mime/application/x-font-linux-psf.xml
8565 -rw-r--r-- root root 4598 ./usr/share/mime/application/x-gz-font-linux-psf.xml
8784 -rw-r--r-- root root 2682 ./usr/share/mime/audio/x-psf.xml
H A Dbuildhistory_filelist1.txt8534 -rw-r--r-- root root 3800 ./usr/share/mime/application/x-font-linux-psf.xml
8562 -rw-r--r-- root root 4598 ./usr/share/mime/application/x-gz-font-linux-psf.xml
8781 -rw-r--r-- root root 2682 ./usr/share/mime/audio/x-psf.xml