Home
last modified time | relevance | path

Searched refs:gcalloc (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/shells/es/es-0.9-beta1/
H A Dtree.c20 n = gcalloc(offsetof(Tree, u[1]), &Tree1Tag); in VARARGS1()
24 n = gcalloc(offsetof(Tree, u[1]), &Tree1Tag); in VARARGS1()
30 n = gcalloc(offsetof(Tree, u[2]), &Tree2Tag); in VARARGS1()
35 n = gcalloc(offsetof(Tree, u[2]), NULL); in VARARGS1()
40 n = gcalloc(offsetof(Tree, u[2]), NULL); in VARARGS1()
61 void *np = gcalloc(offsetof(Tree, u[1]), &Tree1Tag); in Tree1Copy()
67 void *np = gcalloc(offsetof(Tree, u[2]), &Tree2Tag); in Tree2Copy()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dmemory.h27 #define N_NEW(n,t) (t*)gcalloc((n),sizeof(t))
30 #define N_GNEW(n,t) (t*)gcalloc((n),sizeof(t))
48 extern void *gcalloc(size_t nmemb, size_t size);
H A Dmemory.c25 return gcalloc(1, nbytes); in zmalloc()
40 void *gcalloc(size_t nmemb, size_t size) in gcalloc() function
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dparsepfa.c866 ret = gcalloc(1,sizeof(struct fontdict)); in MakeEmptyFont()
868 ret->chars = gcalloc(1,sizeof(struct pschars)); in MakeEmptyFont()
881 ret = gcalloc(1,sizeof(struct fontdict)); in PSMakeEmptyFont()
883 ret->chars = gcalloc(1,sizeof(struct pschars)); in PSMakeEmptyFont()
1051 dict->keys = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1052 dict->values = gcalloc(dict->cnt,sizeof(char *)); in InitDict()
1061 chars->keys = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1062 chars->values = gcalloc(chars->cnt,sizeof(char *)); in InitChars()
1063 chars->lens = gcalloc(chars->cnt,sizeof(int)); in InitChars()
1073 cp->keys = gcalloc(cp->cnt,sizeof(char *)); in InitCharProcs()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/GC/
H A Dbadwriteproto.ll10 %tmp = call i8* @gcalloc(i32 bitcast(%list* getelementptr(%list, %list* null, i32 1) to i32))
22 declare i8* @gcalloc(i32)

12345678910>>...13