Searched defs:intList (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c653 pANTLR3_INT32 intList; local
658 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32));
660 if (intList == NULL)
665 intList[0] = numInts;
673 intList[index++] = i;
679 return intList;
/external/srec/srec/clib/
H A Dswicms.c110 IntArrayList* intList = 0; local
114 rc = ESR_SessionGetProperty(parname, (void**)&intList, TYPES_INTARRAYLIST);
121 CHKLOG(rc, IntArrayListGetSize(intList, &size));
127 CHKLOG(rc, IntArrayListGet(intList, 0, parvalue));
130 CHKLOG(rc, IntArrayListGet(intList, i, &parvalue[i]));
/external/srec/shared/src/
H A DSessionTypeImpl.c557 IntArrayList* intList; local
566 intList = temp.value;
567 intList->destroy(intList);
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c110 IntArrayList* intList = NULL; local
147 CHKLOG(rc, IntArrayListCreate(&intList));
149 CHKLOG(rc, IntArrayListAdd(intList, 0));
150 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_offset", intList, TYPES_INTARRAYLIST));
151 intList = NULL;
157 CHKLOG(rc, IntArrayListCreate(&intList));
159 CHKLOG(rc, IntArrayListAdd(intList, 1));
160 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_loop", intList, TYPES_INTARRAYLIST));
161 intList = NULL;
167 CHKLOG(rc, IntArrayListCreate(&intList));
369 IntArrayList* intList; local
[all...]
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h36 typedef struct intList struct
42 struct intList *next;
43 } intList; typedef in typeref:struct:intList
1904 void qapi_free_intList(intList * obj);
3153 intList * vlan_table;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1552 milliseconds