Home
last modified time | relevance | path

Searched defs:_calloc (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cc65/cc65-2.19/libsrc/common/
H A Dcalloc.s16 .proc _calloc label
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic14/libc/
H A D_calloc.c35 void __data *_calloc (size_t size) in _calloc() function
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/
H A Dcalloc.asm17 _calloc: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_ix/
H A Dcalloc.asm17 _calloc: label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Doutof-range-constant-compare.c63 …if (s >= 0x1234567812345678L) // expected-warning {{comparison of constant 1311768465173141112 wit… in f16()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dextern-redecl.c63 float *(*_calloc)() = &calloc; in test5c() local
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/heap/
H A Dheap_base.py88 def _calloc(self, sim_nmemb, sim_size): member in SimHeapBase
H A Dheap_brk.py66 def _calloc(self, sim_nmemb, sim_size): member in SimHeapBrk
H A Dheap_ptmalloc.py545 def _calloc(self, sim_nmemb, sim_size): member in SimHeapPTMalloc
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/memory/
H A Dmalloc_hooks.cc465 void* HEAPPROFD_ADD_PREFIX(_calloc)(size_t nmemb, size_t size) { in HEAPPROFD_ADD_PREFIX() argument
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Ddbmalloc.h369 #define _calloc(_num,_size) debug_calloc(__FILE__,__LINE__,_num,_size) macro

12