Searched refs:lasts (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
/external/curl/lib/
H A Dldap.c732 char *lasts; local
747 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items;
748 s = strtok_r(NULL, ",", &lasts), i++)
/external/avahi/avahi-compat-howl/include/salt/
H A Dplatform.h199 sw_string * lasts);
/external/libxml2/
H A Drelaxng.c9292 xmlNodePtr *list = NULL, *lasts = NULL; local
9343 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
9344 if (lasts == NULL) {
9348 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr));
9410 if (lasts[i] != NULL) {
9411 lasts[i]->next = cur;
9412 lasts[i] = cur;
9415 lasts[i] = cur;
9437 if (lasts[i] != NULL) {
9438 last = lasts[
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c358 static struct lookup const lasts[] = { variable
1504 if ((lp = byword(dp, lasts)) != NULL) {
/external/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js[all...]

Completed in 549 milliseconds