Home
last modified time | relevance | path

Searched refs:Calloc (Results 1 – 25 of 838) sorted by path

12345678910>>...34

/dports/astro/R-cran-maptools/maptools/src/
H A Dpip.c45 pol.p = (PLOT_POINT *) Calloc(pol.lines, PLOT_POINT); /* Calloc does error handling */ in R_point_in_polygon_mt()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Drtopensl.c286 …if((params->playBuffer = (short *) params->csound->Calloc(params->csound, params->outBufSamples*si… in openSLPlayOpen()
300 …if((params->outputBuffer = (MYFLT *) csound->Calloc(csound, params->outBufSamples*sizeof(MYFLT))) … in openSLInitOutParams()
492 …if((params->recBuffer = (short *) params->csound->Calloc(params->csound, params->inBufSamples*size… in openSLRecOpen()
505 …if((params->inputBuffer = (MYFLT *)csound->Calloc(csound, params->inBufSamples*sizeof(MYFLT))) == … in openSLInitInParams()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dauxfd.c53 auxchp->auxp = csound->Calloc(csound, nbytes); in csoundAuxAlloc()
68 newm.auxp = csound->Calloc(csound, pp->nbytes); in alloc_thread()
H A Dcfgvar.c162 pp = (void*) csound->Calloc(csound, (size_t) totBytes); in cfg_alloc_structure()
H A Dcorfiles.c37 ans->body = (char*)csound->Calloc(csound,100); /* 100 is just a number */ in corfile_create_w()
H A Dcs_new_dispatch.c125 csound->dag_task_status = csound->Calloc(csound, sizeof(stateWithPadding)*max); in create_dag()
126 csound->dag_task_watch = csound->Calloc(csound, sizeof(watchList*)*max); in create_dag()
127 csound->dag_task_map = csound->Calloc(csound, sizeof(INSDS*)*max); in create_dag()
128 csound->dag_task_dep = (char **)csound->Calloc(csound, sizeof(char*)*max); in create_dag()
129 csound->dag_wlmm = (watchList *)csound->Calloc(csound, sizeof(watchList)*max); in create_dag()
257 (char*)csound->Calloc(csound, sizeof(char)*(j+1)); in dag_build()
869 watch = (watchList **)csound->Calloc(csound, sizeof(watchList *)*numtasks);
871 csound->Calloc(csound, sizeof(watchListMemoryManagement)*numtasks);
H A Dcsound_data_structures.c104 (CS_HASH_TABLE*) csound->Calloc(csound, sizeof(CS_HASH_TABLE)); in cs_hash_table_create()
107 table->buckets = csound->Calloc(csound, sizeof(CS_HASH_TABLE_ITEM*) * 8192); in cs_hash_table_create()
118 csound->Calloc(csound, newSize * sizeof(CS_HASH_TABLE_ITEM*)); in cs_hash_table_check_resize()
H A Dcsound_orc.lex572 ORCTOKEN *ans = (ORCTOKEN*)csound->Calloc(csound, sizeof(ORCTOKEN));
592 ans->lexeme = (char*)csound->Calloc(csound, len);
612 ans->lexeme = (char*)csound->Calloc(csound, len + 1);
631 ans->lexeme = (char*)csound->Calloc(csound, len + 1);
642 ans->lexeme = (char*)csound->Calloc(csound, len + 1);
653 ans->lexeme = (char*)csound->Calloc(csound, len + 1);
H A Dcsound_orc_compile.c500 ip = (INSTRTXT *)csound->Calloc(csound, sizeof(INSTRTXT)); in create_instrument0()
772 ip = (INSTRTXT *)csound->Calloc(csound, sizeof(INSTRTXT)); in create_global_instrument()
845 ip = (INSTRTXT *)csound->Calloc(csound, sizeof(INSTRTXT)); in create_instrument()
928 bp = (OPTXT *)csound->Calloc(csound, (int32)sizeof(OPTXT)); in close_instrument()
1614 engineState->instrtxtp = (INSTRTXT **)csound->Calloc( in csoundCompileTreeInternal()
1625 engineState->instrtxtp = (INSTRTXT **)csound->Calloc( in csoundCompileTreeInternal()
2006 arg = csound->Calloc(csound, sizeof(ARG)); in insprep()
2119 temp = csound->Calloc(csound, strlen(s) + 1); in lgbuild()
2139 ARG *arg = csound->Calloc(csound, sizeof(ARG)); in createArg()
2157 CS_VAR_MEM *varMem = csound->Calloc(csound, memSize); in createArg()
[all …]
H A Dcsound_orc_expressions.c229 char* op = (char *)csound->Calloc(csound, 6); in create_simple_goto_token()
482 char* argString = csound->Calloc(csound, 80); in create_out_arg_for_expression()
881 op = csound->Calloc(csound, 80); in create_boolean_expression()
958 char *label = (char *)csound->Calloc(csound, 32); in create_synthetic_ident()
972 char *label = (char *)csound->Calloc(csound, 32); in create_synthetic_label()
H A Dcsound_orc_semantics.c641 OENTRIES* x = csound->Calloc(csound, sizeof(OENTRIES*)+sizeof(OENTRY*)*count); in get_entries()
2061 ans = (TREE*)csound->Calloc(csound, sizeof(TREE)); in make_leaf()
H A Dcsound_pre.lex1221 pp = (IFDEFSTACK*) csound->Calloc(csound, sizeof(IFDEFSTACK));
1316 mm = (MACRO*) csound->Calloc(csound, sizeof(MACRO));
1317 mm->name = (char*) csound->Calloc(csound, strlen(name) + 3);
1323 mm->body = (char*) csound->Calloc(csound, strlen(body) + 1);
1379 mm = (MACRO*) csound->Calloc(csound, sizeof(MACRO));
H A Dcsound_prs.lex413 csound->Calloc(csound, 16); // ensure nulls
546 PARM->repeat_sect_mm->body = csound->Calloc(csound, 16);
1163 pp = (IFDEFSTACK*) csound->Calloc(csound, sizeof(IFDEFSTACK));
1282 mm = (MACRO*) csound->Calloc(csound, sizeof(MACRO));
H A Dcsound_standard_types.c141 aDest->data = cs->Calloc(cs, aSrc->arrayMemberSize * arrayNumMembers); in array_copy_value()
175 str->data = (char *) cs->Calloc(csound, 8); in varInitMemoryString()
204 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createAsig()
213 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createMyflt()
222 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createBool()
231 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createWsig()
240 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createFsig()
250 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createString()
262 CS_VARIABLE* var = csound->Calloc(csound, sizeof (CS_VARIABLE)); in createArray()
H A Dcsound_type_system.c78 item = (CS_TYPE_ITEM*)csound->Calloc(csound, sizeof(CS_TYPE_ITEM)); in csoundAddVariableType()
101 CS_VAR_POOL* varPool = csound->Calloc(csound, sizeof(CS_VAR_POOL)); in csoundCreateVarPool()
115 retVal = (char*)csound->Calloc(csound, sizeof(char) * (strlen(varName) + 1)); in getVarSimpleName()
142 retVal = (char*)csound->Calloc(csound, sizeof(char) * (newTotalLen + 1)); in getVarSimpleName()
H A Denvvar.c727 partialPath = (char *)csound->Calloc(csound, len + 1); in csoundGetDirectoryForPath()
755 partialPath = (char *)csound->Calloc(csound, len + 1); in csoundGetDirectoryForPath()
1230 p = (CSFILE*) csound->Calloc(csound, (size_t) nbytes); in csoundCreateFileHandle()
1422 p->buf = (MYFLT *) csound->Calloc(csound, sizeof(MYFLT)*buffsize); in csoundFileOpenWithType_Async()
H A Dfgens.c1629 x = (MYFLT*)csound->Calloc(csound,arraysize*sizeof(MYFLT)); in gen28()
1630 y = (MYFLT*)csound->Calloc(csound,arraysize*sizeof(MYFLT)); in gen28()
1631 z = (MYFLT*)csound->Calloc(csound,arraysize*sizeof(MYFLT)); in gen28()
1804 x = (MYFLT*) csound->Calloc(csound, (l2 + 2)*sizeof(MYFLT)); in gen31()
1805 y = (MYFLT*) csound->Calloc(csound, (l1 + 2)*sizeof(MYFLT)); in gen31()
1940 y = (MYFLT*) csound->Calloc(csound,(l1 + 2)*sizeof (MYFLT)); in gen32()
1942 x = (MYFLT*) csound->Calloc(csound,(l2 + 2)*sizeof (MYFLT)); in gen32()
2028 x = (MYFLT*) csound->Calloc(csound,(flen + 2)*sizeof(MYFLT)); in gen33()
2180 fp_temp = (MYFLT *) csound->Calloc(csound,srcpts*sizeof(MYFLT)); in gen40()
2331 FUNC *ftp = (FUNC*) csound->Calloc(csound, sizeof(FUNC)); in generate_sine_tab()
[all …]
H A Dinsert.c172 csound->Calloc(csound, QUEUESIZ*sizeof(message_string_queue_t)); in event_insert_thread()
792 evt = (EVTBLK *) csound->Calloc(csound, sizeof(EVTBLK)); in insert_midi()
1300 p->ip->strarg = csound->Calloc(csound, strlen(argstr)+1); in subinstrset_()
2377 (INSDS*) csound->Calloc(csound, in instance()
H A Dlinevent.c70 STA(Linebuf) = (char *) csound->Calloc(csound, STA(linebufsiz)); in RTLineset()
71 STA(orchestrab) = (char *) csound->Calloc(csound, MAXSTR); in RTLineset()
168 STA(Linebuf) = (char *) csound->Calloc(csound, STA(linebufsiz)); in linevent_alloc()
H A Dmemfiles.c343 mfp = (MEMFIL*) csound->Calloc(csound, sizeof(MEMFIL)); in ldmemfile2withCB()
H A Dmusmon.c289 csound->spin = (MYFLT *) csound->Calloc(csound, csound->nspin*sizeof(MYFLT)); in musmon()
290 csound->spraw = (MYFLT *) csound->Calloc(csound, csound->nspout*sizeof(MYFLT)); in musmon()
291 csound->spout = (MYFLT *) csound->Calloc(csound, csound->nspout*sizeof(MYFLT)); in musmon()
292 csound->auxspin = (MYFLT *) csound->Calloc(csound, csound->nspin*sizeof(MYFLT)); in musmon()
413 csound->Calloc(csound, sizeof(ALLOC_DATA)*MAX_ALLOC_QUEUE); in musmon()
1279 e = (EVTNODE*) csound->Calloc(csound, sizeof(EVTNODE)); /* or alloc new one */ in insert_score_event_at_sample()
1488 fp = (EVT_CB_FUNC*) csound->Calloc(csound, sizeof(EVT_CB_FUNC)); in csoundRegisterSenseEventCallback()
1494 fp->nxt = (EVT_CB_FUNC*) csound->Calloc(csound, sizeof(EVT_CB_FUNC)); in csoundRegisterSenseEventCallback()
H A Dnamedins.c259 p = csound->Calloc(csound, nbytes); in csoundCreateGlobalVariable()
H A Dpools.c34 pool->values = csound->Calloc(csound, sizeof(CS_VAR_MEM) * POOL_SIZE); in myflt_pool_create()
H A Dscope.c47 ScoreTree* scoTree = (ScoreTree *)csound->Calloc(csound, sizeof(ScoreTree)); in scope()
H A Dscxtract.c43 EXTRACT_STATICS* extractStatics = csound->Calloc(csound, in scxtract()

12345678910>>...34