Displaying 9 results from an estimated 9 matches for "size4".
Did you mean:
size
2018 Jul 20
1
[PATCH 2/2] Fix safe_realloc_add_2op_() to free memory when reallocation fails
---
include/share/alloc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/share/alloc.h b/include/share/alloc.h
index 914de9ba..63878db0 100644
--- a/include/share/alloc.h
+++ b/include/share/alloc.h
@@ -168,7 +168,7 @@ static inline void *safe_realloc_add_2op_(void *ptr, size_t size1, size_t size2)
free(ptr);
return 0;
}
- return realloc(ptr, size2);
+ return
2007 May 22
1
Can't follow DFS link
...len 3) ?
[2007/05/22 15:33:42, 10] smbd/mangle_hash2.c:is_mangled(276)
is_mangled pdf ?
[2007/05/22 15:33:42, 10] smbd/mangle_hash2.c:is_mangled_component(215)
is_mangled_component pdf (len 3) ?
[2007/05/22 15:33:42, 5] smbd/statcache.c:stat_cache_add(140)
stat_cache_add: Added entry (83bea58:size4) PDF -> pdf
[2007/05/22 15:33:42, 5] smbd/statcache.c:stat_cache_add(140)
stat_cache_add: Added entry (83bea58:size4) PDF -> pdf
[2007/05/22 15:33:42, 5] smbd/filename.c:unix_convert(400)
conversion finished pdf -> pdf
[2007/05/22 15:33:42, 3] smbd/trans2.c:call_trans2qfilepathinfo(288...
2001 Mar 28
4
efficiency and "forcing" questions
...or(i in 1:4) gc()
library(modreg)
attach(wintemp4)
myppr1 <- function(x)
{
#run pprfile once to get list of sum of squared errors corresponding to differen numbers of terms
pprfile.ppr <- ppr(
award~
ilogemp+ilogage+sdb+allsmall+
size2+size3+size4+size5+size6+size7+size8+size9+size10+
X.Iprimnaic.2+X.Iprimnaic.3+X.Iprimnaic.4+X.Iprimnaic.5+X.Iprimnaic.6+
X.Iprimnaic.7+X.Iprimnaic.8+X.Iprimnaic.9+X.Iprimnaic.10+X.Iprimnaic.11+
X.Iprimnaic.12+X.Iprimnaic.13+X.Iprimnaic.14+X.Iprimnaic.15+X.Iprimnaic....
2007 Apr 26
2
ANOVA results in R conflicting with results in other software packages
...-3
The dialogue in R is as follows:
> > library(car)
>
> > read.table(file="/Users/lukeharmon/Desktop/glmnosil.txt",
>header=T)->nn
> > attach(nn)
> > ls(2)
>[1] "host" "increase" "maladapt" "size2" "size4"
> > lm(maladapt~host*increase*size2)
>
>Call:
>lm(formula = maladapt ~ host * increase * size2)
>
>Coefficients:
> (Intercept) hostC
>increase size2yes
> 59.54144 17.13828
>0.34487...
2020 May 14
0
Ailing MATE desktop
...enu-gtk3
libgnome-keyring
libindicator-gtk3
libraqm
libwmf-lite
marco-libs
mathjax
mathjax-ams-fonts
mathjax-caligraphic-fonts
mathjax-fraktur-fonts
mathjax-main-fonts
mathjax-math-fonts
mathjax-sansserif-fonts
mathjax-script-fonts
mathjax-size1-fonts
mathjax-size2-fonts
mathjax-size3-fonts
mathjax-size4-fonts
mathjax-stixweb-fonts
mathjax-typewriter-fonts
mathjax-vector-fonts
mathjax-winchrome-fonts
mathjax-winie6-fonts
pluma-data
texlive-lib
web-assets-filesystem
wireless-tools
xorg-x11-fonts-ISO8859-1-100dpi
-------------- next part --------------
# for i in `cat trial.txt`
> do
> rpm -e...
2012 Jun 24
3
Patch for cross compilation with MinGW32
...------------- next part --------------
diff --git include/share/alloc.h include/share/alloc.h
index 7aa17f7..3f2f2c7 100644
--- include/share/alloc.h
+++ include/share/alloc.h
@@ -110,7 +110,14 @@ static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size
return safe_malloc_(size4);
}
-void *safe_malloc_mul_2op_(size_t size1, size_t size2) ;
+static inline void *safe_malloc_mul_2op_(size_t size1, size_t size2)
+{
+ if(!size1 || !size2)
+ return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
+ if(size1 > SIZE_MAX / size2)
+ return 0...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
2020 May 05
2
Ailing MATE desktop
On Tue, 5 May 2020 05:30:26 -0400
Eddie O'Connor wrote:
> Are there .conf files for the desktop?....what about logs?....something's
> got to be amiss somewhere....and Linux always complains when it is.....in
> logs. Just wondering out loud...
What happens if he sets up a new user? Does the desktop work then?
--
Can we uninstall 2020 and install it again? This one has a virus.
2020 May 06
2
Ailing MATE desktop
...ch 2.7.4-2.el8 @epel 34 k
mathjax-size3-fonts noarch 2.7.4-2.el8 @epel 16 k
mathjax-size4-fonts noarch 2.7.4-2.el8 @epel 29 k
mathjax-stixweb-fonts noarch 2.7.4-2.el8 @epel...