Searched
full:calloc (Results
501 -
525 of
1367) sorted by null
<<21222324252627282930>>
/bionic/libc/bionic/ |
pthread_create.cpp | 154 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(calloc(sizeof(*thread), 1));
|
/dalvik/vm/analysis/ |
CodeVerify.h | 60 kRegTypeUnknown = 0, /* initial state; use value=0 so calloc works */
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 386 calloc
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 391 calloc
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
mainpage.dox | 49 /// the number of calls to system functions such as calloc().This model was adopted so that overriding any
|
/external/compiler-rt/lib/asan/ |
asan_allocator.h | 33 FROM_MALLOC = 1, // Memory block came from malloc, calloc, realloc, etc.
|
/external/elfutils/libdwfl/ |
dwfl_module.c | 171 Dwfl_Module *mod = calloc (1, sizeof *mod);
|
/external/elfutils/libelf/ |
elf_getdata_rawchunk.c | 183 Elf_Data_Chunk *chunk = calloc (1, sizeof *chunk);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic-fallback.hh | 211 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) calloc (1, sizeof (arabic_fallback_plan_t));
|
/external/libppp/src/ |
atm.c | 174 if ((dev = calloc(1, sizeof *dev)) == NULL) {
|
/external/libsepol/src/ |
nodes.c | 23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
ports.c | 54 tmp_port = (ocontext_t *) calloc(1, sizeof(ocontext_t));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 116 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
/external/libvpx/libvpx/vpx/src/ |
vpx_image.c | 146 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
|
/external/openssh/ |
auth-pam.c | 360 if ((reply = calloc(n, sizeof(*reply))) == NULL) 568 if ((reply = calloc(n, sizeof(*reply))) == NULL) 976 if ((reply = calloc(n, sizeof(*reply))) == NULL) 1135 if ((reply = calloc(n, sizeof(*reply))) == NULL)
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
|
/external/srec/srec/Semproc/src/ |
SymbolTable.c | 137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG);
|
/external/srec/srec/cfront/ |
ca_cms.c | 119 hWave->data.channel->swicms = (swicms_norm_info*)CALLOC(1, sizeof(swicms_norm_info), "cfront.swicms");
|
/external/srec/srec/crec/ |
srec_eosd.c | 36 eosd = (srec_eos_detector_parms*)CALLOC(1, sizeof(srec_eos_detector_parms), "search.endpointer");
|
/external/valgrind/main/ |
darwin9.supp | 132 fun:calloc
|
/external/webkit/Source/WebCore/platform/audio/mac/ |
AudioFileReaderMac.cpp | 47 AudioBufferList* bufferList = static_cast<AudioBufferList*>(calloc(1, bufferListSize));
|
/external/webp/src/demux/ |
demux.c | 292 *frame = (Frame*)calloc(1, sizeof(**frame)); 376 Chunk* const chunk = (Chunk*)calloc(1, sizeof(*chunk)); 424 frame = (Frame*)calloc(1, sizeof(*frame)); 666 dmux = (WebPDemuxer*)calloc(1, sizeof(*dmux));
|
/frameworks/compile/libbcc/tests/data/ |
otcc.c | 9 #define V =calloc(1,99999)
|
/frameworks/compile/libbcc/tests/data/src/ |
otcc-noinclude.c | 9 #define V =calloc(1,99999)
|
/frameworks/wilhelm/tests/sandbox/ |
multiplay.c | 141 Player *players = (Player *) calloc(numPlayers, sizeof(Player));
|
Completed in 1013 milliseconds
<<21222324252627282930>>